Shades of New York Pink #DC806C
Tints of New York Pink #DC806C
RGB
CMYK
RGB Variations
Color information
#DC806C (or 0xDC806C) is known color: New York Pink. HEX triplet: DC, 80 and 6C. RGB value is (220,128,108). Sum of RGB (Red+Green+Blue) = 220+128+108=456 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.25% from 456); Green value is 128 (50.39% from 255 or 28.07% from 456); Blue value is 108 (42.58% from 255 or 23.68% from 456); Max value from RGB is 220 - color contains mainly: red. Hex color #DC806C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC806C is #237F93. Grayscale: #999999. Windows color (decimal): -2326420 or 7110876. OLE color: 7110876.
HSL color Cylindrical-coordinate representation of color #DC806C: hue angle of 10.71º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DC806C is Cyan = 0, Magento = 0.42, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 128 | 108 | - |
| CMYK | 0 | 0.42 | 0.51 | 0.14 |
| HSL | 10.71º | 0.62% | 0.64% | - |
| HSV(B) | 10.71º | 0.51% | 0.86% | - |
| XYZ | 39.94 | 31.74 | 18.21 | - |
| YUV | 153.23 | 102.48 | 175.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 128 | 108 | 0 | 0.42 | 0.51 | 0.14 | 10.71 | 0.62 | 0.64 |
| Hex | DC | 80 | 6C | 0 | 2A | 33 | E | B | 3E | 40 |
| Octal | 334 | 200 | 154 | 0 | 52 | 63 | 16 | 13 | 76 | 100 |
| Binary | 11011100 | 10000000 | 1101100 | 0 | 101010 | 110011 | 1110 | 1011 | 111110 | 1000000 |
Color Harmonies of #DC806C
Complementary color
Monochromatic Colors of #DC806C
Black with #DC806C
Text Example
Text Example
White with #DC806C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC806C; }
p { color: rgb(220,128,108); }
H1.HeaderClassName
{
color: #DC806C;
}
.AnyTagClassName
{
color: #DC806C;
}
</style>
background-color css
<style>
a { background-color: #DC806C; }
a { background-color: rgb(220,128,108); }
div.DivClassName
{
background-color: #DC806C;
}
.BgClassName
{
background-color: #DC806C;
}
</style>
border-color css
<style>
span { border-color: #DC806C; }
span { border-color: rgb(220,128,108); }
td.TdClassName
{
border-color: #DC806C;
}
.TagClassName
{
border-color: #DC806C;
}
</style>