Shades of New Orleans #DEC38C
Tints of New Orleans #DEC38C
RGB
CMYK
RGB Variations
Color information
#DEC38C (or 0xDEC38C) is known color: New Orleans. HEX triplet: DE, C3 and 8C. RGB value is (222,195,140). Sum of RGB (Red+Green+Blue) = 222+195+140=557 (73% of max value = 765). Red value is 222 (87.11% from 255 or 39.86% from 557); Green value is 195 (76.56% from 255 or 35.01% from 557); Blue value is 140 (55.08% from 255 or 25.13% from 557); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC38C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC38C is #213C73. Grayscale: #C5C5C5. Windows color (decimal): -2178164 or 9225182. OLE color: 9225182.
HSL color Cylindrical-coordinate representation of color #DEC38C: hue angle of 40.24º 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 #DEC38C is Cyan = 0, Magento = 0.12, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 195 | 140 | - |
| CMYK | 0 | 0.12 | 0.37 | 0.13 |
| HSL | 40.24º | 0.55% | 0.71% | - |
| HSV(B) | 40.24º | 0.37% | 0.87% | - |
| XYZ | 54.37 | 56.45 | 32.84 | - |
| YUV | 196.8 | 95.95 | 145.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 195 | 140 | 0 | 0.12 | 0.37 | 0.13 | 40.24 | 0.55 | 0.71 |
| Hex | DE | C3 | 8C | 0 | C | 25 | D | 28 | 37 | 47 |
| Octal | 336 | 303 | 214 | 0 | 14 | 45 | 15 | 50 | 67 | 107 |
| Binary | 11011110 | 11000011 | 10001100 | 0 | 1100 | 100101 | 1101 | 101000 | 110111 | 1000111 |
Color Harmonies of #DEC38C
Complementary color
Monochromatic Colors of #DEC38C
Black with #DEC38C
Text Example
Text Example
White with #DEC38C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC38C; }
p { color: rgb(222,195,140); }
H1.HeaderClassName
{
color: #DEC38C;
}
.AnyTagClassName
{
color: #DEC38C;
}
</style>
background-color css
<style>
a { background-color: #DEC38C; }
a { background-color: rgb(222,195,140); }
div.DivClassName
{
background-color: #DEC38C;
}
.BgClassName
{
background-color: #DEC38C;
}
</style>
border-color css
<style>
span { border-color: #DEC38C; }
span { border-color: rgb(222,195,140); }
td.TdClassName
{
border-color: #DEC38C;
}
.TagClassName
{
border-color: #DEC38C;
}
</style>