#DC8C77

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

Shades of New York Pink #DC8C77

Tints of New York Pink #DC8C77

Color information

#DC8C77 (or 0xDC8C77) is unknown color: approx New York Pink. HEX triplet: DC, 8C and 77. RGB value is (220,140,119). Sum of RGB (Red+Green+Blue) = 220+140+119=479 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.93% from 479); Green value is 140 (55.08% from 255 or 29.23% from 479); Blue value is 119 (46.88% from 255 or 24.84% from 479); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8C77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8C77 is #237388. Grayscale: #A1A1A1. Windows color (decimal): -2323337 or 7834844. OLE color: 7834844.

HSL color Cylindrical-coordinate representation of color #DC8C77: hue angle of 12.48º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DC8C77 is Cyan = 0, Magento = 0.36, Yellow = 0.46 and Black (K on CMYK) = 0.14.

Color convert

RGB220140119-
CMYK00.360.460.14
HSL12.48º59.06%66.47%-
HSV(B)12.48º45.91%86.27%-
XYZ42.2235.322.04-
YUV161.53104169.71-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 45.93%
GREEN value IS 140 (55.08% from 255) = 29.23%
BLUE value IS 119 (46.88% from 255) = 24.84%
R=45.93%
G=29.23%
B=24.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.46
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22014011900.360.460.1412.4859.0666.47
HexDC8C770242EEc3b42
Octal33421416704456161473102
Binary110111001000110011101110100100101110111011001110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC8C77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC8C77; }

 p { color: rgb(220,140,119); }

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

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

 a { background-color: rgb(220,140,119); }

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

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

 span { border-color: rgb(220,140,119); }

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