Shades of Burly Wood #DABC8D
Tints of Burly Wood #DABC8D
RGB
CMYK
RGB Variations
Color information
#DABC8D (or 0xDABC8D) is known color: Burly Wood. HEX triplet: DA, BC and 8D. RGB value is (218,188,141). Sum of RGB (Red+Green+Blue) = 218+188+141=547 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.85% from 547); Green value is 188 (73.83% from 255 or 34.37% from 547); Blue value is 141 (55.47% from 255 or 25.78% from 547); Max value from RGB is 218 - color contains mainly: red. Hex color #DABC8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DABC8D is #254372. Grayscale: #BFBFBF. Windows color (decimal): -2442099 or 9288922. OLE color: 9288922.
HSL color Cylindrical-coordinate representation of color #DABC8D: hue angle of 36.62º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DABC8D is Cyan = 0, Magento = 0.14, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 188 | 141 | - |
| CMYK | 0 | 0.14 | 0.35 | 0.15 |
| HSL | 36.62º | 0.51% | 0.7% | - |
| HSV(B) | 36.62º | 0.35% | 0.85% | - |
| XYZ | 51.7 | 52.79 | 32.66 | - |
| YUV | 191.61 | 99.44 | 146.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 188 | 141 | 0 | 0.14 | 0.35 | 0.15 | 36.62 | 0.51 | 0.7 |
| Hex | DA | BC | 8D | 0 | E | 23 | F | 25 | 33 | 46 |
| Octal | 332 | 274 | 215 | 0 | 16 | 43 | 17 | 45 | 63 | 106 |
| Binary | 11011010 | 10111100 | 10001101 | 0 | 1110 | 100011 | 1111 | 100101 | 110011 | 1000110 |
Color Harmonies of #DABC8D
Complementary color
Monochromatic Colors of #DABC8D
Black with #DABC8D
Text Example
Text Example
White with #DABC8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABC8D; }
p { color: rgb(218,188,141); }
H1.HeaderClassName
{
color: #DABC8D;
}
.AnyTagClassName
{
color: #DABC8D;
}
</style>
background-color css
<style>
a { background-color: #DABC8D; }
a { background-color: rgb(218,188,141); }
div.DivClassName
{
background-color: #DABC8D;
}
.BgClassName
{
background-color: #DABC8D;
}
</style>
border-color css
<style>
span { border-color: #DABC8D; }
span { border-color: rgb(218,188,141); }
td.TdClassName
{
border-color: #DABC8D;
}
.TagClassName
{
border-color: #DABC8D;
}
</style>