Shades of New York Pink #DE836E
Tints of New York Pink #DE836E
RGB
CMYK
RGB Variations
Color information
#DE836E (or 0xDE836E) is known color: New York Pink. HEX triplet: DE, 83 and 6E. RGB value is (222,131,110). Sum of RGB (Red+Green+Blue) = 222+131+110=463 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.95% from 463); Green value is 131 (51.56% from 255 or 28.29% from 463); Blue value is 110 (43.36% from 255 or 23.76% from 463); Max value from RGB is 222 - color contains mainly: red. Hex color #DE836E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE836E is #217C91. Grayscale: #9B9B9B. Windows color (decimal): -2194578 or 7242718. OLE color: 7242718.
HSL color Cylindrical-coordinate representation of color #DE836E: hue angle of 11.25º degrees, saturation: 0.63, 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 #DE836E is Cyan = 0, Magento = 0.41, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 131 | 110 | - |
| CMYK | 0 | 0.41 | 0.50 | 0.13 |
| HSL | 11.25º | 0.63% | 0.65% | - |
| HSV(B) | 11.25º | 0.5% | 0.87% | - |
| XYZ | 41.05 | 32.89 | 18.94 | - |
| YUV | 155.82 | 102.15 | 175.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 131 | 110 | 0 | 0.41 | 0.50 | 0.13 | 11.25 | 0.63 | 0.65 |
| Hex | DE | 83 | 6E | 0 | 29 | 32 | D | B | 3F | 41 |
| Octal | 336 | 203 | 156 | 0 | 51 | 62 | 15 | 13 | 77 | 101 |
| Binary | 11011110 | 10000011 | 1101110 | 0 | 101001 | 110010 | 1101 | 1011 | 111111 | 1000001 |
Color Harmonies of #DE836E
Complementary color
Monochromatic Colors of #DE836E
Black with #DE836E
Text Example
Text Example
White with #DE836E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE836E; }
p { color: rgb(222,131,110); }
H1.HeaderClassName
{
color: #DE836E;
}
.AnyTagClassName
{
color: #DE836E;
}
</style>
background-color css
<style>
a { background-color: #DE836E; }
a { background-color: rgb(222,131,110); }
div.DivClassName
{
background-color: #DE836E;
}
.BgClassName
{
background-color: #DE836E;
}
</style>
border-color css
<style>
span { border-color: #DE836E; }
span { border-color: rgb(222,131,110); }
td.TdClassName
{
border-color: #DE836E;
}
.TagClassName
{
border-color: #DE836E;
}
</style>