Shades of Burly Wood #DFB984
Tints of Burly Wood #DFB984
RGB
CMYK
RGB Variations
Color information
#DFB984 (or 0xDFB984) is known color: Burly Wood. HEX triplet: DF, B9 and 84. RGB value is (223,185,132). Sum of RGB (Red+Green+Blue) = 223+185+132=540 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.30% from 540); Green value is 185 (72.66% from 255 or 34.26% from 540); Blue value is 132 (51.95% from 255 or 24.44% from 540); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB984 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFB984 is #20467B. Grayscale: #BEBEBE. Windows color (decimal): -2115196 or 8698335. OLE color: 8698335.
HSL color Cylindrical-coordinate representation of color #DFB984: hue angle of 34.95º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DFB984 is Cyan = 0, Magento = 0.17, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 185 | 132 | - |
| CMYK | 0 | 0.17 | 0.41 | 0.13 |
| HSL | 34.95º | 0.59% | 0.7% | - |
| HSV(B) | 34.95º | 0.41% | 0.87% | - |
| XYZ | 51.95 | 52.05 | 29.14 | - |
| YUV | 190.32 | 95.09 | 151.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 185 | 132 | 0 | 0.17 | 0.41 | 0.13 | 34.95 | 0.59 | 0.7 |
| Hex | DF | B9 | 84 | 0 | 11 | 29 | D | 23 | 3B | 46 |
| Octal | 337 | 271 | 204 | 0 | 21 | 51 | 15 | 43 | 73 | 106 |
| Binary | 11011111 | 10111001 | 10000100 | 0 | 10001 | 101001 | 1101 | 100011 | 111011 | 1000110 |
Color Harmonies of #DFB984
Complementary color
Monochromatic Colors of #DFB984
Black with #DFB984
Text Example
Text Example
White with #DFB984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB984; }
p { color: rgb(223,185,132); }
H1.HeaderClassName
{
color: #DFB984;
}
.AnyTagClassName
{
color: #DFB984;
}
</style>
background-color css
<style>
a { background-color: #DFB984; }
a { background-color: rgb(223,185,132); }
div.DivClassName
{
background-color: #DFB984;
}
.BgClassName
{
background-color: #DFB984;
}
</style>
border-color css
<style>
span { border-color: #DFB984; }
span { border-color: rgb(223,185,132); }
td.TdClassName
{
border-color: #DFB984;
}
.TagClassName
{
border-color: #DFB984;
}
</style>