Shades of New York Pink #DC806A
Tints of New York Pink #DC806A
RGB
CMYK
RGB Variations
Color information
#DC806A (or 0xDC806A) is known color: New York Pink. HEX triplet: DC, 80 and 6A. RGB value is (220,128,106). Sum of RGB (Red+Green+Blue) = 220+128+106=454 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.46% from 454); Green value is 128 (50.39% from 255 or 28.19% from 454); Blue value is 106 (41.80% from 255 or 23.35% from 454); Max value from RGB is 220 - color contains mainly: red. Hex color #DC806A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC806A is #237F95. Grayscale: #999999. Windows color (decimal): -2326422 or 6979804. OLE color: 6979804.
HSL color Cylindrical-coordinate representation of color #DC806A: hue angle of 11.58º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DC806A is Cyan = 0, Magento = 0.42, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 128 | 106 | - |
| CMYK | 0 | 0.42 | 0.52 | 0.14 |
| HSL | 11.58º | 0.62% | 0.64% | - |
| HSV(B) | 11.58º | 0.52% | 0.86% | - |
| XYZ | 39.84 | 31.69 | 17.65 | - |
| YUV | 153 | 101.48 | 175.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 128 | 106 | 0 | 0.42 | 0.52 | 0.14 | 11.58 | 0.62 | 0.64 |
| Hex | DC | 80 | 6A | 0 | 2A | 34 | E | C | 3E | 40 |
| Octal | 334 | 200 | 152 | 0 | 52 | 64 | 16 | 14 | 76 | 100 |
| Binary | 11011100 | 10000000 | 1101010 | 0 | 101010 | 110100 | 1110 | 1100 | 111110 | 1000000 |
Color Harmonies of #DC806A
Complementary color
Monochromatic Colors of #DC806A
Black with #DC806A
Text Example
Text Example
White with #DC806A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC806A; }
p { color: rgb(220,128,106); }
H1.HeaderClassName
{
color: #DC806A;
}
.AnyTagClassName
{
color: #DC806A;
}
</style>
background-color css
<style>
a { background-color: #DC806A; }
a { background-color: rgb(220,128,106); }
div.DivClassName
{
background-color: #DC806A;
}
.BgClassName
{
background-color: #DC806A;
}
</style>
border-color css
<style>
span { border-color: #DC806A; }
span { border-color: rgb(220,128,106); }
td.TdClassName
{
border-color: #DC806A;
}
.TagClassName
{
border-color: #DC806A;
}
</style>