Shades of New Orleans #DFC58E
Tints of New Orleans #DFC58E
RGB
CMYK
RGB Variations
Color information
#DFC58E (or 0xDFC58E) is known color: New Orleans. HEX triplet: DF, C5 and 8E. RGB value is (223,197,142). Sum of RGB (Red+Green+Blue) = 223+197+142=562 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.68% from 562); Green value is 197 (77.34% from 255 or 35.05% from 562); Blue value is 142 (55.86% from 255 or 25.27% from 562); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC58E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC58E is #203A71. Grayscale: #C6C6C6. Windows color (decimal): -2112114 or 9356767. OLE color: 9356767.
HSL color Cylindrical-coordinate representation of color #DFC58E: hue angle of 40.74º 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 #DFC58E is Cyan = 0, Magento = 0.12, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 197 | 142 | - |
| CMYK | 0 | 0.12 | 0.36 | 0.13 |
| HSL | 40.74º | 0.56% | 0.72% | - |
| HSV(B) | 40.74º | 0.36% | 0.87% | - |
| XYZ | 55.28 | 57.57 | 33.79 | - |
| YUV | 198.5 | 96.11 | 145.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 197 | 142 | 0 | 0.12 | 0.36 | 0.13 | 40.74 | 0.56 | 0.72 |
| Hex | DF | C5 | 8E | 0 | C | 24 | D | 29 | 38 | 48 |
| Octal | 337 | 305 | 216 | 0 | 14 | 44 | 15 | 51 | 70 | 110 |
| Binary | 11011111 | 11000101 | 10001110 | 0 | 1100 | 100100 | 1101 | 101001 | 111000 | 1001000 |
Color Harmonies of #DFC58E
Complementary color
Monochromatic Colors of #DFC58E
Black with #DFC58E
Text Example
Text Example
White with #DFC58E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC58E; }
p { color: rgb(223,197,142); }
H1.HeaderClassName
{
color: #DFC58E;
}
.AnyTagClassName
{
color: #DFC58E;
}
</style>
background-color css
<style>
a { background-color: #DFC58E; }
a { background-color: rgb(223,197,142); }
div.DivClassName
{
background-color: #DFC58E;
}
.BgClassName
{
background-color: #DFC58E;
}
</style>
border-color css
<style>
span { border-color: #DFC58E; }
span { border-color: rgb(223,197,142); }
td.TdClassName
{
border-color: #DFC58E;
}
.TagClassName
{
border-color: #DFC58E;
}
</style>