Shades of New Orleans #DFC18E
Tints of New Orleans #DFC18E
RGB
CMYK
RGB Variations
Color information
#DFC18E (or 0xDFC18E) is known color: New Orleans. HEX triplet: DF, C1 and 8E. RGB value is (223,193,142). Sum of RGB (Red+Green+Blue) = 223+193+142=558 (73% of max value = 765). Red value is 223 (87.5% from 255 or 39.96% from 558); Green value is 193 (75.78% from 255 or 34.59% from 558); Blue value is 142 (55.86% from 255 or 25.45% from 558); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC18E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC18E is #203E71. Grayscale: #C4C4C4. Windows color (decimal): -2113138 or 9355743. OLE color: 9355743.
HSL color Cylindrical-coordinate representation of color #DFC18E: hue angle of 37.78º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DFC18E is Cyan = 0, Magento = 0.13, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 193 | 142 | - |
| CMYK | 0 | 0.13 | 0.36 | 0.13 |
| HSL | 37.78º | 0.56% | 0.72% | - |
| HSV(B) | 37.78º | 0.36% | 0.87% | - |
| XYZ | 54.38 | 55.78 | 33.49 | - |
| YUV | 196.16 | 97.44 | 147.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 193 | 142 | 0 | 0.13 | 0.36 | 0.13 | 37.78 | 0.56 | 0.72 |
| Hex | DF | C1 | 8E | 0 | D | 24 | D | 26 | 38 | 48 |
| Octal | 337 | 301 | 216 | 0 | 15 | 44 | 15 | 46 | 70 | 110 |
| Binary | 11011111 | 11000001 | 10001110 | 0 | 1101 | 100100 | 1101 | 100110 | 111000 | 1001000 |
Color Harmonies of #DFC18E
Complementary color
Monochromatic Colors of #DFC18E
Black with #DFC18E
Text Example
Text Example
White with #DFC18E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC18E; }
p { color: rgb(223,193,142); }
H1.HeaderClassName
{
color: #DFC18E;
}
.AnyTagClassName
{
color: #DFC18E;
}
</style>
background-color css
<style>
a { background-color: #DFC18E; }
a { background-color: rgb(223,193,142); }
div.DivClassName
{
background-color: #DFC18E;
}
.BgClassName
{
background-color: #DFC18E;
}
</style>
border-color css
<style>
span { border-color: #DFC18E; }
span { border-color: rgb(223,193,142); }
td.TdClassName
{
border-color: #DFC18E;
}
.TagClassName
{
border-color: #DFC18E;
}
</style>