Shades of Burly Wood #D8B886
Tints of Burly Wood #D8B886
RGB
CMYK
RGB Variations
Color information
#D8B886 (or 0xD8B886) is known color: Burly Wood. HEX triplet: D8, B8 and 86. RGB value is (216,184,134). Sum of RGB (Red+Green+Blue) = 216+184+134=534 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.45% from 534); Green value is 184 (72.27% from 255 or 34.46% from 534); Blue value is 134 (52.73% from 255 or 25.09% from 534); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B886 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8B886 is #274779. Grayscale: #BCBCBC. Windows color (decimal): -2574202 or 8829144. OLE color: 8829144.
HSL color Cylindrical-coordinate representation of color #D8B886: hue angle of 36.59º degrees, saturation: 0.51, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D8B886 is Cyan = 0, Magento = 0.15, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 184 | 134 | - |
| CMYK | 0 | 0.15 | 0.38 | 0.15 |
| HSL | 36.59º | 0.51% | 0.69% | - |
| HSV(B) | 36.59º | 0.38% | 0.85% | - |
| XYZ | 49.76 | 50.6 | 29.7 | - |
| YUV | 187.87 | 97.6 | 148.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 184 | 134 | 0 | 0.15 | 0.38 | 0.15 | 36.59 | 0.51 | 0.69 |
| Hex | D8 | B8 | 86 | 0 | F | 26 | F | 25 | 33 | 45 |
| Octal | 330 | 270 | 206 | 0 | 17 | 46 | 17 | 45 | 63 | 105 |
| Binary | 11011000 | 10111000 | 10000110 | 0 | 1111 | 100110 | 1111 | 100101 | 110011 | 1000101 |
Color Harmonies of #D8B886
Complementary color
Monochromatic Colors of #D8B886
Black with #D8B886
Text Example
Text Example
White with #D8B886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8B886; }
p { color: rgb(216,184,134); }
H1.HeaderClassName
{
color: #D8B886;
}
.AnyTagClassName
{
color: #D8B886;
}
</style>
background-color css
<style>
a { background-color: #D8B886; }
a { background-color: rgb(216,184,134); }
div.DivClassName
{
background-color: #D8B886;
}
.BgClassName
{
background-color: #D8B886;
}
</style>
border-color css
<style>
span { border-color: #D8B886; }
span { border-color: rgb(216,184,134); }
td.TdClassName
{
border-color: #D8B886;
}
.TagClassName
{
border-color: #D8B886;
}
</style>