Shades of New York Pink #DC8476
Tints of New York Pink #DC8476
RGB
CMYK
RGB Variations
Color information
#DC8476 (or 0xDC8476) is known color: New York Pink. HEX triplet: DC, 84 and 76. RGB value is (220,132,118). Sum of RGB (Red+Green+Blue) = 220+132+118=470 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.81% from 470); Green value is 132 (51.95% from 255 or 28.09% from 470); Blue value is 118 (46.48% from 255 or 25.11% from 470); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8476 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8476 is #237B89. Grayscale: #9C9C9C. Windows color (decimal): -2325386 or 7767260. OLE color: 7767260.
HSL color Cylindrical-coordinate representation of color #DC8476: hue angle of 8.24º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DC8476 is Cyan = 0, Magento = 0.40, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 132 | 118 | - |
| CMYK | 0 | 0.40 | 0.46 | 0.14 |
| HSL | 8.24º | 0.59% | 0.66% | - |
| HSV(B) | 8.24º | 0.46% | 0.86% | - |
| XYZ | 41.04 | 33.03 | 21.35 | - |
| YUV | 156.72 | 106.15 | 173.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 132 | 118 | 0 | 0.40 | 0.46 | 0.14 | 8.24 | 0.59 | 0.66 |
| Hex | DC | 84 | 76 | 0 | 28 | 2E | E | 8 | 3B | 42 |
| Octal | 334 | 204 | 166 | 0 | 50 | 56 | 16 | 10 | 73 | 102 |
| Binary | 11011100 | 10000100 | 1110110 | 0 | 101000 | 101110 | 1110 | 1000 | 111011 | 1000010 |
Color Harmonies of #DC8476
Complementary color
Monochromatic Colors of #DC8476
Black with #DC8476
Text Example
Text Example
White with #DC8476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8476; }
p { color: rgb(220,132,118); }
H1.HeaderClassName
{
color: #DC8476;
}
.AnyTagClassName
{
color: #DC8476;
}
</style>
background-color css
<style>
a { background-color: #DC8476; }
a { background-color: rgb(220,132,118); }
div.DivClassName
{
background-color: #DC8476;
}
.BgClassName
{
background-color: #DC8476;
}
</style>
border-color css
<style>
span { border-color: #DC8476; }
span { border-color: rgb(220,132,118); }
td.TdClassName
{
border-color: #DC8476;
}
.TagClassName
{
border-color: #DC8476;
}
</style>