Shades of New Orleans #DEC08D
Tints of New Orleans #DEC08D
RGB
CMYK
RGB Variations
Color information
#DEC08D (or 0xDEC08D) is known color: New Orleans. HEX triplet: DE, C0 and 8D. RGB value is (222,192,141). Sum of RGB (Red+Green+Blue) = 222+192+141=555 (73% of max value = 765). Red value is 222 (87.11% from 255 or 40% from 555); Green value is 192 (75.39% from 255 or 34.59% from 555); Blue value is 141 (55.47% from 255 or 25.41% from 555); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC08D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC08D is #213F72. Grayscale: #C3C3C3. Windows color (decimal): -2178931 or 9289950. OLE color: 9289950.
HSL color Cylindrical-coordinate representation of color #DEC08D: hue angle of 37.78º 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 #DEC08D is Cyan = 0, Magento = 0.14, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 192 | 141 | - |
| CMYK | 0 | 0.14 | 0.36 | 0.13 |
| HSL | 37.78º | 0.55% | 0.71% | - |
| HSV(B) | 37.78º | 0.36% | 0.87% | - |
| XYZ | 53.78 | 55.15 | 33.01 | - |
| YUV | 195.16 | 97.44 | 147.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 192 | 141 | 0 | 0.14 | 0.36 | 0.13 | 37.78 | 0.55 | 0.71 |
| Hex | DE | C0 | 8D | 0 | E | 24 | D | 26 | 37 | 47 |
| Octal | 336 | 300 | 215 | 0 | 16 | 44 | 15 | 46 | 67 | 107 |
| Binary | 11011110 | 11000000 | 10001101 | 0 | 1110 | 100100 | 1101 | 100110 | 110111 | 1000111 |
Color Harmonies of #DEC08D
Complementary color
Monochromatic Colors of #DEC08D
Black with #DEC08D
Text Example
Text Example
White with #DEC08D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC08D; }
p { color: rgb(222,192,141); }
H1.HeaderClassName
{
color: #DEC08D;
}
.AnyTagClassName
{
color: #DEC08D;
}
</style>
background-color css
<style>
a { background-color: #DEC08D; }
a { background-color: rgb(222,192,141); }
div.DivClassName
{
background-color: #DEC08D;
}
.BgClassName
{
background-color: #DEC08D;
}
</style>
border-color css
<style>
span { border-color: #DEC08D; }
span { border-color: rgb(222,192,141); }
td.TdClassName
{
border-color: #DEC08D;
}
.TagClassName
{
border-color: #DEC08D;
}
</style>