Shades of New York Pink #DC8D77
Tints of New York Pink #DC8D77
RGB
CMYK
RGB Variations
Color information
#DC8D77 (or 0xDC8D77) is known color: New York Pink. HEX triplet: DC, 8D and 77. RGB value is (220,141,119). Sum of RGB (Red+Green+Blue) = 220+141+119=480 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.83% from 480); Green value is 141 (55.47% from 255 or 29.38% from 480); Blue value is 119 (46.88% from 255 or 24.79% from 480); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8D77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8D77 is #237288. Grayscale: #A2A2A2. Windows color (decimal): -2323081 or 7835100. OLE color: 7835100.
HSL color Cylindrical-coordinate representation of color #DC8D77: hue angle of 13.07º 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 #DC8D77 is Cyan = 0, Magento = 0.36, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 141 | 119 | - |
| CMYK | 0 | 0.36 | 0.46 | 0.14 |
| HSL | 13.07º | 0.59% | 0.66% | - |
| HSV(B) | 13.07º | 0.46% | 0.86% | - |
| XYZ | 42.37 | 35.6 | 22.09 | - |
| YUV | 162.11 | 103.67 | 169.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 141 | 119 | 0 | 0.36 | 0.46 | 0.14 | 13.07 | 0.59 | 0.66 |
| Hex | DC | 8D | 77 | 0 | 24 | 2E | E | D | 3B | 42 |
| Octal | 334 | 215 | 167 | 0 | 44 | 56 | 16 | 15 | 73 | 102 |
| Binary | 11011100 | 10001101 | 1110111 | 0 | 100100 | 101110 | 1110 | 1101 | 111011 | 1000010 |
Color Harmonies of #DC8D77
Complementary color
Monochromatic Colors of #DC8D77
Black with #DC8D77
Text Example
Text Example
White with #DC8D77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8D77; }
p { color: rgb(220,141,119); }
H1.HeaderClassName
{
color: #DC8D77;
}
.AnyTagClassName
{
color: #DC8D77;
}
</style>
background-color css
<style>
a { background-color: #DC8D77; }
a { background-color: rgb(220,141,119); }
div.DivClassName
{
background-color: #DC8D77;
}
.BgClassName
{
background-color: #DC8D77;
}
</style>
border-color css
<style>
span { border-color: #DC8D77; }
span { border-color: rgb(220,141,119); }
td.TdClassName
{
border-color: #DC8D77;
}
.TagClassName
{
border-color: #DC8D77;
}
</style>