Shades of Burly Wood #D8BB8A
Tints of Burly Wood #D8BB8A
RGB
CMYK
RGB Variations
Color information
#D8BB8A (or 0xD8BB8A) is known color: Burly Wood. HEX triplet: D8, BB and 8A. RGB value is (216,187,138). Sum of RGB (Red+Green+Blue) = 216+187+138=541 (71% of max value = 765). Red value is 216 (84.77% from 255 or 39.93% from 541); Green value is 187 (73.44% from 255 or 34.57% from 541); Blue value is 138 (54.30% from 255 or 25.51% from 541); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BB8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8BB8A is #274475. Grayscale: #BEBEBE. Windows color (decimal): -2573430 or 9092056. OLE color: 9092056.
HSL color Cylindrical-coordinate representation of color #D8BB8A: hue angle of 37.69º degrees, saturation: 0.5, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D8BB8A is Cyan = 0, Magento = 0.13, Yellow = 0.36 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 187 | 138 | - |
| CMYK | 0 | 0.13 | 0.36 | 0.15 |
| HSL | 37.69º | 0.5% | 0.69% | - |
| HSV(B) | 37.69º | 0.36% | 0.85% | - |
| XYZ | 50.68 | 51.97 | 31.41 | - |
| YUV | 190.09 | 98.61 | 146.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 187 | 138 | 0 | 0.13 | 0.36 | 0.15 | 37.69 | 0.5 | 0.69 |
| Hex | D8 | BB | 8A | 0 | D | 24 | F | 26 | 32 | 45 |
| Octal | 330 | 273 | 212 | 0 | 15 | 44 | 17 | 46 | 62 | 105 |
| Binary | 11011000 | 10111011 | 10001010 | 0 | 1101 | 100100 | 1111 | 100110 | 110010 | 1000101 |
Color Harmonies of #D8BB8A
Complementary color
Monochromatic Colors of #D8BB8A
Black with #D8BB8A
Text Example
Text Example
White with #D8BB8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8BB8A; }
p { color: rgb(216,187,138); }
H1.HeaderClassName
{
color: #D8BB8A;
}
.AnyTagClassName
{
color: #D8BB8A;
}
</style>
background-color css
<style>
a { background-color: #D8BB8A; }
a { background-color: rgb(216,187,138); }
div.DivClassName
{
background-color: #D8BB8A;
}
.BgClassName
{
background-color: #D8BB8A;
}
</style>
border-color css
<style>
span { border-color: #D8BB8A; }
span { border-color: rgb(216,187,138); }
td.TdClassName
{
border-color: #D8BB8A;
}
.TagClassName
{
border-color: #D8BB8A;
}
</style>