Shades of New York Pink #DF866E
Tints of New York Pink #DF866E
RGB
CMYK
RGB Variations
Color information
#DF866E (or 0xDF866E) is known color: New York Pink. HEX triplet: DF, 86 and 6E. RGB value is (223,134,110). Sum of RGB (Red+Green+Blue) = 223+134+110=467 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.75% from 467); Green value is 134 (52.73% from 255 or 28.69% from 467); Blue value is 110 (43.36% from 255 or 23.55% from 467); Max value from RGB is 223 - color contains mainly: red. Hex color #DF866E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF866E is #207991. Grayscale: #9E9E9E. Windows color (decimal): -2128274 or 7243487. OLE color: 7243487.
HSL color Cylindrical-coordinate representation of color #DF866E: hue angle of 12.74º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DF866E is Cyan = 0, Magento = 0.40, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 134 | 110 | - |
| CMYK | 0 | 0.40 | 0.51 | 0.13 |
| HSL | 12.74º | 0.64% | 0.65% | - |
| HSV(B) | 12.74º | 0.51% | 0.87% | - |
| XYZ | 41.77 | 33.86 | 19.09 | - |
| YUV | 157.88 | 100.99 | 174.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 134 | 110 | 0 | 0.40 | 0.51 | 0.13 | 12.74 | 0.64 | 0.65 |
| Hex | DF | 86 | 6E | 0 | 28 | 33 | D | D | 40 | 41 |
| Octal | 337 | 206 | 156 | 0 | 50 | 63 | 15 | 15 | 100 | 101 |
| Binary | 11011111 | 10000110 | 1101110 | 0 | 101000 | 110011 | 1101 | 1101 | 1000000 | 1000001 |
Color Harmonies of #DF866E
Complementary color
Monochromatic Colors of #DF866E
Black with #DF866E
Text Example
Text Example
White with #DF866E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF866E; }
p { color: rgb(223,134,110); }
H1.HeaderClassName
{
color: #DF866E;
}
.AnyTagClassName
{
color: #DF866E;
}
</style>
background-color css
<style>
a { background-color: #DF866E; }
a { background-color: rgb(223,134,110); }
div.DivClassName
{
background-color: #DF866E;
}
.BgClassName
{
background-color: #DF866E;
}
</style>
border-color css
<style>
span { border-color: #DF866E; }
span { border-color: rgb(223,134,110); }
td.TdClassName
{
border-color: #DF866E;
}
.TagClassName
{
border-color: #DF866E;
}
</style>