Shades of New Orleans #DDC28E
Tints of New Orleans #DDC28E
RGB
CMYK
RGB Variations
Color information
#DDC28E (or 0xDDC28E) is known color: New Orleans. HEX triplet: DD, C2 and 8E. RGB value is (221,194,142). Sum of RGB (Red+Green+Blue) = 221+194+142=557 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.68% from 557); Green value is 194 (76.17% from 255 or 34.83% from 557); Blue value is 142 (55.86% from 255 or 25.49% from 557); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC28E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC28E is #223D71. Grayscale: #C4C4C4. Windows color (decimal): -2243954 or 9355997. OLE color: 9355997.
HSL color Cylindrical-coordinate representation of color #DDC28E: hue angle of 39.49º 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 #DDC28E is Cyan = 0, Magento = 0.12, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 194 | 142 | - |
| CMYK | 0 | 0.12 | 0.36 | 0.13 |
| HSL | 39.49º | 0.54% | 0.71% | - |
| HSV(B) | 39.49º | 0.36% | 0.87% | - |
| XYZ | 53.99 | 55.91 | 33.54 | - |
| YUV | 196.15 | 97.45 | 145.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 194 | 142 | 0 | 0.12 | 0.36 | 0.13 | 39.49 | 0.54 | 0.71 |
| Hex | DD | C2 | 8E | 0 | C | 24 | D | 27 | 36 | 47 |
| Octal | 335 | 302 | 216 | 0 | 14 | 44 | 15 | 47 | 66 | 107 |
| Binary | 11011101 | 11000010 | 10001110 | 0 | 1100 | 100100 | 1101 | 100111 | 110110 | 1000111 |
Color Harmonies of #DDC28E
Complementary color
Monochromatic Colors of #DDC28E
Black with #DDC28E
Text Example
Text Example
White with #DDC28E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC28E; }
p { color: rgb(221,194,142); }
H1.HeaderClassName
{
color: #DDC28E;
}
.AnyTagClassName
{
color: #DDC28E;
}
</style>
background-color css
<style>
a { background-color: #DDC28E; }
a { background-color: rgb(221,194,142); }
div.DivClassName
{
background-color: #DDC28E;
}
.BgClassName
{
background-color: #DDC28E;
}
</style>
border-color css
<style>
span { border-color: #DDC28E; }
span { border-color: rgb(221,194,142); }
td.TdClassName
{
border-color: #DDC28E;
}
.TagClassName
{
border-color: #DDC28E;
}
</style>