Shades of Burly Wood #DCB682
Tints of Burly Wood #DCB682
RGB
CMYK
RGB Variations
Color information
#DCB682 (or 0xDCB682) is known color: Burly Wood. HEX triplet: DC, B6 and 82. RGB value is (220,182,130). Sum of RGB (Red+Green+Blue) = 220+182+130=532 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.35% from 532); Green value is 182 (71.48% from 255 or 34.21% from 532); Blue value is 130 (51.17% from 255 or 24.44% from 532); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB682 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB682 is #23497D. Grayscale: #BBBBBB. Windows color (decimal): -2312574 or 8566492. OLE color: 8566492.
HSL color Cylindrical-coordinate representation of color #DCB682: hue angle of 34.67º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DCB682 is Cyan = 0, Magento = 0.17, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 182 | 130 | - |
| CMYK | 0 | 0.17 | 0.41 | 0.14 |
| HSL | 34.67º | 0.56% | 0.69% | - |
| HSV(B) | 34.67º | 0.41% | 0.86% | - |
| XYZ | 50.27 | 50.28 | 28.18 | - |
| YUV | 187.43 | 95.59 | 151.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 182 | 130 | 0 | 0.17 | 0.41 | 0.14 | 34.67 | 0.56 | 0.69 |
| Hex | DC | B6 | 82 | 0 | 11 | 29 | E | 23 | 38 | 45 |
| Octal | 334 | 266 | 202 | 0 | 21 | 51 | 16 | 43 | 70 | 105 |
| Binary | 11011100 | 10110110 | 10000010 | 0 | 10001 | 101001 | 1110 | 100011 | 111000 | 1000101 |
Color Harmonies of #DCB682
Complementary color
Monochromatic Colors of #DCB682
Black with #DCB682
Text Example
Text Example
White with #DCB682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB682; }
p { color: rgb(220,182,130); }
H1.HeaderClassName
{
color: #DCB682;
}
.AnyTagClassName
{
color: #DCB682;
}
</style>
background-color css
<style>
a { background-color: #DCB682; }
a { background-color: rgb(220,182,130); }
div.DivClassName
{
background-color: #DCB682;
}
.BgClassName
{
background-color: #DCB682;
}
</style>
border-color css
<style>
span { border-color: #DCB682; }
span { border-color: rgb(220,182,130); }
td.TdClassName
{
border-color: #DCB682;
}
.TagClassName
{
border-color: #DCB682;
}
</style>