#D08472

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

Shades of New York Pink #D08472

Tints of New York Pink #D08472

Color information

#D08472 (or 0xD08472) is unknown color: approx New York Pink. HEX triplet: D0, 84 and 72. RGB value is (208,132,114). Sum of RGB (Red+Green+Blue) = 208+132+114=454 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.81% from 454); Green value is 132 (51.95% from 255 or 29.07% from 454); Blue value is 114 (44.92% from 255 or 25.11% from 454); Max value from RGB is 208 - color contains mainly: red. Hex color #D08472 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D08472 is #2F7B8D. Grayscale: #989898. Windows color (decimal): -3111822 or 7505104. OLE color: 7505104.

HSL color Cylindrical-coordinate representation of color #D08472: hue angle of 11.49º 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 #D08472 is Cyan = 0, Magento = 0.37, Yellow = 0.45 and Black (K on CMYK) = 0.18.

Color convert

RGB208132114-
CMYK00.370.450.18
HSL11.49º50%63.14%-
HSV(B)11.49º45.19%81.57%-
XYZ37.331.1319.96-
YUV152.67106.18167.46-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 45.81%
GREEN value IS 132 (51.95% from 255) = 29.07%
BLUE value IS 114 (44.92% from 255) = 25.11%
R=45.81%
G=29.07%
B=25.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.45
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20813211400.370.450.1811.495063.14
HexD084720252D12b323f
Octal3202041620455522136277
Binary110100001000010011100100100101101101100101011110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D08472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D08472; }

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

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

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

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

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

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

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

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