Shades of Burly Wood #DAB582
Tints of Burly Wood #DAB582
RGB
CMYK
RGB Variations
Color information
#DAB582 (or 0xDAB582) is known color: Burly Wood. HEX triplet: DA, B5 and 82. RGB value is (218,181,130). Sum of RGB (Red+Green+Blue) = 218+181+130=529 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.21% from 529); Green value is 181 (71.09% from 255 or 34.22% from 529); Blue value is 130 (51.17% from 255 or 24.57% from 529); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB582 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB582 is #254A7D. Grayscale: #BABABA. Windows color (decimal): -2443902 or 8566234. OLE color: 8566234.
HSL color Cylindrical-coordinate representation of color #DAB582: hue angle of 34.77º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DAB582 is Cyan = 0, Magento = 0.17, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 181 | 130 | - |
| CMYK | 0 | 0.17 | 0.40 | 0.15 |
| HSL | 34.77º | 0.54% | 0.68% | - |
| HSV(B) | 34.77º | 0.4% | 0.85% | - |
| XYZ | 49.47 | 49.56 | 28.08 | - |
| YUV | 186.25 | 96.26 | 150.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 181 | 130 | 0 | 0.17 | 0.40 | 0.15 | 34.77 | 0.54 | 0.68 |
| Hex | DA | B5 | 82 | 0 | 11 | 28 | F | 23 | 36 | 44 |
| Octal | 332 | 265 | 202 | 0 | 21 | 50 | 17 | 43 | 66 | 104 |
| Binary | 11011010 | 10110101 | 10000010 | 0 | 10001 | 101000 | 1111 | 100011 | 110110 | 1000100 |
Color Harmonies of #DAB582
Complementary color
Monochromatic Colors of #DAB582
Black with #DAB582
Text Example
Text Example
White with #DAB582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB582; }
p { color: rgb(218,181,130); }
H1.HeaderClassName
{
color: #DAB582;
}
.AnyTagClassName
{
color: #DAB582;
}
</style>
background-color css
<style>
a { background-color: #DAB582; }
a { background-color: rgb(218,181,130); }
div.DivClassName
{
background-color: #DAB582;
}
.BgClassName
{
background-color: #DAB582;
}
</style>
border-color css
<style>
span { border-color: #DAB582; }
span { border-color: rgb(218,181,130); }
td.TdClassName
{
border-color: #DAB582;
}
.TagClassName
{
border-color: #DAB582;
}
</style>