Shades of New York Pink #DF8C79
Tints of New York Pink #DF8C79
RGB
CMYK
RGB Variations
Color information
#DF8C79 (or 0xDF8C79) is known color: New York Pink. HEX triplet: DF, 8C and 79. RGB value is (223,140,121). Sum of RGB (Red+Green+Blue) = 223+140+121=484 (64% of max value = 765). Red value is 223 (87.5% from 255 or 46.07% from 484); Green value is 140 (55.08% from 255 or 28.93% from 484); Blue value is 121 (47.66% from 255 or 25% from 484); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8C79 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF8C79 is #207386. Grayscale: #A2A2A2. Windows color (decimal): -2126727 or 7965919. OLE color: 7965919.
HSL color Cylindrical-coordinate representation of color #DF8C79: hue angle of 11.18º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DF8C79 is Cyan = 0, Magento = 0.37, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 140 | 121 | - |
| CMYK | 0 | 0.37 | 0.46 | 0.13 |
| HSL | 11.18º | 0.61% | 0.67% | - |
| HSV(B) | 11.18º | 0.46% | 0.87% | - |
| XYZ | 43.26 | 35.82 | 22.72 | - |
| YUV | 162.65 | 104.5 | 171.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 140 | 121 | 0 | 0.37 | 0.46 | 0.13 | 11.18 | 0.61 | 0.67 |
| Hex | DF | 8C | 79 | 0 | 25 | 2E | D | B | 3D | 43 |
| Octal | 337 | 214 | 171 | 0 | 45 | 56 | 15 | 13 | 75 | 103 |
| Binary | 11011111 | 10001100 | 1111001 | 0 | 100101 | 101110 | 1101 | 1011 | 111101 | 1000011 |
Color Harmonies of #DF8C79
Complementary color
Monochromatic Colors of #DF8C79
Black with #DF8C79
Text Example
Text Example
White with #DF8C79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8C79; }
p { color: rgb(223,140,121); }
H1.HeaderClassName
{
color: #DF8C79;
}
.AnyTagClassName
{
color: #DF8C79;
}
</style>
background-color css
<style>
a { background-color: #DF8C79; }
a { background-color: rgb(223,140,121); }
div.DivClassName
{
background-color: #DF8C79;
}
.BgClassName
{
background-color: #DF8C79;
}
</style>
border-color css
<style>
span { border-color: #DF8C79; }
span { border-color: rgb(223,140,121); }
td.TdClassName
{
border-color: #DF8C79;
}
.TagClassName
{
border-color: #DF8C79;
}
</style>