Shades of Burly Wood #D7B787
Tints of Burly Wood #D7B787
RGB
CMYK
RGB Variations
Color information
#D7B787 (or 0xD7B787) is known color: Burly Wood. HEX triplet: D7, B7 and 87. RGB value is (215,183,135). Sum of RGB (Red+Green+Blue) = 215+183+135=533 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.34% from 533); Green value is 183 (71.88% from 255 or 34.33% from 533); Blue value is 135 (53.12% from 255 or 25.33% from 533); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B787 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7B787 is #284878. Grayscale: #BBBBBB. Windows color (decimal): -2639993 or 8894423. OLE color: 8894423.
HSL color Cylindrical-coordinate representation of color #D7B787: hue angle of 36º 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 #D7B787 is Cyan = 0, Magento = 0.15, Yellow = 0.37 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 183 | 135 | - |
| CMYK | 0 | 0.15 | 0.37 | 0.16 |
| HSL | 36º | 0.5% | 0.69% | - |
| HSV(B) | 36º | 0.37% | 0.84% | - |
| XYZ | 49.33 | 50.06 | 29.98 | - |
| YUV | 187.1 | 98.6 | 147.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 183 | 135 | 0 | 0.15 | 0.37 | 0.16 | 36 | 0.5 | 0.69 |
| Hex | D7 | B7 | 87 | 0 | F | 25 | 10 | 24 | 32 | 45 |
| Octal | 327 | 267 | 207 | 0 | 17 | 45 | 20 | 44 | 62 | 105 |
| Binary | 11010111 | 10110111 | 10000111 | 0 | 1111 | 100101 | 10000 | 100100 | 110010 | 1000101 |
Color Harmonies of #D7B787
Complementary color
Monochromatic Colors of #D7B787
Black with #D7B787
Text Example
Text Example
White with #D7B787
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7B787; }
p { color: rgb(215,183,135); }
H1.HeaderClassName
{
color: #D7B787;
}
.AnyTagClassName
{
color: #D7B787;
}
</style>
background-color css
<style>
a { background-color: #D7B787; }
a { background-color: rgb(215,183,135); }
div.DivClassName
{
background-color: #D7B787;
}
.BgClassName
{
background-color: #D7B787;
}
</style>
border-color css
<style>
span { border-color: #D7B787; }
span { border-color: rgb(215,183,135); }
td.TdClassName
{
border-color: #D7B787;
}
.TagClassName
{
border-color: #D7B787;
}
</style>