Shades of Burly Wood #DBB781
Tints of Burly Wood #DBB781
RGB
CMYK
RGB Variations
Color information
#DBB781 (or 0xDBB781) is known color: Burly Wood. HEX triplet: DB, B7 and 81. RGB value is (219,183,129). Sum of RGB (Red+Green+Blue) = 219+183+129=531 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.24% from 531); Green value is 183 (71.88% from 255 or 34.46% from 531); Blue value is 129 (50.78% from 255 or 24.29% from 531); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB781 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB781 is #24487E. Grayscale: #BBBBBB. Windows color (decimal): -2377855 or 8501211. OLE color: 8501211.
HSL color Cylindrical-coordinate representation of color #DBB781: hue angle of 36º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DBB781 is Cyan = 0, Magento = 0.16, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 183 | 129 | - |
| CMYK | 0 | 0.16 | 0.41 | 0.14 |
| HSL | 36º | 0.56% | 0.68% | - |
| HSV(B) | 36º | 0.41% | 0.86% | - |
| XYZ | 50.11 | 50.51 | 27.88 | - |
| YUV | 187.61 | 94.93 | 150.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 183 | 129 | 0 | 0.16 | 0.41 | 0.14 | 36 | 0.56 | 0.68 |
| Hex | DB | B7 | 81 | 0 | 10 | 29 | E | 24 | 38 | 44 |
| Octal | 333 | 267 | 201 | 0 | 20 | 51 | 16 | 44 | 70 | 104 |
| Binary | 11011011 | 10110111 | 10000001 | 0 | 10000 | 101001 | 1110 | 100100 | 111000 | 1000100 |
Color Harmonies of #DBB781
Complementary color
Monochromatic Colors of #DBB781
Black with #DBB781
Text Example
Text Example
White with #DBB781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB781; }
p { color: rgb(219,183,129); }
H1.HeaderClassName
{
color: #DBB781;
}
.AnyTagClassName
{
color: #DBB781;
}
</style>
background-color css
<style>
a { background-color: #DBB781; }
a { background-color: rgb(219,183,129); }
div.DivClassName
{
background-color: #DBB781;
}
.BgClassName
{
background-color: #DBB781;
}
</style>
border-color css
<style>
span { border-color: #DBB781; }
span { border-color: rgb(219,183,129); }
td.TdClassName
{
border-color: #DBB781;
}
.TagClassName
{
border-color: #DBB781;
}
</style>