Html Css Color HEX #D08371 New York Pink

📋 copy color: '#D08371'

red 208 ◦ green 131 ◦ blue 113

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

Shades of New York Pink #D08371

Tints of New York Pink #D08371

RGB

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

 GREEN value IS 131 (51.56% from 255) = 28.98%

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

R = 46.02%
G = 28.98%
B = 25%

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

#D08371 (or 0xD08371) is known color: New York Pink. HEX triplet: D0, 83 and 71. RGB value is (208,131,113). Sum of RGB (Red+Green+Blue) = 208+131+113=452 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.02% from 452); Green value is 131 (51.56% from 255 or 28.98% from 452); Blue value is 113 (44.53% from 255 or 25% from 452); Max value from RGB is 208 - color contains mainly: red. Hex color #D08371 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D08371 is #2F7C8E. Grayscale: #989898. Windows color (decimal): -3112079 or 7439312. OLE color: 7439312.

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

Color convert

RGB 208 131 113 -
CMYK 0 0.37 0.46 0.18
HSL 11.37º 0.5% 0.63% -
HSV(B) 11.37º 0.46% 0.82% -
XYZ 37.11 30.83 19.62 -
YUV 151.97 106.01 167.96 -
System Red Green Blue C M Y K H S L
Decimal 208 131 113 0 0.37 0.46 0.18 11.37 0.5 0.63
Hex D0 83 71 0 25 2E 12 B 32 3F
Octal 320 203 161 0 45 56 22 13 62 77
Binary 11010000 10000011 1110001 0 100101 101110 10010 1011 110010 111111

Color Harmonies of #D08371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08371

Black with #D08371

Text Example


Text Example

White with #D08371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08371; }

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

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

background-color css

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

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

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

border-color css

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

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

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