#D07972

Color #D07972 New York Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of New York Pink #D07972

Tints of New York Pink #D07972

Color information

#D07972 (or 0xD07972) is unknown color: approx New York Pink. HEX triplet: D0, 79 and 72. RGB value is (208,121,114). Sum of RGB (Red+Green+Blue) = 208+121+114=443 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.95% from 443); Green value is 121 (47.66% from 255 or 27.31% from 443); Blue value is 114 (44.92% from 255 or 25.73% from 443); Max value from RGB is 208 - color contains mainly: red. Hex color #D07972 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07972 is #2F868D. Grayscale: #929292. Windows color (decimal): -3114638 or 7502288. OLE color: 7502288.

HSL color Cylindrical-coordinate representation of color #D07972: hue angle of 4.47º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D07972 is Cyan = 0, Magento = 0.42, Yellow = 0.45 and Black (K on CMYK) = 0.18.

Color convert

RGB208121114-
CMYK00.420.450.18
HSL4.47º50%63.14%-
HSV(B)4.47º45.19%81.57%-
XYZ35.8928.319.49-
YUV146.22109.82172.07-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 208 (81.64% from 255) = 46.95%
GREEN value IS 121 (47.66% from 255) = 27.31%
BLUE value IS 114 (44.92% from 255) = 25.73%
R=46.95%
G=27.31%
B=25.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.45
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20812111400.420.450.184.475063.14
HexD0797202A2D124323f
Octal320171162052552246277
Binary1101000011110011110010010101010110110010100110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D07972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D07972; }

 p { color: rgb(208,121,114); }

 H1.HeaderClassName
 {
   color: #D07972;
 }
 .AnyTagClassName
 {
   color: #D07972;
 }
</style>
background-color css

<style>
 a { background-color: #D07972; }

 a { background-color: rgb(208,121,114); }

 div.DivClassName
 {
   background-color: #D07972;
 }
 .BgClassName
 {
   background-color: #D07972;
 }
</style>
border-color css

<style>
 span { border-color: #D07972; }

 span { border-color: rgb(208,121,114); }

 td.TdClassName
 {
   border-color: #D07972;
 }
 .TagClassName
 {
   border-color: #D07972;
 }
</style>