Shades of Burly Wood #DBB98A
Tints of Burly Wood #DBB98A
RGB
CMYK
RGB Variations
Color information
#DBB98A (or 0xDBB98A) is known color: Burly Wood. HEX triplet: DB, B9 and 8A. RGB value is (219,185,138). Sum of RGB (Red+Green+Blue) = 219+185+138=542 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.41% from 542); Green value is 185 (72.66% from 255 or 34.13% from 542); Blue value is 138 (54.30% from 255 or 25.46% from 542); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB98A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB98A is #244675. Grayscale: #BEBEBE. Windows color (decimal): -2377334 or 9091547. OLE color: 9091547.
HSL color Cylindrical-coordinate representation of color #DBB98A: hue angle of 34.81º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DBB98A is Cyan = 0, Magento = 0.16, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 185 | 138 | - |
| CMYK | 0 | 0.16 | 0.37 | 0.14 |
| HSL | 34.81º | 0.53% | 0.7% | - |
| HSV(B) | 34.81º | 0.37% | 0.86% | - |
| XYZ | 51.15 | 51.59 | 31.31 | - |
| YUV | 189.81 | 98.76 | 148.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 185 | 138 | 0 | 0.16 | 0.37 | 0.14 | 34.81 | 0.53 | 0.7 |
| Hex | DB | B9 | 8A | 0 | 10 | 25 | E | 23 | 35 | 46 |
| Octal | 333 | 271 | 212 | 0 | 20 | 45 | 16 | 43 | 65 | 106 |
| Binary | 11011011 | 10111001 | 10001010 | 0 | 10000 | 100101 | 1110 | 100011 | 110101 | 1000110 |
Color Harmonies of #DBB98A
Complementary color
Monochromatic Colors of #DBB98A
Black with #DBB98A
Text Example
Text Example
White with #DBB98A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB98A; }
p { color: rgb(219,185,138); }
H1.HeaderClassName
{
color: #DBB98A;
}
.AnyTagClassName
{
color: #DBB98A;
}
</style>
background-color css
<style>
a { background-color: #DBB98A; }
a { background-color: rgb(219,185,138); }
div.DivClassName
{
background-color: #DBB98A;
}
.BgClassName
{
background-color: #DBB98A;
}
</style>
border-color css
<style>
span { border-color: #DBB98A; }
span { border-color: rgb(219,185,138); }
td.TdClassName
{
border-color: #DBB98A;
}
.TagClassName
{
border-color: #DBB98A;
}
</style>