#d08376

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

Shades of New York Pink #D08376

Tints of New York Pink #D08376

Color information

#D08376 (or 0xD08376) is unknown color: approx New York Pink. HEX triplet: D0, 83 and 76. RGB value is (208,131,118). Sum of RGB (Red+Green+Blue) = 208+131+118=457 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.51% from 457); Green value is 131 (51.56% from 255 or 28.67% from 457); Blue value is 118 (46.48% from 255 or 25.82% from 457); Max value from RGB is 208 - color contains mainly: red. Hex color #D08376 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D08376 is #2F7C89. Grayscale: #989898. Windows color (decimal): -3112074 or 7766992. OLE color: 7766992.

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

Color convert

RGB208131118-
CMYK00.370.430.18
HSL8.67º48.91%63.92%-
HSV(B)8.67º43.27%81.57%-
XYZ37.430.9521.14-
YUV152.54108.51167.56-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 45.51%
GREEN value IS 131 (51.56% from 255) = 28.67%
BLUE value IS 118 (46.48% from 255) = 25.82%
R=45.51%
G=28.67%
B=25.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.43
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20813111800.370.430.188.6748.9163.92
HexD083760252B1293140
Octal32020316604553221161100
Binary1101000010000011111011001001011010111001010011100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d08376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d08376; }

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

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

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

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

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

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

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

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