Shades of Burly Wood #D9BD8E
Tints of Burly Wood #D9BD8E
RGB
CMYK
RGB Variations
Color information
#D9BD8E (or 0xD9BD8E) is known color: Burly Wood. HEX triplet: D9, BD and 8E. RGB value is (217,189,142). Sum of RGB (Red+Green+Blue) = 217+189+142=548 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.60% from 548); Green value is 189 (74.22% from 255 or 34.49% from 548); Blue value is 142 (55.86% from 255 or 25.91% from 548); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BD8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9BD8E is #264271. Grayscale: #C0C0C0. Windows color (decimal): -2507378 or 9354713. OLE color: 9354713.
HSL color Cylindrical-coordinate representation of color #D9BD8E: hue angle of 37.6º degrees, saturation: 0.5, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D9BD8E is Cyan = 0, Magento = 0.13, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 189 | 142 | - |
| CMYK | 0 | 0.13 | 0.35 | 0.15 |
| HSL | 37.6º | 0.5% | 0.7% | - |
| HSV(B) | 37.6º | 0.35% | 0.85% | - |
| XYZ | 51.7 | 53.1 | 33.12 | - |
| YUV | 192.01 | 99.78 | 145.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 189 | 142 | 0 | 0.13 | 0.35 | 0.15 | 37.6 | 0.5 | 0.7 |
| Hex | D9 | BD | 8E | 0 | D | 23 | F | 26 | 32 | 46 |
| Octal | 331 | 275 | 216 | 0 | 15 | 43 | 17 | 46 | 62 | 106 |
| Binary | 11011001 | 10111101 | 10001110 | 0 | 1101 | 100011 | 1111 | 100110 | 110010 | 1000110 |
Color Harmonies of #D9BD8E
Complementary color
Monochromatic Colors of #D9BD8E
Black with #D9BD8E
Text Example
Text Example
White with #D9BD8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9BD8E; }
p { color: rgb(217,189,142); }
H1.HeaderClassName
{
color: #D9BD8E;
}
.AnyTagClassName
{
color: #D9BD8E;
}
</style>
background-color css
<style>
a { background-color: #D9BD8E; }
a { background-color: rgb(217,189,142); }
div.DivClassName
{
background-color: #D9BD8E;
}
.BgClassName
{
background-color: #D9BD8E;
}
</style>
border-color css
<style>
span { border-color: #D9BD8E; }
span { border-color: rgb(217,189,142); }
td.TdClassName
{
border-color: #D9BD8E;
}
.TagClassName
{
border-color: #D9BD8E;
}
</style>