Shades of Burly Wood #D9BE8F
Tints of Burly Wood #D9BE8F
RGB
CMYK
RGB Variations
Color information
#D9BE8F (or 0xD9BE8F) is known color: Burly Wood. HEX triplet: D9, BE and 8F. RGB value is (217,190,143). Sum of RGB (Red+Green+Blue) = 217+190+143=550 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.45% from 550); Green value is 190 (74.61% from 255 or 34.55% from 550); Blue value is 143 (56.25% from 255 or 26% from 550); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BE8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9BE8F is #264170. Grayscale: #C0C0C0. Windows color (decimal): -2507121 or 9420505. OLE color: 9420505.
HSL color Cylindrical-coordinate representation of color #D9BE8F: hue angle of 38.11º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D9BE8F is Cyan = 0, Magento = 0.12, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 190 | 143 | - |
| CMYK | 0 | 0.12 | 0.34 | 0.15 |
| HSL | 38.11º | 0.49% | 0.71% | - |
| HSV(B) | 38.11º | 0.34% | 0.85% | - |
| XYZ | 51.99 | 53.56 | 33.59 | - |
| YUV | 192.72 | 99.95 | 145.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 190 | 143 | 0 | 0.12 | 0.34 | 0.15 | 38.11 | 0.49 | 0.71 |
| Hex | D9 | BE | 8F | 0 | C | 22 | F | 26 | 31 | 47 |
| Octal | 331 | 276 | 217 | 0 | 14 | 42 | 17 | 46 | 61 | 107 |
| Binary | 11011001 | 10111110 | 10001111 | 0 | 1100 | 100010 | 1111 | 100110 | 110001 | 1000111 |
Color Harmonies of #D9BE8F
Complementary color
Monochromatic Colors of #D9BE8F
Black with #D9BE8F
Text Example
Text Example
White with #D9BE8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9BE8F; }
p { color: rgb(217,190,143); }
H1.HeaderClassName
{
color: #D9BE8F;
}
.AnyTagClassName
{
color: #D9BE8F;
}
</style>
background-color css
<style>
a { background-color: #D9BE8F; }
a { background-color: rgb(217,190,143); }
div.DivClassName
{
background-color: #D9BE8F;
}
.BgClassName
{
background-color: #D9BE8F;
}
</style>
border-color css
<style>
span { border-color: #D9BE8F; }
span { border-color: rgb(217,190,143); }
td.TdClassName
{
border-color: #D9BE8F;
}
.TagClassName
{
border-color: #D9BE8F;
}
</style>