Shades of New Orleans #DEC590
Tints of New Orleans #DEC590
RGB
CMYK
RGB Variations
Color information
#DEC590 (or 0xDEC590) is known color: New Orleans. HEX triplet: DE, C5 and 90. RGB value is (222,197,144). Sum of RGB (Red+Green+Blue) = 222+197+144=563 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.43% from 563); Green value is 197 (77.34% from 255 or 34.99% from 563); Blue value is 144 (56.64% from 255 or 25.58% from 563); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC590 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC590 is #213A6F. Grayscale: #C6C6C6. Windows color (decimal): -2177648 or 9487838. OLE color: 9487838.
HSL color Cylindrical-coordinate representation of color #DEC590: hue angle of 40.77º degrees, saturation: 0.54, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DEC590 is Cyan = 0, Magento = 0.11, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 197 | 144 | - |
| CMYK | 0 | 0.11 | 0.35 | 0.13 |
| HSL | 40.77º | 0.54% | 0.72% | - |
| HSV(B) | 40.77º | 0.35% | 0.87% | - |
| XYZ | 55.12 | 57.48 | 34.57 | - |
| YUV | 198.43 | 97.28 | 144.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 197 | 144 | 0 | 0.11 | 0.35 | 0.13 | 40.77 | 0.54 | 0.72 |
| Hex | DE | C5 | 90 | 0 | B | 23 | D | 29 | 36 | 48 |
| Octal | 336 | 305 | 220 | 0 | 13 | 43 | 15 | 51 | 66 | 110 |
| Binary | 11011110 | 11000101 | 10010000 | 0 | 1011 | 100011 | 1101 | 101001 | 110110 | 1001000 |
Color Harmonies of #DEC590
Complementary color
Monochromatic Colors of #DEC590
Black with #DEC590
Text Example
Text Example
White with #DEC590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC590; }
p { color: rgb(222,197,144); }
H1.HeaderClassName
{
color: #DEC590;
}
.AnyTagClassName
{
color: #DEC590;
}
</style>
background-color css
<style>
a { background-color: #DEC590; }
a { background-color: rgb(222,197,144); }
div.DivClassName
{
background-color: #DEC590;
}
.BgClassName
{
background-color: #DEC590;
}
</style>
border-color css
<style>
span { border-color: #DEC590; }
span { border-color: rgb(222,197,144); }
td.TdClassName
{
border-color: #DEC590;
}
.TagClassName
{
border-color: #DEC590;
}
</style>