Shades of New York Pink #DE856D
Tints of New York Pink #DE856D
RGB
CMYK
RGB Variations
Color information
#DE856D (or 0xDE856D) is known color: New York Pink. HEX triplet: DE, 85 and 6D. RGB value is (222,133,109). Sum of RGB (Red+Green+Blue) = 222+133+109=464 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.84% from 464); Green value is 133 (52.34% from 255 or 28.66% from 464); Blue value is 109 (42.97% from 255 or 23.49% from 464); Max value from RGB is 222 - color contains mainly: red. Hex color #DE856D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE856D is #217A92. Grayscale: #9D9D9D. Windows color (decimal): -2194067 or 7177694. OLE color: 7177694.
HSL color Cylindrical-coordinate representation of color #DE856D: hue angle of 12.74º degrees, saturation: 0.63, 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 #DE856D is Cyan = 0, Magento = 0.40, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 133 | 109 | - |
| CMYK | 0 | 0.40 | 0.51 | 0.13 |
| HSL | 12.74º | 0.63% | 0.65% | - |
| HSV(B) | 12.74º | 0.51% | 0.87% | - |
| XYZ | 41.27 | 33.41 | 18.74 | - |
| YUV | 156.88 | 100.99 | 174.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 133 | 109 | 0 | 0.40 | 0.51 | 0.13 | 12.74 | 0.63 | 0.65 |
| Hex | DE | 85 | 6D | 0 | 28 | 33 | D | D | 3F | 41 |
| Octal | 336 | 205 | 155 | 0 | 50 | 63 | 15 | 15 | 77 | 101 |
| Binary | 11011110 | 10000101 | 1101101 | 0 | 101000 | 110011 | 1101 | 1101 | 111111 | 1000001 |
Color Harmonies of #DE856D
Complementary color
Monochromatic Colors of #DE856D
Black with #DE856D
Text Example
Text Example
White with #DE856D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE856D; }
p { color: rgb(222,133,109); }
H1.HeaderClassName
{
color: #DE856D;
}
.AnyTagClassName
{
color: #DE856D;
}
</style>
background-color css
<style>
a { background-color: #DE856D; }
a { background-color: rgb(222,133,109); }
div.DivClassName
{
background-color: #DE856D;
}
.BgClassName
{
background-color: #DE856D;
}
</style>
border-color css
<style>
span { border-color: #DE856D; }
span { border-color: rgb(222,133,109); }
td.TdClassName
{
border-color: #DE856D;
}
.TagClassName
{
border-color: #DE856D;
}
</style>