Shades of New York Pink #DC8772
Tints of New York Pink #DC8772
RGB
CMYK
RGB Variations
Color information
#DC8772 (or 0xDC8772) is known color: New York Pink. HEX triplet: DC, 87 and 72. RGB value is (220,135,114). Sum of RGB (Red+Green+Blue) = 220+135+114=469 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.91% from 469); Green value is 135 (53.12% from 255 or 28.78% from 469); Blue value is 114 (44.92% from 255 or 24.31% from 469); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8772 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8772 is #23788D. Grayscale: #9E9E9E. Windows color (decimal): -2324622 or 7505884. OLE color: 7505884.
HSL color Cylindrical-coordinate representation of color #DC8772: hue angle of 11.89º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DC8772 is Cyan = 0, Magento = 0.39, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 135 | 114 | - |
| CMYK | 0 | 0.39 | 0.48 | 0.14 |
| HSL | 11.89º | 0.6% | 0.65% | - |
| HSV(B) | 11.89º | 0.48% | 0.86% | - |
| XYZ | 41.22 | 33.76 | 20.26 | - |
| YUV | 158.02 | 103.16 | 172.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 135 | 114 | 0 | 0.39 | 0.48 | 0.14 | 11.89 | 0.6 | 0.65 |
| Hex | DC | 87 | 72 | 0 | 27 | 30 | E | C | 3C | 41 |
| Octal | 334 | 207 | 162 | 0 | 47 | 60 | 16 | 14 | 74 | 101 |
| Binary | 11011100 | 10000111 | 1110010 | 0 | 100111 | 110000 | 1110 | 1100 | 111100 | 1000001 |
Color Harmonies of #DC8772
Complementary color
Monochromatic Colors of #DC8772
Black with #DC8772
Text Example
Text Example
White with #DC8772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8772; }
p { color: rgb(220,135,114); }
H1.HeaderClassName
{
color: #DC8772;
}
.AnyTagClassName
{
color: #DC8772;
}
</style>
background-color css
<style>
a { background-color: #DC8772; }
a { background-color: rgb(220,135,114); }
div.DivClassName
{
background-color: #DC8772;
}
.BgClassName
{
background-color: #DC8772;
}
</style>
border-color css
<style>
span { border-color: #DC8772; }
span { border-color: rgb(220,135,114); }
td.TdClassName
{
border-color: #DC8772;
}
.TagClassName
{
border-color: #DC8772;
}
</style>