Shades of New Orleans #DDC390
Tints of New Orleans #DDC390
RGB
CMYK
RGB Variations
Color information
#DDC390 (or 0xDDC390) is known color: New Orleans. HEX triplet: DD, C3 and 90. RGB value is (221,195,144). Sum of RGB (Red+Green+Blue) = 221+195+144=560 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.46% from 560); Green value is 195 (76.56% from 255 or 34.82% from 560); Blue value is 144 (56.64% from 255 or 25.71% from 560); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC390 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC390 is #223C6F. Grayscale: #C5C5C5. Windows color (decimal): -2243696 or 9487325. OLE color: 9487325.
HSL color Cylindrical-coordinate representation of color #DDC390: hue angle of 39.74º 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 #DDC390 is Cyan = 0, Magento = 0.12, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 195 | 144 | - |
| CMYK | 0 | 0.12 | 0.35 | 0.13 |
| HSL | 39.74º | 0.53% | 0.72% | - |
| HSV(B) | 39.74º | 0.35% | 0.87% | - |
| XYZ | 54.37 | 56.42 | 34.41 | - |
| YUV | 196.96 | 98.11 | 145.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 195 | 144 | 0 | 0.12 | 0.35 | 0.13 | 39.74 | 0.53 | 0.72 |
| Hex | DD | C3 | 90 | 0 | C | 23 | D | 28 | 35 | 48 |
| Octal | 335 | 303 | 220 | 0 | 14 | 43 | 15 | 50 | 65 | 110 |
| Binary | 11011101 | 11000011 | 10010000 | 0 | 1100 | 100011 | 1101 | 101000 | 110101 | 1001000 |
Color Harmonies of #DDC390
Complementary color
Monochromatic Colors of #DDC390
Black with #DDC390
Text Example
Text Example
White with #DDC390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC390; }
p { color: rgb(221,195,144); }
H1.HeaderClassName
{
color: #DDC390;
}
.AnyTagClassName
{
color: #DDC390;
}
</style>
background-color css
<style>
a { background-color: #DDC390; }
a { background-color: rgb(221,195,144); }
div.DivClassName
{
background-color: #DDC390;
}
.BgClassName
{
background-color: #DDC390;
}
</style>
border-color css
<style>
span { border-color: #DDC390; }
span { border-color: rgb(221,195,144); }
td.TdClassName
{
border-color: #DDC390;
}
.TagClassName
{
border-color: #DDC390;
}
</style>