Shades of New Orleans #DDC490
Tints of New Orleans #DDC490
RGB
CMYK
RGB Variations
Color information
#DDC490 (or 0xDDC490) is known color: New Orleans. HEX triplet: DD, C4 and 90. RGB value is (221,196,144). Sum of RGB (Red+Green+Blue) = 221+196+144=561 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.39% from 561); Green value is 196 (76.95% from 255 or 34.94% from 561); Blue value is 144 (56.64% from 255 or 25.67% from 561); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC490 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC490 is #223B6F. Grayscale: #C5C5C5. Windows color (decimal): -2243440 or 9487581. OLE color: 9487581.
HSL color Cylindrical-coordinate representation of color #DDC490: hue angle of 40.52º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DDC490 is Cyan = 0, Magento = 0.11, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 196 | 144 | - |
| CMYK | 0 | 0.11 | 0.35 | 0.13 |
| HSL | 40.52º | 0.53% | 0.72% | - |
| HSV(B) | 40.52º | 0.35% | 0.87% | - |
| XYZ | 54.59 | 56.87 | 34.48 | - |
| YUV | 197.55 | 97.78 | 144.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 196 | 144 | 0 | 0.11 | 0.35 | 0.13 | 40.52 | 0.53 | 0.72 |
| Hex | DD | C4 | 90 | 0 | B | 23 | D | 29 | 35 | 48 |
| Octal | 335 | 304 | 220 | 0 | 13 | 43 | 15 | 51 | 65 | 110 |
| Binary | 11011101 | 11000100 | 10010000 | 0 | 1011 | 100011 | 1101 | 101001 | 110101 | 1001000 |
Color Harmonies of #DDC490
Complementary color
Monochromatic Colors of #DDC490
Black with #DDC490
Text Example
Text Example
White with #DDC490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC490; }
p { color: rgb(221,196,144); }
H1.HeaderClassName
{
color: #DDC490;
}
.AnyTagClassName
{
color: #DDC490;
}
</style>
background-color css
<style>
a { background-color: #DDC490; }
a { background-color: rgb(221,196,144); }
div.DivClassName
{
background-color: #DDC490;
}
.BgClassName
{
background-color: #DDC490;
}
</style>
border-color css
<style>
span { border-color: #DDC490; }
span { border-color: rgb(221,196,144); }
td.TdClassName
{
border-color: #DDC490;
}
.TagClassName
{
border-color: #DDC490;
}
</style>