Shades of Burly Wood #DBB984
Tints of Burly Wood #DBB984
RGB
CMYK
RGB Variations
Color information
#DBB984 (or 0xDBB984) is known color: Burly Wood. HEX triplet: DB, B9 and 84. RGB value is (219,185,132). Sum of RGB (Red+Green+Blue) = 219+185+132=536 (70% of max value = 765). Red value is 219 (85.94% from 255 or 40.86% from 536); Green value is 185 (72.66% from 255 or 34.51% from 536); Blue value is 132 (51.95% from 255 or 24.63% from 536); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB984 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB984 is #24467B. Grayscale: #BDBDBD. Windows color (decimal): -2377340 or 8698331. OLE color: 8698331.
HSL color Cylindrical-coordinate representation of color #DBB984: hue angle of 36.55º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DBB984 is Cyan = 0, Magento = 0.16, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 185 | 132 | - |
| CMYK | 0 | 0.16 | 0.40 | 0.14 |
| HSL | 36.55º | 0.55% | 0.69% | - |
| HSV(B) | 36.55º | 0.4% | 0.86% | - |
| XYZ | 50.73 | 51.42 | 29.08 | - |
| YUV | 189.12 | 95.76 | 149.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 185 | 132 | 0 | 0.16 | 0.40 | 0.14 | 36.55 | 0.55 | 0.69 |
| Hex | DB | B9 | 84 | 0 | 10 | 28 | E | 25 | 37 | 45 |
| Octal | 333 | 271 | 204 | 0 | 20 | 50 | 16 | 45 | 67 | 105 |
| Binary | 11011011 | 10111001 | 10000100 | 0 | 10000 | 101000 | 1110 | 100101 | 110111 | 1000101 |
Color Harmonies of #DBB984
Complementary color
Monochromatic Colors of #DBB984
Black with #DBB984
Text Example
Text Example
White with #DBB984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB984; }
p { color: rgb(219,185,132); }
H1.HeaderClassName
{
color: #DBB984;
}
.AnyTagClassName
{
color: #DBB984;
}
</style>
background-color css
<style>
a { background-color: #DBB984; }
a { background-color: rgb(219,185,132); }
div.DivClassName
{
background-color: #DBB984;
}
.BgClassName
{
background-color: #DBB984;
}
</style>
border-color css
<style>
span { border-color: #DBB984; }
span { border-color: rgb(219,185,132); }
td.TdClassName
{
border-color: #DBB984;
}
.TagClassName
{
border-color: #DBB984;
}
</style>