Shades of New Orleans #DEC18C
Tints of New Orleans #DEC18C
RGB
CMYK
RGB Variations
Color information
#DEC18C (or 0xDEC18C) is known color: New Orleans. HEX triplet: DE, C1 and 8C. RGB value is (222,193,140). Sum of RGB (Red+Green+Blue) = 222+193+140=555 (73% of max value = 765). Red value is 222 (87.11% from 255 or 40% from 555); Green value is 193 (75.78% from 255 or 34.77% from 555); Blue value is 140 (55.08% from 255 or 25.23% from 555); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC18C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC18C is #213E73. Grayscale: #C3C3C3. Windows color (decimal): -2178676 or 9224670. OLE color: 9224670.
HSL color Cylindrical-coordinate representation of color #DEC18C: hue angle of 38.78º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DEC18C is Cyan = 0, Magento = 0.13, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 193 | 140 | - |
| CMYK | 0 | 0.13 | 0.37 | 0.13 |
| HSL | 38.78º | 0.55% | 0.71% | - |
| HSV(B) | 38.78º | 0.37% | 0.87% | - |
| XYZ | 53.93 | 55.56 | 32.69 | - |
| YUV | 195.63 | 96.61 | 146.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 193 | 140 | 0 | 0.13 | 0.37 | 0.13 | 38.78 | 0.55 | 0.71 |
| Hex | DE | C1 | 8C | 0 | D | 25 | D | 27 | 37 | 47 |
| Octal | 336 | 301 | 214 | 0 | 15 | 45 | 15 | 47 | 67 | 107 |
| Binary | 11011110 | 11000001 | 10001100 | 0 | 1101 | 100101 | 1101 | 100111 | 110111 | 1000111 |
Color Harmonies of #DEC18C
Complementary color
Monochromatic Colors of #DEC18C
Black with #DEC18C
Text Example
Text Example
White with #DEC18C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC18C; }
p { color: rgb(222,193,140); }
H1.HeaderClassName
{
color: #DEC18C;
}
.AnyTagClassName
{
color: #DEC18C;
}
</style>
background-color css
<style>
a { background-color: #DEC18C; }
a { background-color: rgb(222,193,140); }
div.DivClassName
{
background-color: #DEC18C;
}
.BgClassName
{
background-color: #DEC18C;
}
</style>
border-color css
<style>
span { border-color: #DEC18C; }
span { border-color: rgb(222,193,140); }
td.TdClassName
{
border-color: #DEC18C;
}
.TagClassName
{
border-color: #DEC18C;
}
</style>