Shades of Burly Wood #D9BA87
Tints of Burly Wood #D9BA87
RGB
CMYK
RGB Variations
Color information
#D9BA87 (or 0xD9BA87) is known color: Burly Wood. HEX triplet: D9, BA and 87. RGB value is (217,186,135). Sum of RGB (Red+Green+Blue) = 217+186+135=538 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.33% from 538); Green value is 186 (73.05% from 255 or 34.57% from 538); Blue value is 135 (53.12% from 255 or 25.09% from 538); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BA87 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9BA87 is #264578. Grayscale: #BDBDBD. Windows color (decimal): -2508153 or 8895193. OLE color: 8895193.
HSL color Cylindrical-coordinate representation of color #D9BA87: hue angle of 37.32º degrees, saturation: 0.52, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D9BA87 is Cyan = 0, Magento = 0.14, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 186 | 135 | - |
| CMYK | 0 | 0.14 | 0.38 | 0.15 |
| HSL | 37.32º | 0.52% | 0.69% | - |
| HSV(B) | 37.32º | 0.38% | 0.85% | - |
| XYZ | 50.55 | 51.62 | 30.22 | - |
| YUV | 189.46 | 97.27 | 147.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 186 | 135 | 0 | 0.14 | 0.38 | 0.15 | 37.32 | 0.52 | 0.69 |
| Hex | D9 | BA | 87 | 0 | E | 26 | F | 25 | 34 | 45 |
| Octal | 331 | 272 | 207 | 0 | 16 | 46 | 17 | 45 | 64 | 105 |
| Binary | 11011001 | 10111010 | 10000111 | 0 | 1110 | 100110 | 1111 | 100101 | 110100 | 1000101 |
Color Harmonies of #D9BA87
Complementary color
Monochromatic Colors of #D9BA87
Black with #D9BA87
Text Example
Text Example
White with #D9BA87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9BA87; }
p { color: rgb(217,186,135); }
H1.HeaderClassName
{
color: #D9BA87;
}
.AnyTagClassName
{
color: #D9BA87;
}
</style>
background-color css
<style>
a { background-color: #D9BA87; }
a { background-color: rgb(217,186,135); }
div.DivClassName
{
background-color: #D9BA87;
}
.BgClassName
{
background-color: #D9BA87;
}
</style>
border-color css
<style>
span { border-color: #D9BA87; }
span { border-color: rgb(217,186,135); }
td.TdClassName
{
border-color: #D9BA87;
}
.TagClassName
{
border-color: #D9BA87;
}
</style>