Shades of New Orleans #DEC391
Tints of New Orleans #DEC391
RGB
CMYK
RGB Variations
Color information
#DEC391 (or 0xDEC391) is known color: New Orleans. HEX triplet: DE, C3 and 91. RGB value is (222,195,145). Sum of RGB (Red+Green+Blue) = 222+195+145=562 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.50% from 562); Green value is 195 (76.56% from 255 or 34.70% from 562); Blue value is 145 (57.03% from 255 or 25.80% from 562); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC391 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC391 is #213C6E. Grayscale: #C5C5C5. Windows color (decimal): -2178159 or 9552862. OLE color: 9552862.
HSL color Cylindrical-coordinate representation of color #DEC391: hue angle of 38.96º 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 #DEC391 is Cyan = 0, Magento = 0.12, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 195 | 145 | - |
| CMYK | 0 | 0.12 | 0.35 | 0.13 |
| HSL | 38.96º | 0.54% | 0.72% | - |
| HSV(B) | 38.96º | 0.35% | 0.87% | - |
| XYZ | 54.75 | 56.6 | 34.83 | - |
| YUV | 197.37 | 98.45 | 145.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 195 | 145 | 0 | 0.12 | 0.35 | 0.13 | 38.96 | 0.54 | 0.72 |
| Hex | DE | C3 | 91 | 0 | C | 23 | D | 27 | 36 | 48 |
| Octal | 336 | 303 | 221 | 0 | 14 | 43 | 15 | 47 | 66 | 110 |
| Binary | 11011110 | 11000011 | 10010001 | 0 | 1100 | 100011 | 1101 | 100111 | 110110 | 1001000 |
Color Harmonies of #DEC391
Complementary color
Monochromatic Colors of #DEC391
Black with #DEC391
Text Example
Text Example
White with #DEC391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC391; }
p { color: rgb(222,195,145); }
H1.HeaderClassName
{
color: #DEC391;
}
.AnyTagClassName
{
color: #DEC391;
}
</style>
background-color css
<style>
a { background-color: #DEC391; }
a { background-color: rgb(222,195,145); }
div.DivClassName
{
background-color: #DEC391;
}
.BgClassName
{
background-color: #DEC391;
}
</style>
border-color css
<style>
span { border-color: #DEC391; }
span { border-color: rgb(222,195,145); }
td.TdClassName
{
border-color: #DEC391;
}
.TagClassName
{
border-color: #DEC391;
}
</style>