Shades of New Orleans #DDC08E
Tints of New Orleans #DDC08E
RGB
CMYK
RGB Variations
Color information
#DDC08E (or 0xDDC08E) is known color: New Orleans. HEX triplet: DD, C0 and 8E. RGB value is (221,192,142). Sum of RGB (Red+Green+Blue) = 221+192+142=555 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.82% from 555); Green value is 192 (75.39% from 255 or 34.59% from 555); Blue value is 142 (55.86% from 255 or 25.59% from 555); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC08E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC08E is #223F71. Grayscale: #C3C3C3. Windows color (decimal): -2244466 or 9355485. OLE color: 9355485.
HSL color Cylindrical-coordinate representation of color #DDC08E: hue angle of 37.97º degrees, saturation: 0.54, 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 #DDC08E is Cyan = 0, Magento = 0.13, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 192 | 142 | - |
| CMYK | 0 | 0.13 | 0.36 | 0.13 |
| HSL | 37.97º | 0.54% | 0.71% | - |
| HSV(B) | 37.97º | 0.36% | 0.87% | - |
| XYZ | 53.55 | 55.02 | 33.39 | - |
| YUV | 194.97 | 98.11 | 146.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 192 | 142 | 0 | 0.13 | 0.36 | 0.13 | 37.97 | 0.54 | 0.71 |
| Hex | DD | C0 | 8E | 0 | D | 24 | D | 26 | 36 | 47 |
| Octal | 335 | 300 | 216 | 0 | 15 | 44 | 15 | 46 | 66 | 107 |
| Binary | 11011101 | 11000000 | 10001110 | 0 | 1101 | 100100 | 1101 | 100110 | 110110 | 1000111 |
Color Harmonies of #DDC08E
Complementary color
Monochromatic Colors of #DDC08E
Black with #DDC08E
Text Example
Text Example
White with #DDC08E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC08E; }
p { color: rgb(221,192,142); }
H1.HeaderClassName
{
color: #DDC08E;
}
.AnyTagClassName
{
color: #DDC08E;
}
</style>
background-color css
<style>
a { background-color: #DDC08E; }
a { background-color: rgb(221,192,142); }
div.DivClassName
{
background-color: #DDC08E;
}
.BgClassName
{
background-color: #DDC08E;
}
</style>
border-color css
<style>
span { border-color: #DDC08E; }
span { border-color: rgb(221,192,142); }
td.TdClassName
{
border-color: #DDC08E;
}
.TagClassName
{
border-color: #DDC08E;
}
</style>