Shades of New York Pink #DC806E
Tints of New York Pink #DC806E
RGB
CMYK
RGB Variations
Color information
#DC806E (or 0xDC806E) is known color: New York Pink. HEX triplet: DC, 80 and 6E. RGB value is (220,128,110). Sum of RGB (Red+Green+Blue) = 220+128+110=458 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.03% from 458); Green value is 128 (50.39% from 255 or 27.95% from 458); Blue value is 110 (43.36% from 255 or 24.02% from 458); Max value from RGB is 220 - color contains mainly: red. Hex color #DC806E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC806E is #237F91. Grayscale: #999999. Windows color (decimal): -2326418 or 7241948. OLE color: 7241948.
HSL color Cylindrical-coordinate representation of color #DC806E: hue angle of 9.82º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DC806E is Cyan = 0, Magento = 0.42, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 128 | 110 | - |
| CMYK | 0 | 0.42 | 0.50 | 0.14 |
| HSL | 9.82º | 0.61% | 0.65% | - |
| HSV(B) | 9.82º | 0.5% | 0.86% | - |
| XYZ | 40.05 | 31.78 | 18.78 | - |
| YUV | 153.46 | 103.48 | 175.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 128 | 110 | 0 | 0.42 | 0.50 | 0.14 | 9.82 | 0.61 | 0.65 |
| Hex | DC | 80 | 6E | 0 | 2A | 32 | E | A | 3D | 41 |
| Octal | 334 | 200 | 156 | 0 | 52 | 62 | 16 | 12 | 75 | 101 |
| Binary | 11011100 | 10000000 | 1101110 | 0 | 101010 | 110010 | 1110 | 1010 | 111101 | 1000001 |
Color Harmonies of #DC806E
Complementary color
Monochromatic Colors of #DC806E
Black with #DC806E
Text Example
Text Example
White with #DC806E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC806E; }
p { color: rgb(220,128,110); }
H1.HeaderClassName
{
color: #DC806E;
}
.AnyTagClassName
{
color: #DC806E;
}
</style>
background-color css
<style>
a { background-color: #DC806E; }
a { background-color: rgb(220,128,110); }
div.DivClassName
{
background-color: #DC806E;
}
.BgClassName
{
background-color: #DC806E;
}
</style>
border-color css
<style>
span { border-color: #DC806E; }
span { border-color: rgb(220,128,110); }
td.TdClassName
{
border-color: #DC806E;
}
.TagClassName
{
border-color: #DC806E;
}
</style>