Shades of New Orleans #DEC18A
Tints of New Orleans #DEC18A
RGB
CMYK
RGB Variations
Color information
#DEC18A (or 0xDEC18A) is known color: New Orleans. HEX triplet: DE, C1 and 8A. RGB value is (222,193,138). Sum of RGB (Red+Green+Blue) = 222+193+138=553 (73% of max value = 765). Red value is 222 (87.11% from 255 or 40.14% from 553); Green value is 193 (75.78% from 255 or 34.90% from 553); Blue value is 138 (54.30% from 255 or 24.95% from 553); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC18A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC18A is #213E75. Grayscale: #C3C3C3. Windows color (decimal): -2178678 or 9093598. OLE color: 9093598.
HSL color Cylindrical-coordinate representation of color #DEC18A: hue angle of 39.29º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DEC18A is Cyan = 0, Magento = 0.13, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 193 | 138 | - |
| CMYK | 0 | 0.13 | 0.38 | 0.13 |
| HSL | 39.29º | 0.56% | 0.71% | - |
| HSV(B) | 39.29º | 0.38% | 0.87% | - |
| XYZ | 53.78 | 55.5 | 31.92 | - |
| YUV | 195.4 | 95.61 | 146.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 193 | 138 | 0 | 0.13 | 0.38 | 0.13 | 39.29 | 0.56 | 0.71 |
| Hex | DE | C1 | 8A | 0 | D | 26 | D | 27 | 38 | 47 |
| Octal | 336 | 301 | 212 | 0 | 15 | 46 | 15 | 47 | 70 | 107 |
| Binary | 11011110 | 11000001 | 10001010 | 0 | 1101 | 100110 | 1101 | 100111 | 111000 | 1000111 |
Color Harmonies of #DEC18A
Complementary color
Monochromatic Colors of #DEC18A
Black with #DEC18A
Text Example
Text Example
White with #DEC18A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC18A; }
p { color: rgb(222,193,138); }
H1.HeaderClassName
{
color: #DEC18A;
}
.AnyTagClassName
{
color: #DEC18A;
}
</style>
background-color css
<style>
a { background-color: #DEC18A; }
a { background-color: rgb(222,193,138); }
div.DivClassName
{
background-color: #DEC18A;
}
.BgClassName
{
background-color: #DEC18A;
}
</style>
border-color css
<style>
span { border-color: #DEC18A; }
span { border-color: rgb(222,193,138); }
td.TdClassName
{
border-color: #DEC18A;
}
.TagClassName
{
border-color: #DEC18A;
}
</style>