Shades of Burly Wood #DFBA86
Tints of Burly Wood #DFBA86
RGB
CMYK
RGB Variations
Color information
#DFBA86 (or 0xDFBA86) is known color: Burly Wood. HEX triplet: DF, BA and 86. RGB value is (223,186,134). Sum of RGB (Red+Green+Blue) = 223+186+134=543 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.07% from 543); Green value is 186 (73.05% from 255 or 34.25% from 543); Blue value is 134 (52.73% from 255 or 24.68% from 543); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBA86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFBA86 is #204579. Grayscale: #BFBFBF. Windows color (decimal): -2114938 or 8829663. OLE color: 8829663.
HSL color Cylindrical-coordinate representation of color #DFBA86: hue angle of 35.06º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DFBA86 is Cyan = 0, Magento = 0.17, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 186 | 134 | - |
| CMYK | 0 | 0.17 | 0.40 | 0.13 |
| HSL | 35.06º | 0.58% | 0.7% | - |
| HSV(B) | 35.06º | 0.4% | 0.87% | - |
| XYZ | 52.29 | 52.53 | 29.94 | - |
| YUV | 191.14 | 95.76 | 150.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 186 | 134 | 0 | 0.17 | 0.40 | 0.13 | 35.06 | 0.58 | 0.7 |
| Hex | DF | BA | 86 | 0 | 11 | 28 | D | 23 | 3A | 46 |
| Octal | 337 | 272 | 206 | 0 | 21 | 50 | 15 | 43 | 72 | 106 |
| Binary | 11011111 | 10111010 | 10000110 | 0 | 10001 | 101000 | 1101 | 100011 | 111010 | 1000110 |
Color Harmonies of #DFBA86
Complementary color
Monochromatic Colors of #DFBA86
Black with #DFBA86
Text Example
Text Example
White with #DFBA86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBA86; }
p { color: rgb(223,186,134); }
H1.HeaderClassName
{
color: #DFBA86;
}
.AnyTagClassName
{
color: #DFBA86;
}
</style>
background-color css
<style>
a { background-color: #DFBA86; }
a { background-color: rgb(223,186,134); }
div.DivClassName
{
background-color: #DFBA86;
}
.BgClassName
{
background-color: #DFBA86;
}
</style>
border-color css
<style>
span { border-color: #DFBA86; }
span { border-color: rgb(223,186,134); }
td.TdClassName
{
border-color: #DFBA86;
}
.TagClassName
{
border-color: #DFBA86;
}
</style>