Shades of Burly Wood #DFB886
Tints of Burly Wood #DFB886
RGB
CMYK
RGB Variations
Color information
#DFB886 (or 0xDFB886) is known color: Burly Wood. HEX triplet: DF, B8 and 86. RGB value is (223,184,134). Sum of RGB (Red+Green+Blue) = 223+184+134=541 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.22% from 541); Green value is 184 (72.27% from 255 or 34.01% from 541); Blue value is 134 (52.73% from 255 or 24.77% from 541); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB886 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFB886 is #204779. Grayscale: #BEBEBE. Windows color (decimal): -2115450 or 8829151. OLE color: 8829151.
HSL color Cylindrical-coordinate representation of color #DFB886: hue angle of 33.71º 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 #DFB886 is Cyan = 0, Magento = 0.17, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 184 | 134 | - |
| CMYK | 0 | 0.17 | 0.40 | 0.13 |
| HSL | 33.71º | 0.58% | 0.7% | - |
| HSV(B) | 33.71º | 0.4% | 0.87% | - |
| XYZ | 51.88 | 51.69 | 29.8 | - |
| YUV | 189.96 | 96.42 | 151.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 184 | 134 | 0 | 0.17 | 0.40 | 0.13 | 33.71 | 0.58 | 0.7 |
| Hex | DF | B8 | 86 | 0 | 11 | 28 | D | 22 | 3A | 46 |
| Octal | 337 | 270 | 206 | 0 | 21 | 50 | 15 | 42 | 72 | 106 |
| Binary | 11011111 | 10111000 | 10000110 | 0 | 10001 | 101000 | 1101 | 100010 | 111010 | 1000110 |
Color Harmonies of #DFB886
Complementary color
Monochromatic Colors of #DFB886
Black with #DFB886
Text Example
Text Example
White with #DFB886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB886; }
p { color: rgb(223,184,134); }
H1.HeaderClassName
{
color: #DFB886;
}
.AnyTagClassName
{
color: #DFB886;
}
</style>
background-color css
<style>
a { background-color: #DFB886; }
a { background-color: rgb(223,184,134); }
div.DivClassName
{
background-color: #DFB886;
}
.BgClassName
{
background-color: #DFB886;
}
</style>
border-color css
<style>
span { border-color: #DFB886; }
span { border-color: rgb(223,184,134); }
td.TdClassName
{
border-color: #DFB886;
}
.TagClassName
{
border-color: #DFB886;
}
</style>