Shades of Burly Wood #DABA88
Tints of Burly Wood #DABA88
RGB
CMYK
RGB Variations
Color information
#DABA88 (or 0xDABA88) is known color: Burly Wood. HEX triplet: DA, BA and 88. RGB value is (218,186,136). Sum of RGB (Red+Green+Blue) = 218+186+136=540 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.37% from 540); Green value is 186 (73.05% from 255 or 34.44% from 540); Blue value is 136 (53.52% from 255 or 25.19% from 540); Max value from RGB is 218 - color contains mainly: red. Hex color #DABA88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DABA88 is #254577. Grayscale: #BEBEBE. Windows color (decimal): -2442616 or 8960730. OLE color: 8960730.
HSL color Cylindrical-coordinate representation of color #DABA88: hue angle of 36.59º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DABA88 is Cyan = 0, Magento = 0.15, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 186 | 136 | - |
| CMYK | 0 | 0.15 | 0.38 | 0.15 |
| HSL | 36.59º | 0.53% | 0.69% | - |
| HSV(B) | 36.59º | 0.38% | 0.85% | - |
| XYZ | 50.92 | 51.8 | 30.61 | - |
| YUV | 189.87 | 97.6 | 148.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 186 | 136 | 0 | 0.15 | 0.38 | 0.15 | 36.59 | 0.53 | 0.69 |
| Hex | DA | BA | 88 | 0 | F | 26 | F | 25 | 35 | 45 |
| Octal | 332 | 272 | 210 | 0 | 17 | 46 | 17 | 45 | 65 | 105 |
| Binary | 11011010 | 10111010 | 10001000 | 0 | 1111 | 100110 | 1111 | 100101 | 110101 | 1000101 |
Color Harmonies of #DABA88
Complementary color
Monochromatic Colors of #DABA88
Black with #DABA88
Text Example
Text Example
White with #DABA88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABA88; }
p { color: rgb(218,186,136); }
H1.HeaderClassName
{
color: #DABA88;
}
.AnyTagClassName
{
color: #DABA88;
}
</style>
background-color css
<style>
a { background-color: #DABA88; }
a { background-color: rgb(218,186,136); }
div.DivClassName
{
background-color: #DABA88;
}
.BgClassName
{
background-color: #DABA88;
}
</style>
border-color css
<style>
span { border-color: #DABA88; }
span { border-color: rgb(218,186,136); }
td.TdClassName
{
border-color: #DABA88;
}
.TagClassName
{
border-color: #DABA88;
}
</style>