Shades of New York Pink #DE866D
Tints of New York Pink #DE866D
RGB
CMYK
RGB Variations
Color information
#DE866D (or 0xDE866D) is known color: New York Pink. HEX triplet: DE, 86 and 6D. RGB value is (222,134,109). Sum of RGB (Red+Green+Blue) = 222+134+109=465 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.74% from 465); Green value is 134 (52.73% from 255 or 28.82% from 465); Blue value is 109 (42.97% from 255 or 23.44% from 465); Max value from RGB is 222 - color contains mainly: red. Hex color #DE866D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE866D is #217992. Grayscale: #9D9D9D. Windows color (decimal): -2193811 or 7177950. OLE color: 7177950.
HSL color Cylindrical-coordinate representation of color #DE866D: hue angle of 13.27º 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 #DE866D is Cyan = 0, Magento = 0.40, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 134 | 109 | - |
| CMYK | 0 | 0.40 | 0.51 | 0.13 |
| HSL | 13.27º | 0.63% | 0.65% | - |
| HSV(B) | 13.27º | 0.51% | 0.87% | - |
| XYZ | 41.41 | 33.68 | 18.79 | - |
| YUV | 157.46 | 100.65 | 174.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 134 | 109 | 0 | 0.40 | 0.51 | 0.13 | 13.27 | 0.63 | 0.65 |
| Hex | DE | 86 | 6D | 0 | 28 | 33 | D | D | 3F | 41 |
| Octal | 336 | 206 | 155 | 0 | 50 | 63 | 15 | 15 | 77 | 101 |
| Binary | 11011110 | 10000110 | 1101101 | 0 | 101000 | 110011 | 1101 | 1101 | 111111 | 1000001 |
Color Harmonies of #DE866D
Complementary color
Monochromatic Colors of #DE866D
Black with #DE866D
Text Example
Text Example
White with #DE866D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE866D; }
p { color: rgb(222,134,109); }
H1.HeaderClassName
{
color: #DE866D;
}
.AnyTagClassName
{
color: #DE866D;
}
</style>
background-color css
<style>
a { background-color: #DE866D; }
a { background-color: rgb(222,134,109); }
div.DivClassName
{
background-color: #DE866D;
}
.BgClassName
{
background-color: #DE866D;
}
</style>
border-color css
<style>
span { border-color: #DE866D; }
span { border-color: rgb(222,134,109); }
td.TdClassName
{
border-color: #DE866D;
}
.TagClassName
{
border-color: #DE866D;
}
</style>