Shades of Burly Wood #DABB89
Tints of Burly Wood #DABB89
RGB
CMYK
RGB Variations
Color information
#DABB89 (or 0xDABB89) is known color: Burly Wood. HEX triplet: DA, BB and 89. RGB value is (218,187,137). Sum of RGB (Red+Green+Blue) = 218+187+137=542 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.22% from 542); Green value is 187 (73.44% from 255 or 34.50% from 542); Blue value is 137 (53.91% from 255 or 25.28% from 542); Max value from RGB is 218 - color contains mainly: red. Hex color #DABB89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DABB89 is #254476. Grayscale: #BEBEBE. Windows color (decimal): -2442359 or 9026522. OLE color: 9026522.
HSL color Cylindrical-coordinate representation of color #DABB89: hue angle of 37.04º 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 #DABB89 is Cyan = 0, Magento = 0.14, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 187 | 137 | - |
| CMYK | 0 | 0.14 | 0.37 | 0.15 |
| HSL | 37.04º | 0.52% | 0.7% | - |
| HSV(B) | 37.04º | 0.37% | 0.85% | - |
| XYZ | 51.2 | 52.25 | 31.05 | - |
| YUV | 190.57 | 97.77 | 147.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 187 | 137 | 0 | 0.14 | 0.37 | 0.15 | 37.04 | 0.52 | 0.7 |
| Hex | DA | BB | 89 | 0 | E | 25 | F | 25 | 34 | 46 |
| Octal | 332 | 273 | 211 | 0 | 16 | 45 | 17 | 45 | 64 | 106 |
| Binary | 11011010 | 10111011 | 10001001 | 0 | 1110 | 100101 | 1111 | 100101 | 110100 | 1000110 |
Color Harmonies of #DABB89
Complementary color
Monochromatic Colors of #DABB89
Black with #DABB89
Text Example
Text Example
White with #DABB89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABB89; }
p { color: rgb(218,187,137); }
H1.HeaderClassName
{
color: #DABB89;
}
.AnyTagClassName
{
color: #DABB89;
}
</style>
background-color css
<style>
a { background-color: #DABB89; }
a { background-color: rgb(218,187,137); }
div.DivClassName
{
background-color: #DABB89;
}
.BgClassName
{
background-color: #DABB89;
}
</style>
border-color css
<style>
span { border-color: #DABB89; }
span { border-color: rgb(218,187,137); }
td.TdClassName
{
border-color: #DABB89;
}
.TagClassName
{
border-color: #DABB89;
}
</style>