Shades of New Orleans #DEC18E
Tints of New Orleans #DEC18E
RGB
CMYK
RGB Variations
Color information
#DEC18E (or 0xDEC18E) is known color: New Orleans. HEX triplet: DE, C1 and 8E. RGB value is (222,193,142). Sum of RGB (Red+Green+Blue) = 222+193+142=557 (73% of max value = 765). Red value is 222 (87.11% from 255 or 39.86% from 557); Green value is 193 (75.78% from 255 or 34.65% from 557); Blue value is 142 (55.86% from 255 or 25.49% from 557); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC18E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC18E is #213E71. Grayscale: #C4C4C4. Windows color (decimal): -2178674 or 9355742. OLE color: 9355742.
HSL color Cylindrical-coordinate representation of color #DEC18E: hue angle of 38.25º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DEC18E is Cyan = 0, Magento = 0.13, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 193 | 142 | - |
| CMYK | 0 | 0.13 | 0.36 | 0.13 |
| HSL | 38.25º | 0.55% | 0.71% | - |
| HSV(B) | 38.25º | 0.36% | 0.87% | - |
| XYZ | 54.08 | 55.62 | 33.48 | - |
| YUV | 195.86 | 97.61 | 146.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 193 | 142 | 0 | 0.13 | 0.36 | 0.13 | 38.25 | 0.55 | 0.71 |
| Hex | DE | C1 | 8E | 0 | D | 24 | D | 26 | 37 | 47 |
| Octal | 336 | 301 | 216 | 0 | 15 | 44 | 15 | 46 | 67 | 107 |
| Binary | 11011110 | 11000001 | 10001110 | 0 | 1101 | 100100 | 1101 | 100110 | 110111 | 1000111 |
Color Harmonies of #DEC18E
Complementary color
Monochromatic Colors of #DEC18E
Black with #DEC18E
Text Example
Text Example
White with #DEC18E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC18E; }
p { color: rgb(222,193,142); }
H1.HeaderClassName
{
color: #DEC18E;
}
.AnyTagClassName
{
color: #DEC18E;
}
</style>
background-color css
<style>
a { background-color: #DEC18E; }
a { background-color: rgb(222,193,142); }
div.DivClassName
{
background-color: #DEC18E;
}
.BgClassName
{
background-color: #DEC18E;
}
</style>
border-color css
<style>
span { border-color: #DEC18E; }
span { border-color: rgb(222,193,142); }
td.TdClassName
{
border-color: #DEC18E;
}
.TagClassName
{
border-color: #DEC18E;
}
</style>