Shades of New Orleans #DFC58C
Tints of New Orleans #DFC58C
RGB
CMYK
RGB Variations
Color information
#DFC58C (or 0xDFC58C) is known color: New Orleans. HEX triplet: DF, C5 and 8C. RGB value is (223,197,140). Sum of RGB (Red+Green+Blue) = 223+197+140=560 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.82% from 560); Green value is 197 (77.34% from 255 or 35.18% from 560); Blue value is 140 (55.08% from 255 or 25% from 560); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC58C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC58C is #203A73. Grayscale: #C6C6C6. Windows color (decimal): -2112116 or 9225695. OLE color: 9225695.
HSL color Cylindrical-coordinate representation of color #DFC58C: hue angle of 41.2º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DFC58C is Cyan = 0, Magento = 0.12, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 197 | 140 | - |
| CMYK | 0 | 0.12 | 0.37 | 0.13 |
| HSL | 41.2º | 0.56% | 0.71% | - |
| HSV(B) | 41.2º | 0.37% | 0.87% | - |
| XYZ | 55.13 | 57.51 | 33.01 | - |
| YUV | 198.28 | 95.11 | 145.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 197 | 140 | 0 | 0.12 | 0.37 | 0.13 | 41.2 | 0.56 | 0.71 |
| Hex | DF | C5 | 8C | 0 | C | 25 | D | 29 | 38 | 47 |
| Octal | 337 | 305 | 214 | 0 | 14 | 45 | 15 | 51 | 70 | 107 |
| Binary | 11011111 | 11000101 | 10001100 | 0 | 1100 | 100101 | 1101 | 101001 | 111000 | 1000111 |
Color Harmonies of #DFC58C
Complementary color
Monochromatic Colors of #DFC58C
Black with #DFC58C
Text Example
Text Example
White with #DFC58C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC58C; }
p { color: rgb(223,197,140); }
H1.HeaderClassName
{
color: #DFC58C;
}
.AnyTagClassName
{
color: #DFC58C;
}
</style>
background-color css
<style>
a { background-color: #DFC58C; }
a { background-color: rgb(223,197,140); }
div.DivClassName
{
background-color: #DFC58C;
}
.BgClassName
{
background-color: #DFC58C;
}
</style>
border-color css
<style>
span { border-color: #DFC58C; }
span { border-color: rgb(223,197,140); }
td.TdClassName
{
border-color: #DFC58C;
}
.TagClassName
{
border-color: #DFC58C;
}
</style>