Shades of New York Pink #DF806A
Tints of New York Pink #DF806A
RGB
CMYK
RGB Variations
Color information
#DF806A (or 0xDF806A) is known color: New York Pink. HEX triplet: DF, 80 and 6A. RGB value is (223,128,106). Sum of RGB (Red+Green+Blue) = 223+128+106=457 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.80% from 457); Green value is 128 (50.39% from 255 or 28.01% from 457); Blue value is 106 (41.80% from 255 or 23.19% from 457); Max value from RGB is 223 - color contains mainly: red. Hex color #DF806A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF806A is #207F95. Grayscale: #9A9A9A. Windows color (decimal): -2129814 or 6979807. OLE color: 6979807.
HSL color Cylindrical-coordinate representation of color #DF806A: hue angle of 11.28º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DF806A is Cyan = 0, Magento = 0.43, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 128 | 106 | - |
| CMYK | 0 | 0.43 | 0.52 | 0.13 |
| HSL | 11.28º | 0.65% | 0.65% | - |
| HSV(B) | 11.28º | 0.52% | 0.87% | - |
| XYZ | 40.75 | 32.17 | 17.7 | - |
| YUV | 153.9 | 100.97 | 177.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 128 | 106 | 0 | 0.43 | 0.52 | 0.13 | 11.28 | 0.65 | 0.65 |
| Hex | DF | 80 | 6A | 0 | 2B | 34 | D | B | 41 | 41 |
| Octal | 337 | 200 | 152 | 0 | 53 | 64 | 15 | 13 | 101 | 101 |
| Binary | 11011111 | 10000000 | 1101010 | 0 | 101011 | 110100 | 1101 | 1011 | 1000001 | 1000001 |
Color Harmonies of #DF806A
Complementary color
Monochromatic Colors of #DF806A
Black with #DF806A
Text Example
Text Example
White with #DF806A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF806A; }
p { color: rgb(223,128,106); }
H1.HeaderClassName
{
color: #DF806A;
}
.AnyTagClassName
{
color: #DF806A;
}
</style>
background-color css
<style>
a { background-color: #DF806A; }
a { background-color: rgb(223,128,106); }
div.DivClassName
{
background-color: #DF806A;
}
.BgClassName
{
background-color: #DF806A;
}
</style>
border-color css
<style>
span { border-color: #DF806A; }
span { border-color: rgb(223,128,106); }
td.TdClassName
{
border-color: #DF806A;
}
.TagClassName
{
border-color: #DF806A;
}
</style>