Shades of Burly Wood #DABA8A
Tints of Burly Wood #DABA8A
RGB
CMYK
RGB Variations
Color information
#DABA8A (or 0xDABA8A) is known color: Burly Wood. HEX triplet: DA, BA and 8A. RGB value is (218,186,138). Sum of RGB (Red+Green+Blue) = 218+186+138=542 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.22% from 542); Green value is 186 (73.05% from 255 or 34.32% from 542); Blue value is 138 (54.30% from 255 or 25.46% from 542); Max value from RGB is 218 - color contains mainly: red. Hex color #DABA8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DABA8A is #254575. Grayscale: #BEBEBE. Windows color (decimal): -2442614 or 9091802. OLE color: 9091802.
HSL color Cylindrical-coordinate representation of color #DABA8A: hue angle of 36º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DABA8A is Cyan = 0, Magento = 0.15, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 186 | 138 | - |
| CMYK | 0 | 0.15 | 0.37 | 0.15 |
| HSL | 36º | 0.52% | 0.7% | - |
| HSV(B) | 36º | 0.37% | 0.85% | - |
| XYZ | 51.06 | 51.86 | 31.36 | - |
| YUV | 190.1 | 98.6 | 147.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 186 | 138 | 0 | 0.15 | 0.37 | 0.15 | 36 | 0.52 | 0.7 |
| Hex | DA | BA | 8A | 0 | F | 25 | F | 24 | 34 | 46 |
| Octal | 332 | 272 | 212 | 0 | 17 | 45 | 17 | 44 | 64 | 106 |
| Binary | 11011010 | 10111010 | 10001010 | 0 | 1111 | 100101 | 1111 | 100100 | 110100 | 1000110 |
Color Harmonies of #DABA8A
Complementary color
Monochromatic Colors of #DABA8A
Black with #DABA8A
Text Example
Text Example
White with #DABA8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABA8A; }
p { color: rgb(218,186,138); }
H1.HeaderClassName
{
color: #DABA8A;
}
.AnyTagClassName
{
color: #DABA8A;
}
</style>
background-color css
<style>
a { background-color: #DABA8A; }
a { background-color: rgb(218,186,138); }
div.DivClassName
{
background-color: #DABA8A;
}
.BgClassName
{
background-color: #DABA8A;
}
</style>
border-color css
<style>
span { border-color: #DABA8A; }
span { border-color: rgb(218,186,138); }
td.TdClassName
{
border-color: #DABA8A;
}
.TagClassName
{
border-color: #DABA8A;
}
</style>