Shades of New Orleans #DFC08A
Tints of New Orleans #DFC08A
RGB
CMYK
RGB Variations
Color information
#DFC08A (or 0xDFC08A) is known color: New Orleans. HEX triplet: DF, C0 and 8A. RGB value is (223,192,138). Sum of RGB (Red+Green+Blue) = 223+192+138=553 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.33% from 553); Green value is 192 (75.39% from 255 or 34.72% from 553); Blue value is 138 (54.30% from 255 or 24.95% from 553); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC08A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC08A is #203F75. Grayscale: #C3C3C3. Windows color (decimal): -2113398 or 9093343. OLE color: 9093343.
HSL color Cylindrical-coordinate representation of color #DFC08A: hue angle of 38.12º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DFC08A is Cyan = 0, Magento = 0.14, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 192 | 138 | - |
| CMYK | 0 | 0.14 | 0.38 | 0.13 |
| HSL | 38.12º | 0.57% | 0.71% | - |
| HSV(B) | 38.12º | 0.38% | 0.87% | - |
| XYZ | 53.87 | 55.22 | 31.86 | - |
| YUV | 195.11 | 95.77 | 147.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 192 | 138 | 0 | 0.14 | 0.38 | 0.13 | 38.12 | 0.57 | 0.71 |
| Hex | DF | C0 | 8A | 0 | E | 26 | D | 26 | 39 | 47 |
| Octal | 337 | 300 | 212 | 0 | 16 | 46 | 15 | 46 | 71 | 107 |
| Binary | 11011111 | 11000000 | 10001010 | 0 | 1110 | 100110 | 1101 | 100110 | 111001 | 1000111 |
Color Harmonies of #DFC08A
Complementary color
Monochromatic Colors of #DFC08A
Black with #DFC08A
Text Example
Text Example
White with #DFC08A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC08A; }
p { color: rgb(223,192,138); }
H1.HeaderClassName
{
color: #DFC08A;
}
.AnyTagClassName
{
color: #DFC08A;
}
</style>
background-color css
<style>
a { background-color: #DFC08A; }
a { background-color: rgb(223,192,138); }
div.DivClassName
{
background-color: #DFC08A;
}
.BgClassName
{
background-color: #DFC08A;
}
</style>
border-color css
<style>
span { border-color: #DFC08A; }
span { border-color: rgb(223,192,138); }
td.TdClassName
{
border-color: #DFC08A;
}
.TagClassName
{
border-color: #DFC08A;
}
</style>