Shades of Burly Wood #DFB98B
Tints of Burly Wood #DFB98B
RGB
CMYK
RGB Variations
Color information
#DFB98B (or 0xDFB98B) is known color: Burly Wood. HEX triplet: DF, B9 and 8B. RGB value is (223,185,139). Sum of RGB (Red+Green+Blue) = 223+185+139=547 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.77% from 547); Green value is 185 (72.66% from 255 or 33.82% from 547); Blue value is 139 (54.69% from 255 or 25.41% from 547); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB98B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFB98B is #204674. Grayscale: #BFBFBF. Windows color (decimal): -2115189 or 9157087. OLE color: 9157087.
HSL color Cylindrical-coordinate representation of color #DFB98B: hue angle of 32.86º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DFB98B is Cyan = 0, Magento = 0.17, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 185 | 139 | - |
| CMYK | 0 | 0.17 | 0.38 | 0.13 |
| HSL | 32.86º | 0.57% | 0.71% | - |
| HSV(B) | 32.86º | 0.38% | 0.87% | - |
| XYZ | 52.44 | 52.25 | 31.75 | - |
| YUV | 191.12 | 98.59 | 150.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 185 | 139 | 0 | 0.17 | 0.38 | 0.13 | 32.86 | 0.57 | 0.71 |
| Hex | DF | B9 | 8B | 0 | 11 | 26 | D | 21 | 39 | 47 |
| Octal | 337 | 271 | 213 | 0 | 21 | 46 | 15 | 41 | 71 | 107 |
| Binary | 11011111 | 10111001 | 10001011 | 0 | 10001 | 100110 | 1101 | 100001 | 111001 | 1000111 |
Color Harmonies of #DFB98B
Complementary color
Monochromatic Colors of #DFB98B
Black with #DFB98B
Text Example
Text Example
White with #DFB98B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB98B; }
p { color: rgb(223,185,139); }
H1.HeaderClassName
{
color: #DFB98B;
}
.AnyTagClassName
{
color: #DFB98B;
}
</style>
background-color css
<style>
a { background-color: #DFB98B; }
a { background-color: rgb(223,185,139); }
div.DivClassName
{
background-color: #DFB98B;
}
.BgClassName
{
background-color: #DFB98B;
}
</style>
border-color css
<style>
span { border-color: #DFB98B; }
span { border-color: rgb(223,185,139); }
td.TdClassName
{
border-color: #DFB98B;
}
.TagClassName
{
border-color: #DFB98B;
}
</style>