Shades of New Orleans #DFC08B
Tints of New Orleans #DFC08B
RGB
CMYK
RGB Variations
Color information
#DFC08B (or 0xDFC08B) is known color: New Orleans. HEX triplet: DF, C0 and 8B. RGB value is (223,192,139). Sum of RGB (Red+Green+Blue) = 223+192+139=554 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.25% from 554); Green value is 192 (75.39% from 255 or 34.66% from 554); Blue value is 139 (54.69% from 255 or 25.09% from 554); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC08B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC08B is #203F74. Grayscale: #C3C3C3. Windows color (decimal): -2113397 or 9158879. OLE color: 9158879.
HSL color Cylindrical-coordinate representation of color #DFC08B: hue angle of 37.86º 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 #DFC08B is Cyan = 0, Magento = 0.14, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 192 | 139 | - |
| CMYK | 0 | 0.14 | 0.38 | 0.13 |
| HSL | 37.86º | 0.57% | 0.71% | - |
| HSV(B) | 37.86º | 0.38% | 0.87% | - |
| XYZ | 53.94 | 55.25 | 32.25 | - |
| YUV | 195.23 | 96.27 | 147.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 192 | 139 | 0 | 0.14 | 0.38 | 0.13 | 37.86 | 0.57 | 0.71 |
| Hex | DF | C0 | 8B | 0 | E | 26 | D | 26 | 39 | 47 |
| Octal | 337 | 300 | 213 | 0 | 16 | 46 | 15 | 46 | 71 | 107 |
| Binary | 11011111 | 11000000 | 10001011 | 0 | 1110 | 100110 | 1101 | 100110 | 111001 | 1000111 |
Color Harmonies of #DFC08B
Complementary color
Monochromatic Colors of #DFC08B
Black with #DFC08B
Text Example
Text Example
White with #DFC08B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC08B; }
p { color: rgb(223,192,139); }
H1.HeaderClassName
{
color: #DFC08B;
}
.AnyTagClassName
{
color: #DFC08B;
}
</style>
background-color css
<style>
a { background-color: #DFC08B; }
a { background-color: rgb(223,192,139); }
div.DivClassName
{
background-color: #DFC08B;
}
.BgClassName
{
background-color: #DFC08B;
}
</style>
border-color css
<style>
span { border-color: #DFC08B; }
span { border-color: rgb(223,192,139); }
td.TdClassName
{
border-color: #DFC08B;
}
.TagClassName
{
border-color: #DFC08B;
}
</style>