Shades of Burly Wood #DABB8C
Tints of Burly Wood #DABB8C
RGB
CMYK
RGB Variations
Color information
#DABB8C (or 0xDABB8C) is known color: Burly Wood. HEX triplet: DA, BB and 8C. RGB value is (218,187,140). Sum of RGB (Red+Green+Blue) = 218+187+140=545 (72% of max value = 765). Red value is 218 (85.55% from 255 or 40% from 545); Green value is 187 (73.44% from 255 or 34.31% from 545); Blue value is 140 (55.08% from 255 or 25.69% from 545); Max value from RGB is 218 - color contains mainly: red. Hex color #DABB8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DABB8C is #254473. Grayscale: #BFBFBF. Windows color (decimal): -2442356 or 9223130. OLE color: 9223130.
HSL color Cylindrical-coordinate representation of color #DABB8C: hue angle of 36.15º 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 #DABB8C is Cyan = 0, Magento = 0.14, Yellow = 0.36 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 187 | 140 | - |
| CMYK | 0 | 0.14 | 0.36 | 0.15 |
| HSL | 36.15º | 0.51% | 0.7% | - |
| HSV(B) | 36.15º | 0.36% | 0.85% | - |
| XYZ | 51.42 | 52.34 | 32.2 | - |
| YUV | 190.91 | 99.27 | 147.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 187 | 140 | 0 | 0.14 | 0.36 | 0.15 | 36.15 | 0.51 | 0.7 |
| Hex | DA | BB | 8C | 0 | E | 24 | F | 24 | 33 | 46 |
| Octal | 332 | 273 | 214 | 0 | 16 | 44 | 17 | 44 | 63 | 106 |
| Binary | 11011010 | 10111011 | 10001100 | 0 | 1110 | 100100 | 1111 | 100100 | 110011 | 1000110 |
Color Harmonies of #DABB8C
Complementary color
Monochromatic Colors of #DABB8C
Black with #DABB8C
Text Example
Text Example
White with #DABB8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABB8C; }
p { color: rgb(218,187,140); }
H1.HeaderClassName
{
color: #DABB8C;
}
.AnyTagClassName
{
color: #DABB8C;
}
</style>
background-color css
<style>
a { background-color: #DABB8C; }
a { background-color: rgb(218,187,140); }
div.DivClassName
{
background-color: #DABB8C;
}
.BgClassName
{
background-color: #DABB8C;
}
</style>
border-color css
<style>
span { border-color: #DABB8C; }
span { border-color: rgb(218,187,140); }
td.TdClassName
{
border-color: #DABB8C;
}
.TagClassName
{
border-color: #DABB8C;
}
</style>