Shades of New Orleans #DEC48F
Tints of New Orleans #DEC48F
RGB
CMYK
RGB Variations
Color information
#DEC48F (or 0xDEC48F) is known color: New Orleans. HEX triplet: DE, C4 and 8F. RGB value is (222,196,143). Sum of RGB (Red+Green+Blue) = 222+196+143=561 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.57% from 561); Green value is 196 (76.95% from 255 or 34.94% from 561); Blue value is 143 (56.25% from 255 or 25.49% from 561); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC48F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC48F is #213B70. Grayscale: #C5C5C5. Windows color (decimal): -2177905 or 9422046. OLE color: 9422046.
HSL color Cylindrical-coordinate representation of color #DEC48F: hue angle of 40.25º degrees, saturation: 0.54, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DEC48F is Cyan = 0, Magento = 0.12, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 196 | 143 | - |
| CMYK | 0 | 0.12 | 0.36 | 0.13 |
| HSL | 40.25º | 0.54% | 0.72% | - |
| HSV(B) | 40.25º | 0.36% | 0.87% | - |
| XYZ | 54.82 | 56.99 | 34.1 | - |
| YUV | 197.73 | 97.11 | 145.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 196 | 143 | 0 | 0.12 | 0.36 | 0.13 | 40.25 | 0.54 | 0.72 |
| Hex | DE | C4 | 8F | 0 | C | 24 | D | 28 | 36 | 48 |
| Octal | 336 | 304 | 217 | 0 | 14 | 44 | 15 | 50 | 66 | 110 |
| Binary | 11011110 | 11000100 | 10001111 | 0 | 1100 | 100100 | 1101 | 101000 | 110110 | 1001000 |
Color Harmonies of #DEC48F
Complementary color
Monochromatic Colors of #DEC48F
Black with #DEC48F
Text Example
Text Example
White with #DEC48F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC48F; }
p { color: rgb(222,196,143); }
H1.HeaderClassName
{
color: #DEC48F;
}
.AnyTagClassName
{
color: #DEC48F;
}
</style>
background-color css
<style>
a { background-color: #DEC48F; }
a { background-color: rgb(222,196,143); }
div.DivClassName
{
background-color: #DEC48F;
}
.BgClassName
{
background-color: #DEC48F;
}
</style>
border-color css
<style>
span { border-color: #DEC48F; }
span { border-color: rgb(222,196,143); }
td.TdClassName
{
border-color: #DEC48F;
}
.TagClassName
{
border-color: #DEC48F;
}
</style>