Shades of Burly Wood #DBBD8A
Tints of Burly Wood #DBBD8A
RGB
CMYK
RGB Variations
Color information
#DBBD8A (or 0xDBBD8A) is known color: Burly Wood. HEX triplet: DB, BD and 8A. RGB value is (219,189,138). Sum of RGB (Red+Green+Blue) = 219+189+138=546 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.11% from 546); Green value is 189 (74.22% from 255 or 34.62% from 546); Blue value is 138 (54.30% from 255 or 25.27% from 546); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBD8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBBD8A is #244275. Grayscale: #C0C0C0. Windows color (decimal): -2376310 or 9092571. OLE color: 9092571.
HSL color Cylindrical-coordinate representation of color #DBBD8A: hue angle of 37.78º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DBBD8A is Cyan = 0, Magento = 0.14, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 189 | 138 | - |
| CMYK | 0 | 0.14 | 0.37 | 0.14 |
| HSL | 37.78º | 0.53% | 0.7% | - |
| HSV(B) | 37.78º | 0.37% | 0.86% | - |
| XYZ | 52 | 53.29 | 31.59 | - |
| YUV | 192.16 | 97.44 | 147.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 189 | 138 | 0 | 0.14 | 0.37 | 0.14 | 37.78 | 0.53 | 0.7 |
| Hex | DB | BD | 8A | 0 | E | 25 | E | 26 | 35 | 46 |
| Octal | 333 | 275 | 212 | 0 | 16 | 45 | 16 | 46 | 65 | 106 |
| Binary | 11011011 | 10111101 | 10001010 | 0 | 1110 | 100101 | 1110 | 100110 | 110101 | 1000110 |
Color Harmonies of #DBBD8A
Complementary color
Monochromatic Colors of #DBBD8A
Black with #DBBD8A
Text Example
Text Example
White with #DBBD8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBD8A; }
p { color: rgb(219,189,138); }
H1.HeaderClassName
{
color: #DBBD8A;
}
.AnyTagClassName
{
color: #DBBD8A;
}
</style>
background-color css
<style>
a { background-color: #DBBD8A; }
a { background-color: rgb(219,189,138); }
div.DivClassName
{
background-color: #DBBD8A;
}
.BgClassName
{
background-color: #DBBD8A;
}
</style>
border-color css
<style>
span { border-color: #DBBD8A; }
span { border-color: rgb(219,189,138); }
td.TdClassName
{
border-color: #DBBD8A;
}
.TagClassName
{
border-color: #DBBD8A;
}
</style>