Shades of Burly Wood #DBBA84
Tints of Burly Wood #DBBA84
RGB
CMYK
RGB Variations
Color information
#DBBA84 (or 0xDBBA84) is known color: Burly Wood. HEX triplet: DB, BA and 84. RGB value is (219,186,132). Sum of RGB (Red+Green+Blue) = 219+186+132=537 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.78% from 537); Green value is 186 (73.05% from 255 or 34.64% from 537); Blue value is 132 (51.95% from 255 or 24.58% from 537); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBA84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBBA84 is #24457B. Grayscale: #BDBDBD. Windows color (decimal): -2377084 or 8698587. OLE color: 8698587.
HSL color Cylindrical-coordinate representation of color #DBBA84: hue angle of 37.24º 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 #DBBA84 is Cyan = 0, Magento = 0.15, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 186 | 132 | - |
| CMYK | 0 | 0.15 | 0.40 | 0.14 |
| HSL | 37.24º | 0.55% | 0.69% | - |
| HSV(B) | 37.24º | 0.4% | 0.86% | - |
| XYZ | 50.94 | 51.84 | 29.15 | - |
| YUV | 189.71 | 95.43 | 148.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 186 | 132 | 0 | 0.15 | 0.40 | 0.14 | 37.24 | 0.55 | 0.69 |
| Hex | DB | BA | 84 | 0 | F | 28 | E | 25 | 37 | 45 |
| Octal | 333 | 272 | 204 | 0 | 17 | 50 | 16 | 45 | 67 | 105 |
| Binary | 11011011 | 10111010 | 10000100 | 0 | 1111 | 101000 | 1110 | 100101 | 110111 | 1000101 |
Color Harmonies of #DBBA84
Complementary color
Monochromatic Colors of #DBBA84
Black with #DBBA84
Text Example
Text Example
White with #DBBA84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBA84; }
p { color: rgb(219,186,132); }
H1.HeaderClassName
{
color: #DBBA84;
}
.AnyTagClassName
{
color: #DBBA84;
}
</style>
background-color css
<style>
a { background-color: #DBBA84; }
a { background-color: rgb(219,186,132); }
div.DivClassName
{
background-color: #DBBA84;
}
.BgClassName
{
background-color: #DBBA84;
}
</style>
border-color css
<style>
span { border-color: #DBBA84; }
span { border-color: rgb(219,186,132); }
td.TdClassName
{
border-color: #DBBA84;
}
.TagClassName
{
border-color: #DBBA84;
}
</style>