Shades of New Orleans #DEC190
Tints of New Orleans #DEC190
RGB
CMYK
RGB Variations
Color information
#DEC190 (or 0xDEC190) is known color: New Orleans. HEX triplet: DE, C1 and 90. RGB value is (222,193,144). Sum of RGB (Red+Green+Blue) = 222+193+144=559 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.71% from 559); Green value is 193 (75.78% from 255 or 34.53% from 559); Blue value is 144 (56.64% from 255 or 25.76% from 559); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC190 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC190 is #213E6F. Grayscale: #C4C4C4. Windows color (decimal): -2178672 or 9486814. OLE color: 9486814.
HSL color Cylindrical-coordinate representation of color #DEC190: hue angle of 37.69º 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 #DEC190 is Cyan = 0, Magento = 0.13, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 193 | 144 | - |
| CMYK | 0 | 0.13 | 0.35 | 0.13 |
| HSL | 37.69º | 0.54% | 0.72% | - |
| HSV(B) | 37.69º | 0.35% | 0.87% | - |
| XYZ | 54.23 | 55.68 | 34.28 | - |
| YUV | 196.09 | 98.61 | 146.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 193 | 144 | 0 | 0.13 | 0.35 | 0.13 | 37.69 | 0.54 | 0.72 |
| Hex | DE | C1 | 90 | 0 | D | 23 | D | 26 | 36 | 48 |
| Octal | 336 | 301 | 220 | 0 | 15 | 43 | 15 | 46 | 66 | 110 |
| Binary | 11011110 | 11000001 | 10010000 | 0 | 1101 | 100011 | 1101 | 100110 | 110110 | 1001000 |
Color Harmonies of #DEC190
Complementary color
Monochromatic Colors of #DEC190
Black with #DEC190
Text Example
Text Example
White with #DEC190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC190; }
p { color: rgb(222,193,144); }
H1.HeaderClassName
{
color: #DEC190;
}
.AnyTagClassName
{
color: #DEC190;
}
</style>
background-color css
<style>
a { background-color: #DEC190; }
a { background-color: rgb(222,193,144); }
div.DivClassName
{
background-color: #DEC190;
}
.BgClassName
{
background-color: #DEC190;
}
</style>
border-color css
<style>
span { border-color: #DEC190; }
span { border-color: rgb(222,193,144); }
td.TdClassName
{
border-color: #DEC190;
}
.TagClassName
{
border-color: #DEC190;
}
</style>