Shades of Burly Wood #DFB985
Tints of Burly Wood #DFB985
RGB
CMYK
RGB Variations
Color information
#DFB985 (or 0xDFB985) is known color: Burly Wood. HEX triplet: DF, B9 and 85. RGB value is (223,185,133). Sum of RGB (Red+Green+Blue) = 223+185+133=541 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.22% from 541); Green value is 185 (72.66% from 255 or 34.20% from 541); Blue value is 133 (52.34% from 255 or 24.58% from 541); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB985 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFB985 is #20467A. Grayscale: #BEBEBE. Windows color (decimal): -2115195 or 8763871. OLE color: 8763871.
HSL color Cylindrical-coordinate representation of color #DFB985: hue angle of 34.67º 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 #DFB985 is Cyan = 0, Magento = 0.17, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 185 | 133 | - |
| CMYK | 0 | 0.17 | 0.40 | 0.13 |
| HSL | 34.67º | 0.58% | 0.7% | - |
| HSV(B) | 34.67º | 0.4% | 0.87% | - |
| XYZ | 52.01 | 52.08 | 29.5 | - |
| YUV | 190.43 | 95.59 | 151.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 185 | 133 | 0 | 0.17 | 0.40 | 0.13 | 34.67 | 0.58 | 0.7 |
| Hex | DF | B9 | 85 | 0 | 11 | 28 | D | 23 | 3A | 46 |
| Octal | 337 | 271 | 205 | 0 | 21 | 50 | 15 | 43 | 72 | 106 |
| Binary | 11011111 | 10111001 | 10000101 | 0 | 10001 | 101000 | 1101 | 100011 | 111010 | 1000110 |
Color Harmonies of #DFB985
Complementary color
Monochromatic Colors of #DFB985
Black with #DFB985
Text Example
Text Example
White with #DFB985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB985; }
p { color: rgb(223,185,133); }
H1.HeaderClassName
{
color: #DFB985;
}
.AnyTagClassName
{
color: #DFB985;
}
</style>
background-color css
<style>
a { background-color: #DFB985; }
a { background-color: rgb(223,185,133); }
div.DivClassName
{
background-color: #DFB985;
}
.BgClassName
{
background-color: #DFB985;
}
</style>
border-color css
<style>
span { border-color: #DFB985; }
span { border-color: rgb(223,185,133); }
td.TdClassName
{
border-color: #DFB985;
}
.TagClassName
{
border-color: #DFB985;
}
</style>