Shades of Burly Wood #D7B888
Tints of Burly Wood #D7B888
RGB
CMYK
RGB Variations
Color information
#D7B888 (or 0xD7B888) is known color: Burly Wood. HEX triplet: D7, B8 and 88. RGB value is (215,184,136). Sum of RGB (Red+Green+Blue) = 215+184+136=535 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.19% from 535); Green value is 184 (72.27% from 255 or 34.39% from 535); Blue value is 136 (53.52% from 255 or 25.42% from 535); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B888 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7B888 is #284777. Grayscale: #BCBCBC. Windows color (decimal): -2639736 or 8960215. OLE color: 8960215.
HSL color Cylindrical-coordinate representation of color #D7B888: hue angle of 36.46º degrees, saturation: 0.5, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D7B888 is Cyan = 0, Magento = 0.14, Yellow = 0.37 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 184 | 136 | - |
| CMYK | 0 | 0.14 | 0.37 | 0.16 |
| HSL | 36.46º | 0.5% | 0.69% | - |
| HSV(B) | 36.46º | 0.37% | 0.84% | - |
| XYZ | 49.61 | 50.51 | 30.43 | - |
| YUV | 187.8 | 98.77 | 147.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 184 | 136 | 0 | 0.14 | 0.37 | 0.16 | 36.46 | 0.5 | 0.69 |
| Hex | D7 | B8 | 88 | 0 | E | 25 | 10 | 24 | 32 | 45 |
| Octal | 327 | 270 | 210 | 0 | 16 | 45 | 20 | 44 | 62 | 105 |
| Binary | 11010111 | 10111000 | 10001000 | 0 | 1110 | 100101 | 10000 | 100100 | 110010 | 1000101 |
Color Harmonies of #D7B888
Complementary color
Monochromatic Colors of #D7B888
Black with #D7B888
Text Example
Text Example
White with #D7B888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7B888; }
p { color: rgb(215,184,136); }
H1.HeaderClassName
{
color: #D7B888;
}
.AnyTagClassName
{
color: #D7B888;
}
</style>
background-color css
<style>
a { background-color: #D7B888; }
a { background-color: rgb(215,184,136); }
div.DivClassName
{
background-color: #D7B888;
}
.BgClassName
{
background-color: #D7B888;
}
</style>
border-color css
<style>
span { border-color: #D7B888; }
span { border-color: rgb(215,184,136); }
td.TdClassName
{
border-color: #D7B888;
}
.TagClassName
{
border-color: #D7B888;
}
</style>