Shades of New Orleans #DDC18D
Tints of New Orleans #DDC18D
RGB
CMYK
RGB Variations
Color information
#DDC18D (or 0xDDC18D) is known color: New Orleans. HEX triplet: DD, C1 and 8D. RGB value is (221,193,141). Sum of RGB (Red+Green+Blue) = 221+193+141=555 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.82% from 555); Green value is 193 (75.78% from 255 or 34.77% from 555); Blue value is 141 (55.47% from 255 or 25.41% from 555); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC18D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC18D is #223E72. Grayscale: #C3C3C3. Windows color (decimal): -2244211 or 9290205. OLE color: 9290205.
HSL color Cylindrical-coordinate representation of color #DDC18D: hue angle of 39º 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 #DDC18D is Cyan = 0, Magento = 0.13, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 193 | 141 | - |
| CMYK | 0 | 0.13 | 0.36 | 0.13 |
| HSL | 39º | 0.54% | 0.71% | - |
| HSV(B) | 39º | 0.36% | 0.87% | - |
| XYZ | 53.7 | 55.44 | 33.07 | - |
| YUV | 195.44 | 97.28 | 146.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 193 | 141 | 0 | 0.13 | 0.36 | 0.13 | 39 | 0.54 | 0.71 |
| Hex | DD | C1 | 8D | 0 | D | 24 | D | 27 | 36 | 47 |
| Octal | 335 | 301 | 215 | 0 | 15 | 44 | 15 | 47 | 66 | 107 |
| Binary | 11011101 | 11000001 | 10001101 | 0 | 1101 | 100100 | 1101 | 100111 | 110110 | 1000111 |
Color Harmonies of #DDC18D
Complementary color
Monochromatic Colors of #DDC18D
Black with #DDC18D
Text Example
Text Example
White with #DDC18D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC18D; }
p { color: rgb(221,193,141); }
H1.HeaderClassName
{
color: #DDC18D;
}
.AnyTagClassName
{
color: #DDC18D;
}
</style>
background-color css
<style>
a { background-color: #DDC18D; }
a { background-color: rgb(221,193,141); }
div.DivClassName
{
background-color: #DDC18D;
}
.BgClassName
{
background-color: #DDC18D;
}
</style>
border-color css
<style>
span { border-color: #DDC18D; }
span { border-color: rgb(221,193,141); }
td.TdClassName
{
border-color: #DDC18D;
}
.TagClassName
{
border-color: #DDC18D;
}
</style>