Shades of New York Pink #DC8C76
Tints of New York Pink #DC8C76
RGB
CMYK
RGB Variations
Color information
#DC8C76 (or 0xDC8C76) is known color: New York Pink. HEX triplet: DC, 8C and 76. RGB value is (220,140,118). Sum of RGB (Red+Green+Blue) = 220+140+118=478 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.03% from 478); Green value is 140 (55.08% from 255 or 29.29% from 478); Blue value is 118 (46.48% from 255 or 24.69% from 478); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8C76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8C76 is #237389. Grayscale: #A1A1A1. Windows color (decimal): -2323338 or 7769308. OLE color: 7769308.
HSL color Cylindrical-coordinate representation of color #DC8C76: hue angle of 12.94º 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 #DC8C76 is Cyan = 0, Magento = 0.36, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 140 | 118 | - |
| CMYK | 0 | 0.36 | 0.46 | 0.14 |
| HSL | 12.94º | 0.59% | 0.66% | - |
| HSV(B) | 12.94º | 0.46% | 0.86% | - |
| XYZ | 42.16 | 35.28 | 21.73 | - |
| YUV | 161.41 | 103.5 | 169.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 140 | 118 | 0 | 0.36 | 0.46 | 0.14 | 12.94 | 0.59 | 0.66 |
| Hex | DC | 8C | 76 | 0 | 24 | 2E | E | D | 3B | 42 |
| Octal | 334 | 214 | 166 | 0 | 44 | 56 | 16 | 15 | 73 | 102 |
| Binary | 11011100 | 10001100 | 1110110 | 0 | 100100 | 101110 | 1110 | 1101 | 111011 | 1000010 |
Color Harmonies of #DC8C76
Complementary color
Monochromatic Colors of #DC8C76
Black with #DC8C76
Text Example
Text Example
White with #DC8C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8C76; }
p { color: rgb(220,140,118); }
H1.HeaderClassName
{
color: #DC8C76;
}
.AnyTagClassName
{
color: #DC8C76;
}
</style>
background-color css
<style>
a { background-color: #DC8C76; }
a { background-color: rgb(220,140,118); }
div.DivClassName
{
background-color: #DC8C76;
}
.BgClassName
{
background-color: #DC8C76;
}
</style>
border-color css
<style>
span { border-color: #DC8C76; }
span { border-color: rgb(220,140,118); }
td.TdClassName
{
border-color: #DC8C76;
}
.TagClassName
{
border-color: #DC8C76;
}
</style>