#D08371

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

Shades of New York Pink #D08371

Tints of New York Pink #D08371

Color information

#D08371 (or 0xD08371) is unknown color: approx 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

RGB208131113-
CMYK00.370.460.18
HSL11.37º50.26%62.94%-
HSV(B)11.37º45.67%81.57%-
XYZ37.1130.8319.62-
YUV151.97106.01167.96-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.46
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20813111300.370.460.1811.3750.2662.94
HexD083710252E12b323f
Octal3202031610455622136277
Binary110100001000001111100010100101101110100101011110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D08371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>