Shades of Burly Wood #DBBA8A
Tints of Burly Wood #DBBA8A
RGB
CMYK
RGB Variations
Color information
#DBBA8A (or 0xDBBA8A) is known color: Burly Wood. HEX triplet: DB, BA and 8A. RGB value is (219,186,138). Sum of RGB (Red+Green+Blue) = 219+186+138=543 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.33% from 543); Green value is 186 (73.05% from 255 or 34.25% from 543); Blue value is 138 (54.30% from 255 or 25.41% from 543); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBA8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBBA8A is #244575. Grayscale: #BEBEBE. Windows color (decimal): -2377078 or 9091803. OLE color: 9091803.
HSL color Cylindrical-coordinate representation of color #DBBA8A: hue angle of 35.56º 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 #DBBA8A is Cyan = 0, Magento = 0.15, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 186 | 138 | - |
| CMYK | 0 | 0.15 | 0.37 | 0.14 |
| HSL | 35.56º | 0.53% | 0.7% | - |
| HSV(B) | 35.56º | 0.37% | 0.86% | - |
| XYZ | 51.36 | 52.01 | 31.38 | - |
| YUV | 190.4 | 98.43 | 148.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 186 | 138 | 0 | 0.15 | 0.37 | 0.14 | 35.56 | 0.53 | 0.7 |
| Hex | DB | BA | 8A | 0 | F | 25 | E | 24 | 35 | 46 |
| Octal | 333 | 272 | 212 | 0 | 17 | 45 | 16 | 44 | 65 | 106 |
| Binary | 11011011 | 10111010 | 10001010 | 0 | 1111 | 100101 | 1110 | 100100 | 110101 | 1000110 |
Color Harmonies of #DBBA8A
Complementary color
Monochromatic Colors of #DBBA8A
Black with #DBBA8A
Text Example
Text Example
White with #DBBA8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBA8A; }
p { color: rgb(219,186,138); }
H1.HeaderClassName
{
color: #DBBA8A;
}
.AnyTagClassName
{
color: #DBBA8A;
}
</style>
background-color css
<style>
a { background-color: #DBBA8A; }
a { background-color: rgb(219,186,138); }
div.DivClassName
{
background-color: #DBBA8A;
}
.BgClassName
{
background-color: #DBBA8A;
}
</style>
border-color css
<style>
span { border-color: #DBBA8A; }
span { border-color: rgb(219,186,138); }
td.TdClassName
{
border-color: #DBBA8A;
}
.TagClassName
{
border-color: #DBBA8A;
}
</style>