Shades of Burly Wood #DFB98A
Tints of Burly Wood #DFB98A
RGB
CMYK
RGB Variations
Color information
#DFB98A (or 0xDFB98A) is known color: Burly Wood. HEX triplet: DF, B9 and 8A. RGB value is (223,185,138). Sum of RGB (Red+Green+Blue) = 223+185+138=546 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.84% from 546); Green value is 185 (72.66% from 255 or 33.88% from 546); Blue value is 138 (54.30% from 255 or 25.27% from 546); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB98A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFB98A is #204675. Grayscale: #BFBFBF. Windows color (decimal): -2115190 or 9091551. OLE color: 9091551.
HSL color Cylindrical-coordinate representation of color #DFB98A: hue angle of 33.18º 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 #DFB98A is Cyan = 0, Magento = 0.17, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 185 | 138 | - |
| CMYK | 0 | 0.17 | 0.38 | 0.13 |
| HSL | 33.18º | 0.57% | 0.71% | - |
| HSV(B) | 33.18º | 0.38% | 0.87% | - |
| XYZ | 52.37 | 52.22 | 31.36 | - |
| YUV | 191 | 98.09 | 150.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 185 | 138 | 0 | 0.17 | 0.38 | 0.13 | 33.18 | 0.57 | 0.71 |
| Hex | DF | B9 | 8A | 0 | 11 | 26 | D | 21 | 39 | 47 |
| Octal | 337 | 271 | 212 | 0 | 21 | 46 | 15 | 41 | 71 | 107 |
| Binary | 11011111 | 10111001 | 10001010 | 0 | 10001 | 100110 | 1101 | 100001 | 111001 | 1000111 |
Color Harmonies of #DFB98A
Complementary color
Monochromatic Colors of #DFB98A
Black with #DFB98A
Text Example
Text Example
White with #DFB98A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB98A; }
p { color: rgb(223,185,138); }
H1.HeaderClassName
{
color: #DFB98A;
}
.AnyTagClassName
{
color: #DFB98A;
}
</style>
background-color css
<style>
a { background-color: #DFB98A; }
a { background-color: rgb(223,185,138); }
div.DivClassName
{
background-color: #DFB98A;
}
.BgClassName
{
background-color: #DFB98A;
}
</style>
border-color css
<style>
span { border-color: #DFB98A; }
span { border-color: rgb(223,185,138); }
td.TdClassName
{
border-color: #DFB98A;
}
.TagClassName
{
border-color: #DFB98A;
}
</style>