Shades of New York Pink #DF876F
Tints of New York Pink #DF876F
RGB
CMYK
RGB Variations
Color information
#DF876F (or 0xDF876F) is known color: New York Pink. HEX triplet: DF, 87 and 6F. RGB value is (223,135,111). Sum of RGB (Red+Green+Blue) = 223+135+111=469 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.55% from 469); Green value is 135 (53.12% from 255 or 28.78% from 469); Blue value is 111 (43.75% from 255 or 23.67% from 469); Max value from RGB is 223 - color contains mainly: red. Hex color #DF876F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF876F is #207890. Grayscale: #9E9E9E. Windows color (decimal): -2128017 or 7309279. OLE color: 7309279.
HSL color Cylindrical-coordinate representation of color #DF876F: hue angle of 12.86º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DF876F is Cyan = 0, Magento = 0.39, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 135 | 111 | - |
| CMYK | 0 | 0.39 | 0.50 | 0.13 |
| HSL | 12.86º | 0.64% | 0.65% | - |
| HSV(B) | 12.86º | 0.5% | 0.87% | - |
| XYZ | 41.96 | 34.16 | 19.42 | - |
| YUV | 158.58 | 101.15 | 173.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 135 | 111 | 0 | 0.39 | 0.50 | 0.13 | 12.86 | 0.64 | 0.65 |
| Hex | DF | 87 | 6F | 0 | 27 | 32 | D | D | 40 | 41 |
| Octal | 337 | 207 | 157 | 0 | 47 | 62 | 15 | 15 | 100 | 101 |
| Binary | 11011111 | 10000111 | 1101111 | 0 | 100111 | 110010 | 1101 | 1101 | 1000000 | 1000001 |
Color Harmonies of #DF876F
Complementary color
Monochromatic Colors of #DF876F
Black with #DF876F
Text Example
Text Example
White with #DF876F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF876F; }
p { color: rgb(223,135,111); }
H1.HeaderClassName
{
color: #DF876F;
}
.AnyTagClassName
{
color: #DF876F;
}
</style>
background-color css
<style>
a { background-color: #DF876F; }
a { background-color: rgb(223,135,111); }
div.DivClassName
{
background-color: #DF876F;
}
.BgClassName
{
background-color: #DF876F;
}
</style>
border-color css
<style>
span { border-color: #DF876F; }
span { border-color: rgb(223,135,111); }
td.TdClassName
{
border-color: #DF876F;
}
.TagClassName
{
border-color: #DF876F;
}
</style>