Shades of Burly Wood #D9BA89
Tints of Burly Wood #D9BA89
RGB
CMYK
RGB Variations
Color information
#D9BA89 (or 0xD9BA89) is known color: Burly Wood. HEX triplet: D9, BA and 89. RGB value is (217,186,137). Sum of RGB (Red+Green+Blue) = 217+186+137=540 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.19% from 540); Green value is 186 (73.05% from 255 or 34.44% from 540); Blue value is 137 (53.91% from 255 or 25.37% from 540); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BA89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9BA89 is #264576. Grayscale: #BDBDBD. Windows color (decimal): -2508151 or 9026265. OLE color: 9026265.
HSL color Cylindrical-coordinate representation of color #D9BA89: hue angle of 36.75º degrees, saturation: 0.51, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D9BA89 is Cyan = 0, Magento = 0.14, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 186 | 137 | - |
| CMYK | 0 | 0.14 | 0.37 | 0.15 |
| HSL | 36.75º | 0.51% | 0.69% | - |
| HSV(B) | 36.75º | 0.37% | 0.85% | - |
| XYZ | 50.69 | 51.68 | 30.97 | - |
| YUV | 189.68 | 98.27 | 147.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 186 | 137 | 0 | 0.14 | 0.37 | 0.15 | 36.75 | 0.51 | 0.69 |
| Hex | D9 | BA | 89 | 0 | E | 25 | F | 25 | 33 | 45 |
| Octal | 331 | 272 | 211 | 0 | 16 | 45 | 17 | 45 | 63 | 105 |
| Binary | 11011001 | 10111010 | 10001001 | 0 | 1110 | 100101 | 1111 | 100101 | 110011 | 1000101 |
Color Harmonies of #D9BA89
Complementary color
Monochromatic Colors of #D9BA89
Black with #D9BA89
Text Example
Text Example
White with #D9BA89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9BA89; }
p { color: rgb(217,186,137); }
H1.HeaderClassName
{
color: #D9BA89;
}
.AnyTagClassName
{
color: #D9BA89;
}
</style>
background-color css
<style>
a { background-color: #D9BA89; }
a { background-color: rgb(217,186,137); }
div.DivClassName
{
background-color: #D9BA89;
}
.BgClassName
{
background-color: #D9BA89;
}
</style>
border-color css
<style>
span { border-color: #D9BA89; }
span { border-color: rgb(217,186,137); }
td.TdClassName
{
border-color: #D9BA89;
}
.TagClassName
{
border-color: #D9BA89;
}
</style>