Shades of Burly Wood #DBBE8D
Tints of Burly Wood #DBBE8D
RGB
CMYK
RGB Variations
Color information
#DBBE8D (or 0xDBBE8D) is known color: Burly Wood. HEX triplet: DB, BE and 8D. RGB value is (219,190,141). Sum of RGB (Red+Green+Blue) = 219+190+141=550 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.82% from 550); Green value is 190 (74.61% from 255 or 34.55% from 550); Blue value is 141 (55.47% from 255 or 25.64% from 550); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBE8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBBE8D is #244172. Grayscale: #C1C1C1. Windows color (decimal): -2376051 or 9289435. OLE color: 9289435.
HSL color Cylindrical-coordinate representation of color #DBBE8D: hue angle of 37.69º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DBBE8D is Cyan = 0, Magento = 0.13, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 190 | 141 | - |
| CMYK | 0 | 0.13 | 0.36 | 0.14 |
| HSL | 37.69º | 0.52% | 0.71% | - |
| HSV(B) | 37.69º | 0.36% | 0.86% | - |
| XYZ | 52.43 | 53.81 | 32.82 | - |
| YUV | 193.09 | 98.61 | 146.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 190 | 141 | 0 | 0.13 | 0.36 | 0.14 | 37.69 | 0.52 | 0.71 |
| Hex | DB | BE | 8D | 0 | D | 24 | E | 26 | 34 | 47 |
| Octal | 333 | 276 | 215 | 0 | 15 | 44 | 16 | 46 | 64 | 107 |
| Binary | 11011011 | 10111110 | 10001101 | 0 | 1101 | 100100 | 1110 | 100110 | 110100 | 1000111 |
Color Harmonies of #DBBE8D
Complementary color
Monochromatic Colors of #DBBE8D
Black with #DBBE8D
Text Example
Text Example
White with #DBBE8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBE8D; }
p { color: rgb(219,190,141); }
H1.HeaderClassName
{
color: #DBBE8D;
}
.AnyTagClassName
{
color: #DBBE8D;
}
</style>
background-color css
<style>
a { background-color: #DBBE8D; }
a { background-color: rgb(219,190,141); }
div.DivClassName
{
background-color: #DBBE8D;
}
.BgClassName
{
background-color: #DBBE8D;
}
</style>
border-color css
<style>
span { border-color: #DBBE8D; }
span { border-color: rgb(219,190,141); }
td.TdClassName
{
border-color: #DBBE8D;
}
.TagClassName
{
border-color: #DBBE8D;
}
</style>