Shades of New Orleans #DDC28F
Tints of New Orleans #DDC28F
RGB
CMYK
RGB Variations
Color information
#DDC28F (or 0xDDC28F) is known color: New Orleans. HEX triplet: DD, C2 and 8F. RGB value is (221,194,143). Sum of RGB (Red+Green+Blue) = 221+194+143=558 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.61% from 558); Green value is 194 (76.17% from 255 or 34.77% from 558); Blue value is 143 (56.25% from 255 or 25.63% from 558); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC28F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC28F is #223D70. Grayscale: #C4C4C4. Windows color (decimal): -2243953 or 9421533. OLE color: 9421533.
HSL color Cylindrical-coordinate representation of color #DDC28F: hue angle of 39.23º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DDC28F is Cyan = 0, Magento = 0.12, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 194 | 143 | - |
| CMYK | 0 | 0.12 | 0.35 | 0.13 |
| HSL | 39.23º | 0.53% | 0.71% | - |
| HSV(B) | 39.23º | 0.35% | 0.87% | - |
| XYZ | 54.07 | 55.94 | 33.93 | - |
| YUV | 196.26 | 97.95 | 145.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 194 | 143 | 0 | 0.12 | 0.35 | 0.13 | 39.23 | 0.53 | 0.71 |
| Hex | DD | C2 | 8F | 0 | C | 23 | D | 27 | 35 | 47 |
| Octal | 335 | 302 | 217 | 0 | 14 | 43 | 15 | 47 | 65 | 107 |
| Binary | 11011101 | 11000010 | 10001111 | 0 | 1100 | 100011 | 1101 | 100111 | 110101 | 1000111 |
Color Harmonies of #DDC28F
Complementary color
Monochromatic Colors of #DDC28F
Black with #DDC28F
Text Example
Text Example
White with #DDC28F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC28F; }
p { color: rgb(221,194,143); }
H1.HeaderClassName
{
color: #DDC28F;
}
.AnyTagClassName
{
color: #DDC28F;
}
</style>
background-color css
<style>
a { background-color: #DDC28F; }
a { background-color: rgb(221,194,143); }
div.DivClassName
{
background-color: #DDC28F;
}
.BgClassName
{
background-color: #DDC28F;
}
</style>
border-color css
<style>
span { border-color: #DDC28F; }
span { border-color: rgb(221,194,143); }
td.TdClassName
{
border-color: #DDC28F;
}
.TagClassName
{
border-color: #DDC28F;
}
</style>