Shades of New York Pink #DC887A
Tints of New York Pink #DC887A
RGB
CMYK
RGB Variations
Color information
#DC887A (or 0xDC887A) is known color: New York Pink. HEX triplet: DC, 88 and 7A. RGB value is (220,136,122). Sum of RGB (Red+Green+Blue) = 220+136+122=478 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.03% from 478); Green value is 136 (53.52% from 255 or 28.45% from 478); Blue value is 122 (48.05% from 255 or 25.52% from 478); Max value from RGB is 220 - color contains mainly: red. Hex color #DC887A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC887A is #237785. Grayscale: #9F9F9F. Windows color (decimal): -2324358 or 8030428. OLE color: 8030428.
HSL color Cylindrical-coordinate representation of color #DC887A: hue angle of 8.57º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DC887A is Cyan = 0, Magento = 0.38, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 136 | 122 | - |
| CMYK | 0 | 0.38 | 0.45 | 0.14 |
| HSL | 8.57º | 0.58% | 0.67% | - |
| HSV(B) | 8.57º | 0.45% | 0.86% | - |
| XYZ | 41.83 | 34.23 | 22.81 | - |
| YUV | 159.52 | 106.83 | 171.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 136 | 122 | 0 | 0.38 | 0.45 | 0.14 | 8.57 | 0.58 | 0.67 |
| Hex | DC | 88 | 7A | 0 | 26 | 2D | E | 9 | 3A | 43 |
| Octal | 334 | 210 | 172 | 0 | 46 | 55 | 16 | 11 | 72 | 103 |
| Binary | 11011100 | 10001000 | 1111010 | 0 | 100110 | 101101 | 1110 | 1001 | 111010 | 1000011 |
Color Harmonies of #DC887A
Complementary color
Monochromatic Colors of #DC887A
Black with #DC887A
Text Example
Text Example
White with #DC887A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC887A; }
p { color: rgb(220,136,122); }
H1.HeaderClassName
{
color: #DC887A;
}
.AnyTagClassName
{
color: #DC887A;
}
</style>
background-color css
<style>
a { background-color: #DC887A; }
a { background-color: rgb(220,136,122); }
div.DivClassName
{
background-color: #DC887A;
}
.BgClassName
{
background-color: #DC887A;
}
</style>
border-color css
<style>
span { border-color: #DC887A; }
span { border-color: rgb(220,136,122); }
td.TdClassName
{
border-color: #DC887A;
}
.TagClassName
{
border-color: #DC887A;
}
</style>