Shades of New York Pink #DF8C7A
Tints of New York Pink #DF8C7A
RGB
CMYK
RGB Variations
Color information
#DF8C7A (or 0xDF8C7A) is known color: New York Pink. HEX triplet: DF, 8C and 7A. RGB value is (223,140,122). Sum of RGB (Red+Green+Blue) = 223+140+122=485 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.98% from 485); Green value is 140 (55.08% from 255 or 28.87% from 485); Blue value is 122 (48.05% from 255 or 25.15% from 485); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8C7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF8C7A is #207385. Grayscale: #A2A2A2. Windows color (decimal): -2126726 or 8031455. OLE color: 8031455.
HSL color Cylindrical-coordinate representation of color #DF8C7A: hue angle of 10.69º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DF8C7A is Cyan = 0, Magento = 0.37, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 140 | 122 | - |
| CMYK | 0 | 0.37 | 0.45 | 0.13 |
| HSL | 10.69º | 0.61% | 0.68% | - |
| HSV(B) | 10.69º | 0.45% | 0.87% | - |
| XYZ | 43.32 | 35.85 | 23.05 | - |
| YUV | 162.77 | 105 | 170.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 140 | 122 | 0 | 0.37 | 0.45 | 0.13 | 10.69 | 0.61 | 0.68 |
| Hex | DF | 8C | 7A | 0 | 25 | 2D | D | B | 3D | 44 |
| Octal | 337 | 214 | 172 | 0 | 45 | 55 | 15 | 13 | 75 | 104 |
| Binary | 11011111 | 10001100 | 1111010 | 0 | 100101 | 101101 | 1101 | 1011 | 111101 | 1000100 |
Color Harmonies of #DF8C7A
Complementary color
Monochromatic Colors of #DF8C7A
Black with #DF8C7A
Text Example
Text Example
White with #DF8C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8C7A; }
p { color: rgb(223,140,122); }
H1.HeaderClassName
{
color: #DF8C7A;
}
.AnyTagClassName
{
color: #DF8C7A;
}
</style>
background-color css
<style>
a { background-color: #DF8C7A; }
a { background-color: rgb(223,140,122); }
div.DivClassName
{
background-color: #DF8C7A;
}
.BgClassName
{
background-color: #DF8C7A;
}
</style>
border-color css
<style>
span { border-color: #DF8C7A; }
span { border-color: rgb(223,140,122); }
td.TdClassName
{
border-color: #DF8C7A;
}
.TagClassName
{
border-color: #DF8C7A;
}
</style>