Shades of Burly Wood #D9BE8E
Tints of Burly Wood #D9BE8E
RGB
CMYK
RGB Variations
Color information
#D9BE8E (or 0xD9BE8E) is known color: Burly Wood. HEX triplet: D9, BE and 8E. RGB value is (217,190,142). Sum of RGB (Red+Green+Blue) = 217+190+142=549 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.53% from 549); Green value is 190 (74.61% from 255 or 34.61% from 549); Blue value is 142 (55.86% from 255 or 25.87% from 549); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BE8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9BE8E is #264171. Grayscale: #C0C0C0. Windows color (decimal): -2507122 or 9354969. OLE color: 9354969.
HSL color Cylindrical-coordinate representation of color #D9BE8E: hue angle of 38.4º 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 #D9BE8E is Cyan = 0, Magento = 0.12, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 190 | 142 | - |
| CMYK | 0 | 0.12 | 0.35 | 0.15 |
| HSL | 38.4º | 0.5% | 0.7% | - |
| HSV(B) | 38.4º | 0.35% | 0.85% | - |
| XYZ | 51.91 | 53.53 | 33.19 | - |
| YUV | 192.6 | 99.45 | 145.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 190 | 142 | 0 | 0.12 | 0.35 | 0.15 | 38.4 | 0.5 | 0.7 |
| Hex | D9 | BE | 8E | 0 | C | 23 | F | 26 | 32 | 46 |
| Octal | 331 | 276 | 216 | 0 | 14 | 43 | 17 | 46 | 62 | 106 |
| Binary | 11011001 | 10111110 | 10001110 | 0 | 1100 | 100011 | 1111 | 100110 | 110010 | 1000110 |
Color Harmonies of #D9BE8E
Complementary color
Monochromatic Colors of #D9BE8E
Black with #D9BE8E
Text Example
Text Example
White with #D9BE8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9BE8E; }
p { color: rgb(217,190,142); }
H1.HeaderClassName
{
color: #D9BE8E;
}
.AnyTagClassName
{
color: #D9BE8E;
}
</style>
background-color css
<style>
a { background-color: #D9BE8E; }
a { background-color: rgb(217,190,142); }
div.DivClassName
{
background-color: #D9BE8E;
}
.BgClassName
{
background-color: #D9BE8E;
}
</style>
border-color css
<style>
span { border-color: #D9BE8E; }
span { border-color: rgb(217,190,142); }
td.TdClassName
{
border-color: #D9BE8E;
}
.TagClassName
{
border-color: #D9BE8E;
}
</style>