Shades of New Orleans #DEC392
Tints of New Orleans #DEC392
RGB
CMYK
RGB Variations
Color information
#DEC392 (or 0xDEC392) is known color: New Orleans. HEX triplet: DE, C3 and 92. RGB value is (222,195,146). Sum of RGB (Red+Green+Blue) = 222+195+146=563 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.43% from 563); Green value is 195 (76.56% from 255 or 34.64% from 563); Blue value is 146 (57.42% from 255 or 25.93% from 563); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC392 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC392 is #213C6D. Grayscale: #C5C5C5. Windows color (decimal): -2178158 or 9618398. OLE color: 9618398.
HSL color Cylindrical-coordinate representation of color #DEC392: hue angle of 38.68º 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 #DEC392 is Cyan = 0, Magento = 0.12, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 195 | 146 | - |
| CMYK | 0 | 0.12 | 0.34 | 0.13 |
| HSL | 38.68º | 0.54% | 0.72% | - |
| HSV(B) | 38.68º | 0.34% | 0.87% | - |
| XYZ | 54.83 | 56.64 | 35.24 | - |
| YUV | 197.49 | 98.95 | 145.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 195 | 146 | 0 | 0.12 | 0.34 | 0.13 | 38.68 | 0.54 | 0.72 |
| Hex | DE | C3 | 92 | 0 | C | 22 | D | 27 | 36 | 48 |
| Octal | 336 | 303 | 222 | 0 | 14 | 42 | 15 | 47 | 66 | 110 |
| Binary | 11011110 | 11000011 | 10010010 | 0 | 1100 | 100010 | 1101 | 100111 | 110110 | 1001000 |
Color Harmonies of #DEC392
Complementary color
Monochromatic Colors of #DEC392
Black with #DEC392
Text Example
Text Example
White with #DEC392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC392; }
p { color: rgb(222,195,146); }
H1.HeaderClassName
{
color: #DEC392;
}
.AnyTagClassName
{
color: #DEC392;
}
</style>
background-color css
<style>
a { background-color: #DEC392; }
a { background-color: rgb(222,195,146); }
div.DivClassName
{
background-color: #DEC392;
}
.BgClassName
{
background-color: #DEC392;
}
</style>
border-color css
<style>
span { border-color: #DEC392; }
span { border-color: rgb(222,195,146); }
td.TdClassName
{
border-color: #DEC392;
}
.TagClassName
{
border-color: #DEC392;
}
</style>