Shades of Burly Wood #DBB783
Tints of Burly Wood #DBB783
RGB
CMYK
RGB Variations
Color information
#DBB783 (or 0xDBB783) is known color: Burly Wood. HEX triplet: DB, B7 and 83. RGB value is (219,183,131). Sum of RGB (Red+Green+Blue) = 219+183+131=533 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.09% from 533); Green value is 183 (71.88% from 255 or 34.33% from 533); Blue value is 131 (51.56% from 255 or 24.58% from 533); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB783 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB783 is #24487C. Grayscale: #BCBCBC. Windows color (decimal): -2377853 or 8632283. OLE color: 8632283.
HSL color Cylindrical-coordinate representation of color #DBB783: hue angle of 35.45º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DBB783 is Cyan = 0, Magento = 0.16, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 183 | 131 | - |
| CMYK | 0 | 0.16 | 0.40 | 0.14 |
| HSL | 35.45º | 0.55% | 0.69% | - |
| HSV(B) | 35.45º | 0.4% | 0.86% | - |
| XYZ | 50.24 | 50.57 | 28.58 | - |
| YUV | 187.84 | 95.93 | 150.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 183 | 131 | 0 | 0.16 | 0.40 | 0.14 | 35.45 | 0.55 | 0.69 |
| Hex | DB | B7 | 83 | 0 | 10 | 28 | E | 23 | 37 | 45 |
| Octal | 333 | 267 | 203 | 0 | 20 | 50 | 16 | 43 | 67 | 105 |
| Binary | 11011011 | 10110111 | 10000011 | 0 | 10000 | 101000 | 1110 | 100011 | 110111 | 1000101 |
Color Harmonies of #DBB783
Complementary color
Monochromatic Colors of #DBB783
Black with #DBB783
Text Example
Text Example
White with #DBB783
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB783; }
p { color: rgb(219,183,131); }
H1.HeaderClassName
{
color: #DBB783;
}
.AnyTagClassName
{
color: #DBB783;
}
</style>
background-color css
<style>
a { background-color: #DBB783; }
a { background-color: rgb(219,183,131); }
div.DivClassName
{
background-color: #DBB783;
}
.BgClassName
{
background-color: #DBB783;
}
</style>
border-color css
<style>
span { border-color: #DBB783; }
span { border-color: rgb(219,183,131); }
td.TdClassName
{
border-color: #DBB783;
}
.TagClassName
{
border-color: #DBB783;
}
</style>