Shades of Burly Wood #DAB581
Tints of Burly Wood #DAB581
RGB
CMYK
RGB Variations
Color information
#DAB581 (or 0xDAB581) is known color: Burly Wood. HEX triplet: DA, B5 and 81. RGB value is (218,181,129). Sum of RGB (Red+Green+Blue) = 218+181+129=528 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.29% from 528); Green value is 181 (71.09% from 255 or 34.28% from 528); Blue value is 129 (50.78% from 255 or 24.43% from 528); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB581 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB581 is #254A7E. Grayscale: #BABABA. Windows color (decimal): -2443903 or 8500698. OLE color: 8500698.
HSL color Cylindrical-coordinate representation of color #DAB581: hue angle of 35.06º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DAB581 is Cyan = 0, Magento = 0.17, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 181 | 129 | - |
| CMYK | 0 | 0.17 | 0.41 | 0.15 |
| HSL | 35.06º | 0.55% | 0.68% | - |
| HSV(B) | 35.06º | 0.41% | 0.85% | - |
| XYZ | 49.4 | 49.54 | 27.73 | - |
| YUV | 186.14 | 95.76 | 150.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 181 | 129 | 0 | 0.17 | 0.41 | 0.15 | 35.06 | 0.55 | 0.68 |
| Hex | DA | B5 | 81 | 0 | 11 | 29 | F | 23 | 37 | 44 |
| Octal | 332 | 265 | 201 | 0 | 21 | 51 | 17 | 43 | 67 | 104 |
| Binary | 11011010 | 10110101 | 10000001 | 0 | 10001 | 101001 | 1111 | 100011 | 110111 | 1000100 |
Color Harmonies of #DAB581
Complementary color
Monochromatic Colors of #DAB581
Black with #DAB581
Text Example
Text Example
White with #DAB581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB581; }
p { color: rgb(218,181,129); }
H1.HeaderClassName
{
color: #DAB581;
}
.AnyTagClassName
{
color: #DAB581;
}
</style>
background-color css
<style>
a { background-color: #DAB581; }
a { background-color: rgb(218,181,129); }
div.DivClassName
{
background-color: #DAB581;
}
.BgClassName
{
background-color: #DAB581;
}
</style>
border-color css
<style>
span { border-color: #DAB581; }
span { border-color: rgb(218,181,129); }
td.TdClassName
{
border-color: #DAB581;
}
.TagClassName
{
border-color: #DAB581;
}
</style>