Shades of Burly Wood #DAB585
Tints of Burly Wood #DAB585
RGB
CMYK
RGB Variations
Color information
#DAB585 (or 0xDAB585) is known color: Burly Wood. HEX triplet: DA, B5 and 85. RGB value is (218,181,133). Sum of RGB (Red+Green+Blue) = 218+181+133=532 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.98% from 532); Green value is 181 (71.09% from 255 or 34.02% from 532); Blue value is 133 (52.34% from 255 or 25% from 532); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB585 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB585 is #254A7A. Grayscale: #BABABA. Windows color (decimal): -2443899 or 8762842. OLE color: 8762842.
HSL color Cylindrical-coordinate representation of color #DAB585: hue angle of 33.88º 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 #DAB585 is Cyan = 0, Magento = 0.17, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 181 | 133 | - |
| CMYK | 0 | 0.17 | 0.39 | 0.15 |
| HSL | 33.88º | 0.53% | 0.69% | - |
| HSV(B) | 33.88º | 0.39% | 0.85% | - |
| XYZ | 49.67 | 49.65 | 29.16 | - |
| YUV | 186.59 | 97.76 | 150.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 181 | 133 | 0 | 0.17 | 0.39 | 0.15 | 33.88 | 0.53 | 0.69 |
| Hex | DA | B5 | 85 | 0 | 11 | 27 | F | 22 | 35 | 45 |
| Octal | 332 | 265 | 205 | 0 | 21 | 47 | 17 | 42 | 65 | 105 |
| Binary | 11011010 | 10110101 | 10000101 | 0 | 10001 | 100111 | 1111 | 100010 | 110101 | 1000101 |
Color Harmonies of #DAB585
Complementary color
Monochromatic Colors of #DAB585
Black with #DAB585
Text Example
Text Example
White with #DAB585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB585; }
p { color: rgb(218,181,133); }
H1.HeaderClassName
{
color: #DAB585;
}
.AnyTagClassName
{
color: #DAB585;
}
</style>
background-color css
<style>
a { background-color: #DAB585; }
a { background-color: rgb(218,181,133); }
div.DivClassName
{
background-color: #DAB585;
}
.BgClassName
{
background-color: #DAB585;
}
</style>
border-color css
<style>
span { border-color: #DAB585; }
span { border-color: rgb(218,181,133); }
td.TdClassName
{
border-color: #DAB585;
}
.TagClassName
{
border-color: #DAB585;
}
</style>