Shades of New York Pink #DF856C
Tints of New York Pink #DF856C
RGB
CMYK
RGB Variations
Color information
#DF856C (or 0xDF856C) is known color: New York Pink. HEX triplet: DF, 85 and 6C. RGB value is (223,133,108). Sum of RGB (Red+Green+Blue) = 223+133+108=464 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.06% from 464); Green value is 133 (52.34% from 255 or 28.66% from 464); Blue value is 108 (42.58% from 255 or 23.28% from 464); Max value from RGB is 223 - color contains mainly: red. Hex color #DF856C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF856C is #207A93. Grayscale: #9D9D9D. Windows color (decimal): -2128532 or 7112159. OLE color: 7112159.
HSL color Cylindrical-coordinate representation of color #DF856C: hue angle of 13.04º degrees, saturation: 0.64, 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 #DF856C is Cyan = 0, Magento = 0.40, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 133 | 108 | - |
| CMYK | 0 | 0.40 | 0.52 | 0.13 |
| HSL | 13.04º | 0.64% | 0.65% | - |
| HSV(B) | 13.04º | 0.52% | 0.87% | - |
| XYZ | 41.53 | 33.55 | 18.47 | - |
| YUV | 157.06 | 100.32 | 175.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 133 | 108 | 0 | 0.40 | 0.52 | 0.13 | 13.04 | 0.64 | 0.65 |
| Hex | DF | 85 | 6C | 0 | 28 | 34 | D | D | 40 | 41 |
| Octal | 337 | 205 | 154 | 0 | 50 | 64 | 15 | 15 | 100 | 101 |
| Binary | 11011111 | 10000101 | 1101100 | 0 | 101000 | 110100 | 1101 | 1101 | 1000000 | 1000001 |
Color Harmonies of #DF856C
Complementary color
Monochromatic Colors of #DF856C
Black with #DF856C
Text Example
Text Example
White with #DF856C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF856C; }
p { color: rgb(223,133,108); }
H1.HeaderClassName
{
color: #DF856C;
}
.AnyTagClassName
{
color: #DF856C;
}
</style>
background-color css
<style>
a { background-color: #DF856C; }
a { background-color: rgb(223,133,108); }
div.DivClassName
{
background-color: #DF856C;
}
.BgClassName
{
background-color: #DF856C;
}
</style>
border-color css
<style>
span { border-color: #DF856C; }
span { border-color: rgb(223,133,108); }
td.TdClassName
{
border-color: #DF856C;
}
.TagClassName
{
border-color: #DF856C;
}
</style>