Shades of New York Pink #DC806D
Tints of New York Pink #DC806D
RGB
CMYK
RGB Variations
Color information
#DC806D (or 0xDC806D) is known color: New York Pink. HEX triplet: DC, 80 and 6D. RGB value is (220,128,109). Sum of RGB (Red+Green+Blue) = 220+128+109=457 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.14% from 457); Green value is 128 (50.39% from 255 or 28.01% from 457); Blue value is 109 (42.97% from 255 or 23.85% from 457); Max value from RGB is 220 - color contains mainly: red. Hex color #DC806D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC806D is #237F92. Grayscale: #999999. Windows color (decimal): -2326419 or 7176412. OLE color: 7176412.
HSL color Cylindrical-coordinate representation of color #DC806D: hue angle of 10.27º 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 #DC806D is Cyan = 0, Magento = 0.42, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 128 | 109 | - |
| CMYK | 0 | 0.42 | 0.50 | 0.14 |
| HSL | 10.27º | 0.61% | 0.65% | - |
| HSV(B) | 10.27º | 0.5% | 0.86% | - |
| XYZ | 39.99 | 31.76 | 18.49 | - |
| YUV | 153.34 | 102.98 | 175.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 128 | 109 | 0 | 0.42 | 0.50 | 0.14 | 10.27 | 0.61 | 0.65 |
| Hex | DC | 80 | 6D | 0 | 2A | 32 | E | A | 3D | 41 |
| Octal | 334 | 200 | 155 | 0 | 52 | 62 | 16 | 12 | 75 | 101 |
| Binary | 11011100 | 10000000 | 1101101 | 0 | 101010 | 110010 | 1110 | 1010 | 111101 | 1000001 |
Color Harmonies of #DC806D
Complementary color
Monochromatic Colors of #DC806D
Black with #DC806D
Text Example
Text Example
White with #DC806D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC806D; }
p { color: rgb(220,128,109); }
H1.HeaderClassName
{
color: #DC806D;
}
.AnyTagClassName
{
color: #DC806D;
}
</style>
background-color css
<style>
a { background-color: #DC806D; }
a { background-color: rgb(220,128,109); }
div.DivClassName
{
background-color: #DC806D;
}
.BgClassName
{
background-color: #DC806D;
}
</style>
border-color css
<style>
span { border-color: #DC806D; }
span { border-color: rgb(220,128,109); }
td.TdClassName
{
border-color: #DC806D;
}
.TagClassName
{
border-color: #DC806D;
}
</style>