Shades of New Orleans #DFC08C
Tints of New Orleans #DFC08C
RGB
CMYK
RGB Variations
Color information
#DFC08C (or 0xDFC08C) is known color: New Orleans. HEX triplet: DF, C0 and 8C. RGB value is (223,192,140). Sum of RGB (Red+Green+Blue) = 223+192+140=555 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.18% from 555); Green value is 192 (75.39% from 255 or 34.59% from 555); Blue value is 140 (55.08% from 255 or 25.23% from 555); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC08C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC08C is #203F73. Grayscale: #C3C3C3. Windows color (decimal): -2113396 or 9224415. OLE color: 9224415.
HSL color Cylindrical-coordinate representation of color #DFC08C: hue angle of 37.59º 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 #DFC08C is Cyan = 0, Magento = 0.14, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 192 | 140 | - |
| CMYK | 0 | 0.14 | 0.37 | 0.13 |
| HSL | 37.59º | 0.56% | 0.71% | - |
| HSV(B) | 37.59º | 0.37% | 0.87% | - |
| XYZ | 54.01 | 55.28 | 32.63 | - |
| YUV | 195.34 | 96.77 | 147.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 192 | 140 | 0 | 0.14 | 0.37 | 0.13 | 37.59 | 0.56 | 0.71 |
| Hex | DF | C0 | 8C | 0 | E | 25 | D | 26 | 38 | 47 |
| Octal | 337 | 300 | 214 | 0 | 16 | 45 | 15 | 46 | 70 | 107 |
| Binary | 11011111 | 11000000 | 10001100 | 0 | 1110 | 100101 | 1101 | 100110 | 111000 | 1000111 |
Color Harmonies of #DFC08C
Complementary color
Monochromatic Colors of #DFC08C
Black with #DFC08C
Text Example
Text Example
White with #DFC08C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC08C; }
p { color: rgb(223,192,140); }
H1.HeaderClassName
{
color: #DFC08C;
}
.AnyTagClassName
{
color: #DFC08C;
}
</style>
background-color css
<style>
a { background-color: #DFC08C; }
a { background-color: rgb(223,192,140); }
div.DivClassName
{
background-color: #DFC08C;
}
.BgClassName
{
background-color: #DFC08C;
}
</style>
border-color css
<style>
span { border-color: #DFC08C; }
span { border-color: rgb(223,192,140); }
td.TdClassName
{
border-color: #DFC08C;
}
.TagClassName
{
border-color: #DFC08C;
}
</style>