Shades of Burly Wood #DABD8D
Tints of Burly Wood #DABD8D
RGB
CMYK
RGB Variations
Color information
#DABD8D (or 0xDABD8D) is known color: Burly Wood. HEX triplet: DA, BD and 8D. RGB value is (218,189,141). Sum of RGB (Red+Green+Blue) = 218+189+141=548 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.78% from 548); Green value is 189 (74.22% from 255 or 34.49% from 548); Blue value is 141 (55.47% from 255 or 25.73% from 548); Max value from RGB is 218 - color contains mainly: red. Hex color #DABD8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DABD8D is #254272. Grayscale: #C0C0C0. Windows color (decimal): -2441843 or 9289178. OLE color: 9289178.
HSL color Cylindrical-coordinate representation of color #DABD8D: hue angle of 37.4º 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 #DABD8D is Cyan = 0, Magento = 0.13, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 189 | 141 | - |
| CMYK | 0 | 0.13 | 0.35 | 0.15 |
| HSL | 37.4º | 0.51% | 0.7% | - |
| HSV(B) | 37.4º | 0.35% | 0.85% | - |
| XYZ | 51.92 | 53.22 | 32.74 | - |
| YUV | 192.2 | 99.11 | 146.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 189 | 141 | 0 | 0.13 | 0.35 | 0.15 | 37.4 | 0.51 | 0.7 |
| Hex | DA | BD | 8D | 0 | D | 23 | F | 25 | 33 | 46 |
| Octal | 332 | 275 | 215 | 0 | 15 | 43 | 17 | 45 | 63 | 106 |
| Binary | 11011010 | 10111101 | 10001101 | 0 | 1101 | 100011 | 1111 | 100101 | 110011 | 1000110 |
Color Harmonies of #DABD8D
Complementary color
Monochromatic Colors of #DABD8D
Black with #DABD8D
Text Example
Text Example
White with #DABD8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABD8D; }
p { color: rgb(218,189,141); }
H1.HeaderClassName
{
color: #DABD8D;
}
.AnyTagClassName
{
color: #DABD8D;
}
</style>
background-color css
<style>
a { background-color: #DABD8D; }
a { background-color: rgb(218,189,141); }
div.DivClassName
{
background-color: #DABD8D;
}
.BgClassName
{
background-color: #DABD8D;
}
</style>
border-color css
<style>
span { border-color: #DABD8D; }
span { border-color: rgb(218,189,141); }
td.TdClassName
{
border-color: #DABD8D;
}
.TagClassName
{
border-color: #DABD8D;
}
</style>