Shades of New York Pink #DC806B
Tints of New York Pink #DC806B
RGB
CMYK
RGB Variations
Color information
#DC806B (or 0xDC806B) is known color: New York Pink. HEX triplet: DC, 80 and 6B. RGB value is (220,128,107). Sum of RGB (Red+Green+Blue) = 220+128+107=455 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.35% from 455); Green value is 128 (50.39% from 255 or 28.13% from 455); Blue value is 107 (42.19% from 255 or 23.52% from 455); Max value from RGB is 220 - color contains mainly: red. Hex color #DC806B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC806B is #237F94. Grayscale: #999999. Windows color (decimal): -2326421 or 7045340. OLE color: 7045340.
HSL color Cylindrical-coordinate representation of color #DC806B: hue angle of 11.15º 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 #DC806B is Cyan = 0, Magento = 0.42, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 128 | 107 | - |
| CMYK | 0 | 0.42 | 0.51 | 0.14 |
| HSL | 11.15º | 0.62% | 0.64% | - |
| HSV(B) | 11.15º | 0.51% | 0.86% | - |
| XYZ | 39.89 | 31.72 | 17.93 | - |
| YUV | 153.11 | 101.98 | 175.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 128 | 107 | 0 | 0.42 | 0.51 | 0.14 | 11.15 | 0.62 | 0.64 |
| Hex | DC | 80 | 6B | 0 | 2A | 33 | E | B | 3E | 40 |
| Octal | 334 | 200 | 153 | 0 | 52 | 63 | 16 | 13 | 76 | 100 |
| Binary | 11011100 | 10000000 | 1101011 | 0 | 101010 | 110011 | 1110 | 1011 | 111110 | 1000000 |
Color Harmonies of #DC806B
Complementary color
Monochromatic Colors of #DC806B
Black with #DC806B
Text Example
Text Example
White with #DC806B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC806B; }
p { color: rgb(220,128,107); }
H1.HeaderClassName
{
color: #DC806B;
}
.AnyTagClassName
{
color: #DC806B;
}
</style>
background-color css
<style>
a { background-color: #DC806B; }
a { background-color: rgb(220,128,107); }
div.DivClassName
{
background-color: #DC806B;
}
.BgClassName
{
background-color: #DC806B;
}
</style>
border-color css
<style>
span { border-color: #DC806B; }
span { border-color: rgb(220,128,107); }
td.TdClassName
{
border-color: #DC806B;
}
.TagClassName
{
border-color: #DC806B;
}
</style>