Shades of New York Pink #DC8176
Tints of New York Pink #DC8176
RGB
CMYK
RGB Variations
Color information
#DC8176 (or 0xDC8176) is known color: New York Pink. HEX triplet: DC, 81 and 76. RGB value is (220,129,118). Sum of RGB (Red+Green+Blue) = 220+129+118=467 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.11% from 467); Green value is 129 (50.78% from 255 or 27.62% from 467); Blue value is 118 (46.48% from 255 or 25.27% from 467); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8176 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8176 is #237E89. Grayscale: #9B9B9B. Windows color (decimal): -2326154 or 7766492. OLE color: 7766492.
HSL color Cylindrical-coordinate representation of color #DC8176: hue angle of 6.47º 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 #DC8176 is Cyan = 0, Magento = 0.41, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 129 | 118 | - |
| CMYK | 0 | 0.41 | 0.46 | 0.14 |
| HSL | 6.47º | 0.59% | 0.66% | - |
| HSV(B) | 6.47º | 0.46% | 0.86% | - |
| XYZ | 40.64 | 32.22 | 21.22 | - |
| YUV | 154.96 | 107.15 | 174.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 129 | 118 | 0 | 0.41 | 0.46 | 0.14 | 6.47 | 0.59 | 0.66 |
| Hex | DC | 81 | 76 | 0 | 29 | 2E | E | 6 | 3B | 42 |
| Octal | 334 | 201 | 166 | 0 | 51 | 56 | 16 | 6 | 73 | 102 |
| Binary | 11011100 | 10000001 | 1110110 | 0 | 101001 | 101110 | 1110 | 110 | 111011 | 1000010 |
Color Harmonies of #DC8176
Complementary color
Monochromatic Colors of #DC8176
Black with #DC8176
Text Example
Text Example
White with #DC8176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8176; }
p { color: rgb(220,129,118); }
H1.HeaderClassName
{
color: #DC8176;
}
.AnyTagClassName
{
color: #DC8176;
}
</style>
background-color css
<style>
a { background-color: #DC8176; }
a { background-color: rgb(220,129,118); }
div.DivClassName
{
background-color: #DC8176;
}
.BgClassName
{
background-color: #DC8176;
}
</style>
border-color css
<style>
span { border-color: #DC8176; }
span { border-color: rgb(220,129,118); }
td.TdClassName
{
border-color: #DC8176;
}
.TagClassName
{
border-color: #DC8176;
}
</style>