Shades of Burly Wood #DBBD8E
Tints of Burly Wood #DBBD8E
RGB
CMYK
RGB Variations
Color information
#DBBD8E (or 0xDBBD8E) is known color: Burly Wood. HEX triplet: DB, BD and 8E. RGB value is (219,189,142). Sum of RGB (Red+Green+Blue) = 219+189+142=550 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.82% from 550); Green value is 189 (74.22% from 255 or 34.36% from 550); Blue value is 142 (55.86% from 255 or 25.82% from 550); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBD8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBBD8E is #244271. Grayscale: #C0C0C0. Windows color (decimal): -2376306 or 9354715. OLE color: 9354715.
HSL color Cylindrical-coordinate representation of color #DBBD8E: hue angle of 36.62º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DBBD8E is Cyan = 0, Magento = 0.14, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 189 | 142 | - |
| CMYK | 0 | 0.14 | 0.35 | 0.14 |
| HSL | 36.62º | 0.52% | 0.71% | - |
| HSV(B) | 36.62º | 0.35% | 0.86% | - |
| XYZ | 52.29 | 53.41 | 33.14 | - |
| YUV | 192.61 | 99.44 | 146.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 189 | 142 | 0 | 0.14 | 0.35 | 0.14 | 36.62 | 0.52 | 0.71 |
| Hex | DB | BD | 8E | 0 | E | 23 | E | 25 | 34 | 47 |
| Octal | 333 | 275 | 216 | 0 | 16 | 43 | 16 | 45 | 64 | 107 |
| Binary | 11011011 | 10111101 | 10001110 | 0 | 1110 | 100011 | 1110 | 100101 | 110100 | 1000111 |
Color Harmonies of #DBBD8E
Complementary color
Monochromatic Colors of #DBBD8E
Black with #DBBD8E
Text Example
Text Example
White with #DBBD8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBD8E; }
p { color: rgb(219,189,142); }
H1.HeaderClassName
{
color: #DBBD8E;
}
.AnyTagClassName
{
color: #DBBD8E;
}
</style>
background-color css
<style>
a { background-color: #DBBD8E; }
a { background-color: rgb(219,189,142); }
div.DivClassName
{
background-color: #DBBD8E;
}
.BgClassName
{
background-color: #DBBD8E;
}
</style>
border-color css
<style>
span { border-color: #DBBD8E; }
span { border-color: rgb(219,189,142); }
td.TdClassName
{
border-color: #DBBD8E;
}
.TagClassName
{
border-color: #DBBD8E;
}
</style>