Shades of Burly Wood #DAB786
Tints of Burly Wood #DAB786
RGB
CMYK
RGB Variations
Color information
#DAB786 (or 0xDAB786) is known color: Burly Wood. HEX triplet: DA, B7 and 86. RGB value is (218,183,134). Sum of RGB (Red+Green+Blue) = 218+183+134=535 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.75% from 535); Green value is 183 (71.88% from 255 or 34.21% from 535); Blue value is 134 (52.73% from 255 or 25.05% from 535); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB786 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB786 is #254879. Grayscale: #BCBCBC. Windows color (decimal): -2443386 or 8828890. OLE color: 8828890.
HSL color Cylindrical-coordinate representation of color #DAB786: hue angle of 35º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DAB786 is Cyan = 0, Magento = 0.16, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 183 | 134 | - |
| CMYK | 0 | 0.16 | 0.39 | 0.15 |
| HSL | 35º | 0.53% | 0.69% | - |
| HSV(B) | 35º | 0.39% | 0.85% | - |
| XYZ | 50.15 | 50.49 | 29.66 | - |
| YUV | 187.88 | 97.6 | 149.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 183 | 134 | 0 | 0.16 | 0.39 | 0.15 | 35 | 0.53 | 0.69 |
| Hex | DA | B7 | 86 | 0 | 10 | 27 | F | 23 | 35 | 45 |
| Octal | 332 | 267 | 206 | 0 | 20 | 47 | 17 | 43 | 65 | 105 |
| Binary | 11011010 | 10110111 | 10000110 | 0 | 10000 | 100111 | 1111 | 100011 | 110101 | 1000101 |
Color Harmonies of #DAB786
Complementary color
Monochromatic Colors of #DAB786
Black with #DAB786
Text Example
Text Example
White with #DAB786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB786; }
p { color: rgb(218,183,134); }
H1.HeaderClassName
{
color: #DAB786;
}
.AnyTagClassName
{
color: #DAB786;
}
</style>
background-color css
<style>
a { background-color: #DAB786; }
a { background-color: rgb(218,183,134); }
div.DivClassName
{
background-color: #DAB786;
}
.BgClassName
{
background-color: #DAB786;
}
</style>
border-color css
<style>
span { border-color: #DAB786; }
span { border-color: rgb(218,183,134); }
td.TdClassName
{
border-color: #DAB786;
}
.TagClassName
{
border-color: #DAB786;
}
</style>