Shades of New York Pink #DC8872
Tints of New York Pink #DC8872
RGB
CMYK
RGB Variations
Color information
#DC8872 (or 0xDC8872) is known color: New York Pink. HEX triplet: DC, 88 and 72. RGB value is (220,136,114). Sum of RGB (Red+Green+Blue) = 220+136+114=470 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.81% from 470); Green value is 136 (53.52% from 255 or 28.94% from 470); Blue value is 114 (44.92% from 255 or 24.26% from 470); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8872 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8872 is #23778D. Grayscale: #9E9E9E. Windows color (decimal): -2324366 or 7506140. OLE color: 7506140.
HSL color Cylindrical-coordinate representation of color #DC8872: hue angle of 12.45º 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 #DC8872 is Cyan = 0, Magento = 0.38, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 136 | 114 | - |
| CMYK | 0 | 0.38 | 0.48 | 0.14 |
| HSL | 12.45º | 0.6% | 0.65% | - |
| HSV(B) | 12.45º | 0.48% | 0.86% | - |
| XYZ | 41.36 | 34.04 | 20.31 | - |
| YUV | 158.61 | 102.83 | 171.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 136 | 114 | 0 | 0.38 | 0.48 | 0.14 | 12.45 | 0.6 | 0.65 |
| Hex | DC | 88 | 72 | 0 | 26 | 30 | E | C | 3C | 41 |
| Octal | 334 | 210 | 162 | 0 | 46 | 60 | 16 | 14 | 74 | 101 |
| Binary | 11011100 | 10001000 | 1110010 | 0 | 100110 | 110000 | 1110 | 1100 | 111100 | 1000001 |
Color Harmonies of #DC8872
Complementary color
Monochromatic Colors of #DC8872
Black with #DC8872
Text Example
Text Example
White with #DC8872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8872; }
p { color: rgb(220,136,114); }
H1.HeaderClassName
{
color: #DC8872;
}
.AnyTagClassName
{
color: #DC8872;
}
</style>
background-color css
<style>
a { background-color: #DC8872; }
a { background-color: rgb(220,136,114); }
div.DivClassName
{
background-color: #DC8872;
}
.BgClassName
{
background-color: #DC8872;
}
</style>
border-color css
<style>
span { border-color: #DC8872; }
span { border-color: rgb(220,136,114); }
td.TdClassName
{
border-color: #DC8872;
}
.TagClassName
{
border-color: #DC8872;
}
</style>