Shades of New York Pink #DC8873
Tints of New York Pink #DC8873
RGB
CMYK
RGB Variations
Color information
#DC8873 (or 0xDC8873) is known color: New York Pink. HEX triplet: DC, 88 and 73. RGB value is (220,136,115). Sum of RGB (Red+Green+Blue) = 220+136+115=471 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.71% from 471); Green value is 136 (53.52% from 255 or 28.87% from 471); Blue value is 115 (45.31% from 255 or 24.42% from 471); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8873 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8873 is #23778C. Grayscale: #9E9E9E. Windows color (decimal): -2324365 or 7571676. OLE color: 7571676.
HSL color Cylindrical-coordinate representation of color #DC8873: hue angle of 12º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DC8873 is Cyan = 0, Magento = 0.38, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 136 | 115 | - |
| CMYK | 0 | 0.38 | 0.48 | 0.14 |
| HSL | 12º | 0.6% | 0.66% | - |
| HSV(B) | 12º | 0.48% | 0.86% | - |
| XYZ | 41.41 | 34.06 | 20.61 | - |
| YUV | 158.72 | 103.33 | 171.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 136 | 115 | 0 | 0.38 | 0.48 | 0.14 | 12 | 0.6 | 0.66 |
| Hex | DC | 88 | 73 | 0 | 26 | 30 | E | C | 3C | 42 |
| Octal | 334 | 210 | 163 | 0 | 46 | 60 | 16 | 14 | 74 | 102 |
| Binary | 11011100 | 10001000 | 1110011 | 0 | 100110 | 110000 | 1110 | 1100 | 111100 | 1000010 |
Color Harmonies of #DC8873
Complementary color
Monochromatic Colors of #DC8873
Black with #DC8873
Text Example
Text Example
White with #DC8873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8873; }
p { color: rgb(220,136,115); }
H1.HeaderClassName
{
color: #DC8873;
}
.AnyTagClassName
{
color: #DC8873;
}
</style>
background-color css
<style>
a { background-color: #DC8873; }
a { background-color: rgb(220,136,115); }
div.DivClassName
{
background-color: #DC8873;
}
.BgClassName
{
background-color: #DC8873;
}
</style>
border-color css
<style>
span { border-color: #DC8873; }
span { border-color: rgb(220,136,115); }
td.TdClassName
{
border-color: #DC8873;
}
.TagClassName
{
border-color: #DC8873;
}
</style>