Shades of Burly Wood #D9BC8D
Tints of Burly Wood #D9BC8D
RGB
CMYK
RGB Variations
Color information
#D9BC8D (or 0xD9BC8D) is known color: Burly Wood. HEX triplet: D9, BC and 8D. RGB value is (217,188,141). Sum of RGB (Red+Green+Blue) = 217+188+141=546 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.74% from 546); Green value is 188 (73.83% from 255 or 34.43% from 546); Blue value is 141 (55.47% from 255 or 25.82% from 546); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BC8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9BC8D is #264372. Grayscale: #BFBFBF. Windows color (decimal): -2507635 or 9288921. OLE color: 9288921.
HSL color Cylindrical-coordinate representation of color #D9BC8D: hue angle of 37.11º 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 #D9BC8D is Cyan = 0, Magento = 0.13, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 188 | 141 | - |
| CMYK | 0 | 0.13 | 0.35 | 0.15 |
| HSL | 37.11º | 0.5% | 0.7% | - |
| HSV(B) | 37.11º | 0.35% | 0.85% | - |
| XYZ | 51.41 | 52.64 | 32.65 | - |
| YUV | 191.31 | 99.61 | 146.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 188 | 141 | 0 | 0.13 | 0.35 | 0.15 | 37.11 | 0.5 | 0.7 |
| Hex | D9 | BC | 8D | 0 | D | 23 | F | 25 | 32 | 46 |
| Octal | 331 | 274 | 215 | 0 | 15 | 43 | 17 | 45 | 62 | 106 |
| Binary | 11011001 | 10111100 | 10001101 | 0 | 1101 | 100011 | 1111 | 100101 | 110010 | 1000110 |
Color Harmonies of #D9BC8D
Complementary color
Monochromatic Colors of #D9BC8D
Black with #D9BC8D
Text Example
Text Example
White with #D9BC8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9BC8D; }
p { color: rgb(217,188,141); }
H1.HeaderClassName
{
color: #D9BC8D;
}
.AnyTagClassName
{
color: #D9BC8D;
}
</style>
background-color css
<style>
a { background-color: #D9BC8D; }
a { background-color: rgb(217,188,141); }
div.DivClassName
{
background-color: #D9BC8D;
}
.BgClassName
{
background-color: #D9BC8D;
}
</style>
border-color css
<style>
span { border-color: #D9BC8D; }
span { border-color: rgb(217,188,141); }
td.TdClassName
{
border-color: #D9BC8D;
}
.TagClassName
{
border-color: #D9BC8D;
}
</style>