Shades of New Orleans #DDC08D
Tints of New Orleans #DDC08D
RGB
CMYK
RGB Variations
Color information
#DDC08D (or 0xDDC08D) is known color: New Orleans. HEX triplet: DD, C0 and 8D. RGB value is (221,192,141). Sum of RGB (Red+Green+Blue) = 221+192+141=554 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.89% from 554); Green value is 192 (75.39% from 255 or 34.66% from 554); Blue value is 141 (55.47% from 255 or 25.45% from 554); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC08D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC08D is #223F72. Grayscale: #C3C3C3. Windows color (decimal): -2244467 or 9289949. OLE color: 9289949.
HSL color Cylindrical-coordinate representation of color #DDC08D: hue angle of 38.25º 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 #DDC08D is Cyan = 0, Magento = 0.13, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 192 | 141 | - |
| CMYK | 0 | 0.13 | 0.36 | 0.13 |
| HSL | 38.25º | 0.54% | 0.71% | - |
| HSV(B) | 38.25º | 0.36% | 0.87% | - |
| XYZ | 53.48 | 54.99 | 33 | - |
| YUV | 194.86 | 97.61 | 146.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 192 | 141 | 0 | 0.13 | 0.36 | 0.13 | 38.25 | 0.54 | 0.71 |
| Hex | DD | C0 | 8D | 0 | D | 24 | D | 26 | 36 | 47 |
| Octal | 335 | 300 | 215 | 0 | 15 | 44 | 15 | 46 | 66 | 107 |
| Binary | 11011101 | 11000000 | 10001101 | 0 | 1101 | 100100 | 1101 | 100110 | 110110 | 1000111 |
Color Harmonies of #DDC08D
Complementary color
Monochromatic Colors of #DDC08D
Black with #DDC08D
Text Example
Text Example
White with #DDC08D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC08D; }
p { color: rgb(221,192,141); }
H1.HeaderClassName
{
color: #DDC08D;
}
.AnyTagClassName
{
color: #DDC08D;
}
</style>
background-color css
<style>
a { background-color: #DDC08D; }
a { background-color: rgb(221,192,141); }
div.DivClassName
{
background-color: #DDC08D;
}
.BgClassName
{
background-color: #DDC08D;
}
</style>
border-color css
<style>
span { border-color: #DDC08D; }
span { border-color: rgb(221,192,141); }
td.TdClassName
{
border-color: #DDC08D;
}
.TagClassName
{
border-color: #DDC08D;
}
</style>