Shades of New Orleans #DDC491
Tints of New Orleans #DDC491
RGB
CMYK
RGB Variations
Color information
#DDC491 (or 0xDDC491) is known color: New Orleans. HEX triplet: DD, C4 and 91. RGB value is (221,196,145). Sum of RGB (Red+Green+Blue) = 221+196+145=562 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.32% from 562); Green value is 196 (76.95% from 255 or 34.88% from 562); Blue value is 145 (57.03% from 255 or 25.80% from 562); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC491 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC491 is #223B6E. Grayscale: #C5C5C5. Windows color (decimal): -2243439 or 9553117. OLE color: 9553117.
HSL color Cylindrical-coordinate representation of color #DDC491: hue angle of 40.26º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DDC491 is Cyan = 0, Magento = 0.11, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 196 | 145 | - |
| CMYK | 0 | 0.11 | 0.34 | 0.13 |
| HSL | 40.26º | 0.53% | 0.72% | - |
| HSV(B) | 40.26º | 0.34% | 0.87% | - |
| XYZ | 54.67 | 56.9 | 34.89 | - |
| YUV | 197.66 | 98.28 | 144.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 196 | 145 | 0 | 0.11 | 0.34 | 0.13 | 40.26 | 0.53 | 0.72 |
| Hex | DD | C4 | 91 | 0 | B | 22 | D | 28 | 35 | 48 |
| Octal | 335 | 304 | 221 | 0 | 13 | 42 | 15 | 50 | 65 | 110 |
| Binary | 11011101 | 11000100 | 10010001 | 0 | 1011 | 100010 | 1101 | 101000 | 110101 | 1001000 |
Color Harmonies of #DDC491
Complementary color
Monochromatic Colors of #DDC491
Black with #DDC491
Text Example
Text Example
White with #DDC491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC491; }
p { color: rgb(221,196,145); }
H1.HeaderClassName
{
color: #DDC491;
}
.AnyTagClassName
{
color: #DDC491;
}
</style>
background-color css
<style>
a { background-color: #DDC491; }
a { background-color: rgb(221,196,145); }
div.DivClassName
{
background-color: #DDC491;
}
.BgClassName
{
background-color: #DDC491;
}
</style>
border-color css
<style>
span { border-color: #DDC491; }
span { border-color: rgb(221,196,145); }
td.TdClassName
{
border-color: #DDC491;
}
.TagClassName
{
border-color: #DDC491;
}
</style>