Shades of Burly Wood #DABD8C
Tints of Burly Wood #DABD8C
RGB
CMYK
RGB Variations
Color information
#DABD8C (or 0xDABD8C) is known color: Burly Wood. HEX triplet: DA, BD and 8C. RGB value is (218,189,140). Sum of RGB (Red+Green+Blue) = 218+189+140=547 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.85% from 547); Green value is 189 (74.22% from 255 or 34.55% from 547); Blue value is 140 (55.08% from 255 or 25.59% from 547); Max value from RGB is 218 - color contains mainly: red. Hex color #DABD8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DABD8C is #254273. Grayscale: #C0C0C0. Windows color (decimal): -2441844 or 9223642. OLE color: 9223642.
HSL color Cylindrical-coordinate representation of color #DABD8C: hue angle of 37.69º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DABD8C is Cyan = 0, Magento = 0.13, Yellow = 0.36 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 189 | 140 | - |
| CMYK | 0 | 0.13 | 0.36 | 0.15 |
| HSL | 37.69º | 0.51% | 0.7% | - |
| HSV(B) | 37.69º | 0.36% | 0.85% | - |
| XYZ | 51.84 | 53.19 | 32.35 | - |
| YUV | 192.09 | 98.61 | 146.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 189 | 140 | 0 | 0.13 | 0.36 | 0.15 | 37.69 | 0.51 | 0.7 |
| Hex | DA | BD | 8C | 0 | D | 24 | F | 26 | 33 | 46 |
| Octal | 332 | 275 | 214 | 0 | 15 | 44 | 17 | 46 | 63 | 106 |
| Binary | 11011010 | 10111101 | 10001100 | 0 | 1101 | 100100 | 1111 | 100110 | 110011 | 1000110 |
Color Harmonies of #DABD8C
Complementary color
Monochromatic Colors of #DABD8C
Black with #DABD8C
Text Example
Text Example
White with #DABD8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABD8C; }
p { color: rgb(218,189,140); }
H1.HeaderClassName
{
color: #DABD8C;
}
.AnyTagClassName
{
color: #DABD8C;
}
</style>
background-color css
<style>
a { background-color: #DABD8C; }
a { background-color: rgb(218,189,140); }
div.DivClassName
{
background-color: #DABD8C;
}
.BgClassName
{
background-color: #DABD8C;
}
</style>
border-color css
<style>
span { border-color: #DABD8C; }
span { border-color: rgb(218,189,140); }
td.TdClassName
{
border-color: #DABD8C;
}
.TagClassName
{
border-color: #DABD8C;
}
</style>