Shades of New Orleans #DEC591
Tints of New Orleans #DEC591
RGB
CMYK
RGB Variations
Color information
#DEC591 (or 0xDEC591) is known color: New Orleans. HEX triplet: DE, C5 and 91. RGB value is (222,197,145). Sum of RGB (Red+Green+Blue) = 222+197+145=564 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.36% from 564); Green value is 197 (77.34% from 255 or 34.93% from 564); Blue value is 145 (57.03% from 255 or 25.71% from 564); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC591 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC591 is #213A6E. Grayscale: #C6C6C6. Windows color (decimal): -2177647 or 9553374. OLE color: 9553374.
HSL color Cylindrical-coordinate representation of color #DEC591: hue angle of 40.52º 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 #DEC591 is Cyan = 0, Magento = 0.11, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 197 | 145 | - |
| CMYK | 0 | 0.11 | 0.35 | 0.13 |
| HSL | 40.52º | 0.54% | 0.72% | - |
| HSV(B) | 40.52º | 0.35% | 0.87% | - |
| XYZ | 55.2 | 57.51 | 34.98 | - |
| YUV | 198.55 | 97.78 | 144.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 197 | 145 | 0 | 0.11 | 0.35 | 0.13 | 40.52 | 0.54 | 0.72 |
| Hex | DE | C5 | 91 | 0 | B | 23 | D | 29 | 36 | 48 |
| Octal | 336 | 305 | 221 | 0 | 13 | 43 | 15 | 51 | 66 | 110 |
| Binary | 11011110 | 11000101 | 10010001 | 0 | 1011 | 100011 | 1101 | 101001 | 110110 | 1001000 |
Color Harmonies of #DEC591
Complementary color
Monochromatic Colors of #DEC591
Black with #DEC591
Text Example
Text Example
White with #DEC591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC591; }
p { color: rgb(222,197,145); }
H1.HeaderClassName
{
color: #DEC591;
}
.AnyTagClassName
{
color: #DEC591;
}
</style>
background-color css
<style>
a { background-color: #DEC591; }
a { background-color: rgb(222,197,145); }
div.DivClassName
{
background-color: #DEC591;
}
.BgClassName
{
background-color: #DEC591;
}
</style>
border-color css
<style>
span { border-color: #DEC591; }
span { border-color: rgb(222,197,145); }
td.TdClassName
{
border-color: #DEC591;
}
.TagClassName
{
border-color: #DEC591;
}
</style>