Shades of New Orleans #DDC291
Tints of New Orleans #DDC291
RGB
CMYK
RGB Variations
Color information
#DDC291 (or 0xDDC291) is known color: New Orleans. HEX triplet: DD, C2 and 91. RGB value is (221,194,145). Sum of RGB (Red+Green+Blue) = 221+194+145=560 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.46% from 560); Green value is 194 (76.17% from 255 or 34.64% from 560); Blue value is 145 (57.03% from 255 or 25.89% from 560); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC291 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC291 is #223D6E. Grayscale: #C4C4C4. Windows color (decimal): -2243951 or 9552605. OLE color: 9552605.
HSL color Cylindrical-coordinate representation of color #DDC291: hue angle of 38.68º 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 #DDC291 is Cyan = 0, Magento = 0.12, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 194 | 145 | - |
| CMYK | 0 | 0.12 | 0.34 | 0.13 |
| HSL | 38.68º | 0.53% | 0.72% | - |
| HSV(B) | 38.68º | 0.34% | 0.87% | - |
| XYZ | 54.22 | 56 | 34.74 | - |
| YUV | 196.49 | 98.95 | 145.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 194 | 145 | 0 | 0.12 | 0.34 | 0.13 | 38.68 | 0.53 | 0.72 |
| Hex | DD | C2 | 91 | 0 | C | 22 | D | 27 | 35 | 48 |
| Octal | 335 | 302 | 221 | 0 | 14 | 42 | 15 | 47 | 65 | 110 |
| Binary | 11011101 | 11000010 | 10010001 | 0 | 1100 | 100010 | 1101 | 100111 | 110101 | 1001000 |
Color Harmonies of #DDC291
Complementary color
Monochromatic Colors of #DDC291
Black with #DDC291
Text Example
Text Example
White with #DDC291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC291; }
p { color: rgb(221,194,145); }
H1.HeaderClassName
{
color: #DDC291;
}
.AnyTagClassName
{
color: #DDC291;
}
</style>
background-color css
<style>
a { background-color: #DDC291; }
a { background-color: rgb(221,194,145); }
div.DivClassName
{
background-color: #DDC291;
}
.BgClassName
{
background-color: #DDC291;
}
</style>
border-color css
<style>
span { border-color: #DDC291; }
span { border-color: rgb(221,194,145); }
td.TdClassName
{
border-color: #DDC291;
}
.TagClassName
{
border-color: #DDC291;
}
</style>