Html Css Color HEX #D08472 New York Pink

📋 copy color: '#D08472'

red 208 ◦ green 132 ◦ blue 114

#D08472
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of New York Pink #D08472

Tints of New York Pink #D08472

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 value IS 0

 M value IS 0.37

 Y value IS 0.45

 K value IS 0.18

RGB Variations

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

Color information

#D08472 (or 0xD08472) is known color: 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

RGB 208 132 114 -
CMYK 0 0.37 0.45 0.18
HSL 11.49º 0.5% 0.63% -
HSV(B) 11.49º 0.45% 0.82% -
XYZ 37.3 31.13 19.96 -
YUV 152.67 106.18 167.46 -
System Red Green Blue C M Y K H S L
Decimal 208 132 114 0 0.37 0.45 0.18 11.49 0.5 0.63
Hex D0 84 72 0 25 2D 12 B 32 3F
Octal 320 204 162 0 45 55 22 13 62 77
Binary 11010000 10000100 1110010 0 100101 101101 10010 1011 110010 111111

Color Harmonies of #D08472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08472

Black with #D08472

Text Example


Text Example

White with #D08472

Text Example


Text Example

HTML Codes & Css Web 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>