Shades of New York Pink #DC806F
Tints of New York Pink #DC806F
RGB
CMYK
RGB Variations
Color information
#DC806F (or 0xDC806F) is known color: New York Pink. HEX triplet: DC, 80 and 6F. RGB value is (220,128,111). Sum of RGB (Red+Green+Blue) = 220+128+111=459 (60% of max value = 765). Red value is 220 (86.33% from 255 or 47.93% from 459); Green value is 128 (50.39% from 255 or 27.89% from 459); Blue value is 111 (43.75% from 255 or 24.18% from 459); Max value from RGB is 220 - color contains mainly: red. Hex color #DC806F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC806F is #237F90. Grayscale: #999999. Windows color (decimal): -2326417 or 7307484. OLE color: 7307484.
HSL color Cylindrical-coordinate representation of color #DC806F: hue angle of 9.36º 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 #DC806F is Cyan = 0, Magento = 0.42, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 128 | 111 | - |
| CMYK | 0 | 0.42 | 0.50 | 0.14 |
| HSL | 9.36º | 0.61% | 0.65% | - |
| HSV(B) | 9.36º | 0.5% | 0.86% | - |
| XYZ | 40.1 | 31.8 | 19.06 | - |
| YUV | 153.57 | 103.98 | 175.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 128 | 111 | 0 | 0.42 | 0.50 | 0.14 | 9.36 | 0.61 | 0.65 |
| Hex | DC | 80 | 6F | 0 | 2A | 32 | E | 9 | 3D | 41 |
| Octal | 334 | 200 | 157 | 0 | 52 | 62 | 16 | 11 | 75 | 101 |
| Binary | 11011100 | 10000000 | 1101111 | 0 | 101010 | 110010 | 1110 | 1001 | 111101 | 1000001 |
Color Harmonies of #DC806F
Complementary color
Monochromatic Colors of #DC806F
Black with #DC806F
Text Example
Text Example
White with #DC806F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC806F; }
p { color: rgb(220,128,111); }
H1.HeaderClassName
{
color: #DC806F;
}
.AnyTagClassName
{
color: #DC806F;
}
</style>
background-color css
<style>
a { background-color: #DC806F; }
a { background-color: rgb(220,128,111); }
div.DivClassName
{
background-color: #DC806F;
}
.BgClassName
{
background-color: #DC806F;
}
</style>
border-color css
<style>
span { border-color: #DC806F; }
span { border-color: rgb(220,128,111); }
td.TdClassName
{
border-color: #DC806F;
}
.TagClassName
{
border-color: #DC806F;
}
</style>