Shades of Burly Wood #DBB683
Tints of Burly Wood #DBB683
RGB
CMYK
RGB Variations
Color information
#DBB683 (or 0xDBB683) is known color: Burly Wood. HEX triplet: DB, B6 and 83. RGB value is (219,182,131). Sum of RGB (Red+Green+Blue) = 219+182+131=532 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.17% from 532); Green value is 182 (71.48% from 255 or 34.21% from 532); Blue value is 131 (51.56% from 255 or 24.62% from 532); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB683 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB683 is #24497C. Grayscale: #BBBBBB. Windows color (decimal): -2378109 or 8632027. OLE color: 8632027.
HSL color Cylindrical-coordinate representation of color #DBB683: hue angle of 34.77º 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 #DBB683 is Cyan = 0, Magento = 0.17, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 182 | 131 | - |
| CMYK | 0 | 0.17 | 0.40 | 0.14 |
| HSL | 34.77º | 0.55% | 0.69% | - |
| HSV(B) | 34.77º | 0.4% | 0.86% | - |
| XYZ | 50.04 | 50.15 | 28.52 | - |
| YUV | 187.25 | 96.26 | 150.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 182 | 131 | 0 | 0.17 | 0.40 | 0.14 | 34.77 | 0.55 | 0.69 |
| Hex | DB | B6 | 83 | 0 | 11 | 28 | E | 23 | 37 | 45 |
| Octal | 333 | 266 | 203 | 0 | 21 | 50 | 16 | 43 | 67 | 105 |
| Binary | 11011011 | 10110110 | 10000011 | 0 | 10001 | 101000 | 1110 | 100011 | 110111 | 1000101 |
Color Harmonies of #DBB683
Complementary color
Monochromatic Colors of #DBB683
Black with #DBB683
Text Example
Text Example
White with #DBB683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB683; }
p { color: rgb(219,182,131); }
H1.HeaderClassName
{
color: #DBB683;
}
.AnyTagClassName
{
color: #DBB683;
}
</style>
background-color css
<style>
a { background-color: #DBB683; }
a { background-color: rgb(219,182,131); }
div.DivClassName
{
background-color: #DBB683;
}
.BgClassName
{
background-color: #DBB683;
}
</style>
border-color css
<style>
span { border-color: #DBB683; }
span { border-color: rgb(219,182,131); }
td.TdClassName
{
border-color: #DBB683;
}
.TagClassName
{
border-color: #DBB683;
}
</style>