Shades of New York Pink #DC8770
Tints of New York Pink #DC8770
RGB
CMYK
RGB Variations
Color information
#DC8770 (or 0xDC8770) is known color: New York Pink. HEX triplet: DC, 87 and 70. RGB value is (220,135,112). Sum of RGB (Red+Green+Blue) = 220+135+112=467 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.11% from 467); Green value is 135 (53.12% from 255 or 28.91% from 467); Blue value is 112 (44.14% from 255 or 23.98% from 467); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8770 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8770 is #23788F. Grayscale: #9D9D9D. Windows color (decimal): -2324624 or 7374812. OLE color: 7374812.
HSL color Cylindrical-coordinate representation of color #DC8770: hue angle of 12.78º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DC8770 is Cyan = 0, Magento = 0.39, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 135 | 112 | - |
| CMYK | 0 | 0.39 | 0.49 | 0.14 |
| HSL | 12.78º | 0.61% | 0.65% | - |
| HSV(B) | 12.78º | 0.49% | 0.86% | - |
| XYZ | 41.1 | 33.71 | 19.67 | - |
| YUV | 157.79 | 102.16 | 172.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 135 | 112 | 0 | 0.39 | 0.49 | 0.14 | 12.78 | 0.61 | 0.65 |
| Hex | DC | 87 | 70 | 0 | 27 | 31 | E | D | 3D | 41 |
| Octal | 334 | 207 | 160 | 0 | 47 | 61 | 16 | 15 | 75 | 101 |
| Binary | 11011100 | 10000111 | 1110000 | 0 | 100111 | 110001 | 1110 | 1101 | 111101 | 1000001 |
Color Harmonies of #DC8770
Complementary color
Monochromatic Colors of #DC8770
Black with #DC8770
Text Example
Text Example
White with #DC8770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8770; }
p { color: rgb(220,135,112); }
H1.HeaderClassName
{
color: #DC8770;
}
.AnyTagClassName
{
color: #DC8770;
}
</style>
background-color css
<style>
a { background-color: #DC8770; }
a { background-color: rgb(220,135,112); }
div.DivClassName
{
background-color: #DC8770;
}
.BgClassName
{
background-color: #DC8770;
}
</style>
border-color css
<style>
span { border-color: #DC8770; }
span { border-color: rgb(220,135,112); }
td.TdClassName
{
border-color: #DC8770;
}
.TagClassName
{
border-color: #DC8770;
}
</style>