Shades of New Orleans #DEC492
Tints of New Orleans #DEC492
RGB
CMYK
RGB Variations
Color information
#DEC492 (or 0xDEC492) is known color: New Orleans. HEX triplet: DE, C4 and 92. RGB value is (222,196,146). Sum of RGB (Red+Green+Blue) = 222+196+146=564 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.36% from 564); Green value is 196 (76.95% from 255 or 34.75% from 564); Blue value is 146 (57.42% from 255 or 25.89% from 564); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC492 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC492 is #213B6D. Grayscale: #C6C6C6. Windows color (decimal): -2177902 or 9618654. OLE color: 9618654.
HSL color Cylindrical-coordinate representation of color #DEC492: hue angle of 39.47º degrees, saturation: 0.54, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DEC492 is Cyan = 0, Magento = 0.12, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 196 | 146 | - |
| CMYK | 0 | 0.12 | 0.34 | 0.13 |
| HSL | 39.47º | 0.54% | 0.72% | - |
| HSV(B) | 39.47º | 0.34% | 0.87% | - |
| XYZ | 55.05 | 57.08 | 35.31 | - |
| YUV | 198.07 | 98.61 | 145.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 196 | 146 | 0 | 0.12 | 0.34 | 0.13 | 39.47 | 0.54 | 0.72 |
| Hex | DE | C4 | 92 | 0 | C | 22 | D | 27 | 36 | 48 |
| Octal | 336 | 304 | 222 | 0 | 14 | 42 | 15 | 47 | 66 | 110 |
| Binary | 11011110 | 11000100 | 10010010 | 0 | 1100 | 100010 | 1101 | 100111 | 110110 | 1001000 |
Color Harmonies of #DEC492
Complementary color
Monochromatic Colors of #DEC492
Black with #DEC492
Text Example
Text Example
White with #DEC492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC492; }
p { color: rgb(222,196,146); }
H1.HeaderClassName
{
color: #DEC492;
}
.AnyTagClassName
{
color: #DEC492;
}
</style>
background-color css
<style>
a { background-color: #DEC492; }
a { background-color: rgb(222,196,146); }
div.DivClassName
{
background-color: #DEC492;
}
.BgClassName
{
background-color: #DEC492;
}
</style>
border-color css
<style>
span { border-color: #DEC492; }
span { border-color: rgb(222,196,146); }
td.TdClassName
{
border-color: #DEC492;
}
.TagClassName
{
border-color: #DEC492;
}
</style>