Shades of Burly Wood #DABB8A
Tints of Burly Wood #DABB8A
RGB
CMYK
RGB Variations
Color information
#DABB8A (or 0xDABB8A) is known color: Burly Wood. HEX triplet: DA, BB and 8A. RGB value is (218,187,138). Sum of RGB (Red+Green+Blue) = 218+187+138=543 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.15% from 543); Green value is 187 (73.44% from 255 or 34.44% from 543); Blue value is 138 (54.30% from 255 or 25.41% from 543); Max value from RGB is 218 - color contains mainly: red. Hex color #DABB8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DABB8A is #254475. Grayscale: #BEBEBE. Windows color (decimal): -2442358 or 9092058. OLE color: 9092058.
HSL color Cylindrical-coordinate representation of color #DABB8A: hue angle of 36.75º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DABB8A is Cyan = 0, Magento = 0.14, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 187 | 138 | - |
| CMYK | 0 | 0.14 | 0.37 | 0.15 |
| HSL | 36.75º | 0.52% | 0.7% | - |
| HSV(B) | 36.75º | 0.37% | 0.85% | - |
| XYZ | 51.27 | 52.28 | 31.43 | - |
| YUV | 190.68 | 98.27 | 147.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 187 | 138 | 0 | 0.14 | 0.37 | 0.15 | 36.75 | 0.52 | 0.7 |
| Hex | DA | BB | 8A | 0 | E | 25 | F | 25 | 34 | 46 |
| Octal | 332 | 273 | 212 | 0 | 16 | 45 | 17 | 45 | 64 | 106 |
| Binary | 11011010 | 10111011 | 10001010 | 0 | 1110 | 100101 | 1111 | 100101 | 110100 | 1000110 |
Color Harmonies of #DABB8A
Complementary color
Monochromatic Colors of #DABB8A
Black with #DABB8A
Text Example
Text Example
White with #DABB8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABB8A; }
p { color: rgb(218,187,138); }
H1.HeaderClassName
{
color: #DABB8A;
}
.AnyTagClassName
{
color: #DABB8A;
}
</style>
background-color css
<style>
a { background-color: #DABB8A; }
a { background-color: rgb(218,187,138); }
div.DivClassName
{
background-color: #DABB8A;
}
.BgClassName
{
background-color: #DABB8A;
}
</style>
border-color css
<style>
span { border-color: #DABB8A; }
span { border-color: rgb(218,187,138); }
td.TdClassName
{
border-color: #DABB8A;
}
.TagClassName
{
border-color: #DABB8A;
}
</style>