Html Css Color HEX #D08471 New York Pink

📋 copy color: '#D08471'

red 208 ◦ green 132 ◦ blue 113

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

Shades of New York Pink #D08471

Tints of New York Pink #D08471

RGB

 RED value IS 208 (81.64% from 255) = 45.92%

 GREEN value IS 132 (51.95% from 255) = 29.14%

 BLUE value IS 113 (44.53% from 255) = 24.94%

R = 45.92%
G = 29.14%
B = 24.94%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.46

 K value IS 0.18

RGB Variations

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

Color information

#D08471 (or 0xD08471) is known color: New York Pink. HEX triplet: D0, 84 and 71. RGB value is (208,132,113). Sum of RGB (Red+Green+Blue) = 208+132+113=453 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.92% from 453); Green value is 132 (51.95% from 255 or 29.14% from 453); Blue value is 113 (44.53% from 255 or 24.94% from 453); Max value from RGB is 208 - color contains mainly: red. Hex color #D08471 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D08471 is #2F7B8E. Grayscale: #989898. Windows color (decimal): -3111823 or 7439568. OLE color: 7439568.

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

Color convert

RGB 208 132 113 -
CMYK 0 0.37 0.46 0.18
HSL 12º 0.5% 0.63% -
HSV(B) 12º 0.46% 0.82% -
XYZ 37.24 31.1 19.66 -
YUV 152.56 105.68 167.54 -
System Red Green Blue C M Y K H S L
Decimal 208 132 113 0 0.37 0.46 0.18 12 0.5 0.63
Hex D0 84 71 0 25 2E 12 C 32 3F
Octal 320 204 161 0 45 56 22 14 62 77
Binary 11010000 10000100 1110001 0 100101 101110 10010 1100 110010 111111

Color Harmonies of #D08471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08471

Black with #D08471

Text Example


Text Example

White with #D08471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08471; }

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

 H1.HeaderClassName
 {
   color: #D08471;
 }
 .AnyTagClassName
 {
   color: #D08471;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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