Shades of New Orleans #DDC591
Tints of New Orleans #DDC591
RGB
CMYK
RGB Variations
Color information
#DDC591 (or 0xDDC591) is known color: New Orleans. HEX triplet: DD, C5 and 91. RGB value is (221,197,145). Sum of RGB (Red+Green+Blue) = 221+197+145=563 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.25% from 563); Green value is 197 (77.34% from 255 or 34.99% from 563); Blue value is 145 (57.03% from 255 or 25.75% from 563); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC591 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC591 is #223A6E. Grayscale: #C6C6C6. Windows color (decimal): -2243183 or 9553373. OLE color: 9553373.
HSL color Cylindrical-coordinate representation of color #DDC591: hue angle of 41.05º 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 #DDC591 is Cyan = 0, Magento = 0.11, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 197 | 145 | - |
| CMYK | 0 | 0.11 | 0.34 | 0.13 |
| HSL | 41.05º | 0.53% | 0.72% | - |
| HSV(B) | 41.05º | 0.34% | 0.87% | - |
| XYZ | 54.9 | 57.35 | 34.96 | - |
| YUV | 198.25 | 97.95 | 144.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 197 | 145 | 0 | 0.11 | 0.34 | 0.13 | 41.05 | 0.53 | 0.72 |
| Hex | DD | C5 | 91 | 0 | B | 22 | D | 29 | 35 | 48 |
| Octal | 335 | 305 | 221 | 0 | 13 | 42 | 15 | 51 | 65 | 110 |
| Binary | 11011101 | 11000101 | 10010001 | 0 | 1011 | 100010 | 1101 | 101001 | 110101 | 1001000 |
Color Harmonies of #DDC591
Complementary color
Monochromatic Colors of #DDC591
Black with #DDC591
Text Example
Text Example
White with #DDC591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC591; }
p { color: rgb(221,197,145); }
H1.HeaderClassName
{
color: #DDC591;
}
.AnyTagClassName
{
color: #DDC591;
}
</style>
background-color css
<style>
a { background-color: #DDC591; }
a { background-color: rgb(221,197,145); }
div.DivClassName
{
background-color: #DDC591;
}
.BgClassName
{
background-color: #DDC591;
}
</style>
border-color css
<style>
span { border-color: #DDC591; }
span { border-color: rgb(221,197,145); }
td.TdClassName
{
border-color: #DDC591;
}
.TagClassName
{
border-color: #DDC591;
}
</style>