Shades of Burly Wood #DFBC86
Tints of Burly Wood #DFBC86
RGB
CMYK
RGB Variations
Color information
#DFBC86 (or 0xDFBC86) is known color: Burly Wood. HEX triplet: DF, BC and 86. RGB value is (223,188,134). Sum of RGB (Red+Green+Blue) = 223+188+134=545 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.92% from 545); Green value is 188 (73.83% from 255 or 34.50% from 545); Blue value is 134 (52.73% from 255 or 24.59% from 545); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBC86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFBC86 is #204379. Grayscale: #C0C0C0. Windows color (decimal): -2114426 or 8830175. OLE color: 8830175.
HSL color Cylindrical-coordinate representation of color #DFBC86: hue angle of 36.4º 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 #DFBC86 is Cyan = 0, Magento = 0.16, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 188 | 134 | - |
| CMYK | 0 | 0.16 | 0.40 | 0.13 |
| HSL | 36.4º | 0.58% | 0.7% | - |
| HSV(B) | 36.4º | 0.4% | 0.87% | - |
| XYZ | 52.72 | 53.38 | 30.08 | - |
| YUV | 192.31 | 95.1 | 149.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 188 | 134 | 0 | 0.16 | 0.40 | 0.13 | 36.4 | 0.58 | 0.7 |
| Hex | DF | BC | 86 | 0 | 10 | 28 | D | 24 | 3A | 46 |
| Octal | 337 | 274 | 206 | 0 | 20 | 50 | 15 | 44 | 72 | 106 |
| Binary | 11011111 | 10111100 | 10000110 | 0 | 10000 | 101000 | 1101 | 100100 | 111010 | 1000110 |
Color Harmonies of #DFBC86
Complementary color
Monochromatic Colors of #DFBC86
Black with #DFBC86
Text Example
Text Example
White with #DFBC86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBC86; }
p { color: rgb(223,188,134); }
H1.HeaderClassName
{
color: #DFBC86;
}
.AnyTagClassName
{
color: #DFBC86;
}
</style>
background-color css
<style>
a { background-color: #DFBC86; }
a { background-color: rgb(223,188,134); }
div.DivClassName
{
background-color: #DFBC86;
}
.BgClassName
{
background-color: #DFBC86;
}
</style>
border-color css
<style>
span { border-color: #DFBC86; }
span { border-color: rgb(223,188,134); }
td.TdClassName
{
border-color: #DFBC86;
}
.TagClassName
{
border-color: #DFBC86;
}
</style>