Shades of New York Pink #DC8A76
Tints of New York Pink #DC8A76
RGB
CMYK
RGB Variations
Color information
#DC8A76 (or 0xDC8A76) is known color: New York Pink. HEX triplet: DC, 8A and 76. RGB value is (220,138,118). Sum of RGB (Red+Green+Blue) = 220+138+118=476 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.22% from 476); Green value is 138 (54.30% from 255 or 28.99% from 476); Blue value is 118 (46.48% from 255 or 24.79% from 476); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8A76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8A76 is #237589. Grayscale: #A0A0A0. Windows color (decimal): -2323850 or 7768796. OLE color: 7768796.
HSL color Cylindrical-coordinate representation of color #DC8A76: hue angle of 11.76º 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 #DC8A76 is Cyan = 0, Magento = 0.37, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 138 | 118 | - |
| CMYK | 0 | 0.37 | 0.46 | 0.14 |
| HSL | 11.76º | 0.59% | 0.66% | - |
| HSV(B) | 11.76º | 0.46% | 0.86% | - |
| XYZ | 41.87 | 34.7 | 21.63 | - |
| YUV | 160.24 | 104.17 | 170.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 138 | 118 | 0 | 0.37 | 0.46 | 0.14 | 11.76 | 0.59 | 0.66 |
| Hex | DC | 8A | 76 | 0 | 25 | 2E | E | C | 3B | 42 |
| Octal | 334 | 212 | 166 | 0 | 45 | 56 | 16 | 14 | 73 | 102 |
| Binary | 11011100 | 10001010 | 1110110 | 0 | 100101 | 101110 | 1110 | 1100 | 111011 | 1000010 |
Color Harmonies of #DC8A76
Complementary color
Monochromatic Colors of #DC8A76
Black with #DC8A76
Text Example
Text Example
White with #DC8A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8A76; }
p { color: rgb(220,138,118); }
H1.HeaderClassName
{
color: #DC8A76;
}
.AnyTagClassName
{
color: #DC8A76;
}
</style>
background-color css
<style>
a { background-color: #DC8A76; }
a { background-color: rgb(220,138,118); }
div.DivClassName
{
background-color: #DC8A76;
}
.BgClassName
{
background-color: #DC8A76;
}
</style>
border-color css
<style>
span { border-color: #DC8A76; }
span { border-color: rgb(220,138,118); }
td.TdClassName
{
border-color: #DC8A76;
}
.TagClassName
{
border-color: #DC8A76;
}
</style>