Shades of New York Pink #DC8977
Tints of New York Pink #DC8977
RGB
CMYK
RGB Variations
Color information
#DC8977 (or 0xDC8977) is known color: New York Pink. HEX triplet: DC, 89 and 77. RGB value is (220,137,119). Sum of RGB (Red+Green+Blue) = 220+137+119=476 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.22% from 476); Green value is 137 (53.91% from 255 or 28.78% from 476); Blue value is 119 (46.88% from 255 or 25% from 476); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8977 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8977 is #237688. Grayscale: #9F9F9F. Windows color (decimal): -2324105 or 7834076. OLE color: 7834076.
HSL color Cylindrical-coordinate representation of color #DC8977: hue angle of 10.69º 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 #DC8977 is Cyan = 0, Magento = 0.38, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 137 | 119 | - |
| CMYK | 0 | 0.38 | 0.46 | 0.14 |
| HSL | 10.69º | 0.59% | 0.66% | - |
| HSV(B) | 10.69º | 0.46% | 0.86% | - |
| XYZ | 41.79 | 34.44 | 21.9 | - |
| YUV | 159.77 | 105 | 170.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 137 | 119 | 0 | 0.38 | 0.46 | 0.14 | 10.69 | 0.59 | 0.66 |
| Hex | DC | 89 | 77 | 0 | 26 | 2E | E | B | 3B | 42 |
| Octal | 334 | 211 | 167 | 0 | 46 | 56 | 16 | 13 | 73 | 102 |
| Binary | 11011100 | 10001001 | 1110111 | 0 | 100110 | 101110 | 1110 | 1011 | 111011 | 1000010 |
Color Harmonies of #DC8977
Complementary color
Monochromatic Colors of #DC8977
Black with #DC8977
Text Example
Text Example
White with #DC8977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8977; }
p { color: rgb(220,137,119); }
H1.HeaderClassName
{
color: #DC8977;
}
.AnyTagClassName
{
color: #DC8977;
}
</style>
background-color css
<style>
a { background-color: #DC8977; }
a { background-color: rgb(220,137,119); }
div.DivClassName
{
background-color: #DC8977;
}
.BgClassName
{
background-color: #DC8977;
}
</style>
border-color css
<style>
span { border-color: #DC8977; }
span { border-color: rgb(220,137,119); }
td.TdClassName
{
border-color: #DC8977;
}
.TagClassName
{
border-color: #DC8977;
}
</style>