Shades of Burly Wood #DCB982
Tints of Burly Wood #DCB982
RGB
CMYK
RGB Variations
Color information
#DCB982 (or 0xDCB982) is known color: Burly Wood. HEX triplet: DC, B9 and 82. RGB value is (220,185,130). Sum of RGB (Red+Green+Blue) = 220+185+130=535 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.12% from 535); Green value is 185 (72.66% from 255 or 34.58% from 535); Blue value is 130 (51.17% from 255 or 24.30% from 535); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB982 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB982 is #23467D. Grayscale: #BDBDBD. Windows color (decimal): -2311806 or 8567260. OLE color: 8567260.
HSL color Cylindrical-coordinate representation of color #DCB982: hue angle of 36.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 #DCB982 is Cyan = 0, Magento = 0.16, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 185 | 130 | - |
| CMYK | 0 | 0.16 | 0.41 | 0.14 |
| HSL | 36.67º | 0.56% | 0.69% | - |
| HSV(B) | 36.67º | 0.41% | 0.86% | - |
| XYZ | 50.89 | 51.53 | 28.38 | - |
| YUV | 189.2 | 94.6 | 149.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 185 | 130 | 0 | 0.16 | 0.41 | 0.14 | 36.67 | 0.56 | 0.69 |
| Hex | DC | B9 | 82 | 0 | 10 | 29 | E | 25 | 38 | 45 |
| Octal | 334 | 271 | 202 | 0 | 20 | 51 | 16 | 45 | 70 | 105 |
| Binary | 11011100 | 10111001 | 10000010 | 0 | 10000 | 101001 | 1110 | 100101 | 111000 | 1000101 |
Color Harmonies of #DCB982
Complementary color
Monochromatic Colors of #DCB982
Black with #DCB982
Text Example
Text Example
White with #DCB982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB982; }
p { color: rgb(220,185,130); }
H1.HeaderClassName
{
color: #DCB982;
}
.AnyTagClassName
{
color: #DCB982;
}
</style>
background-color css
<style>
a { background-color: #DCB982; }
a { background-color: rgb(220,185,130); }
div.DivClassName
{
background-color: #DCB982;
}
.BgClassName
{
background-color: #DCB982;
}
</style>
border-color css
<style>
span { border-color: #DCB982; }
span { border-color: rgb(220,185,130); }
td.TdClassName
{
border-color: #DCB982;
}
.TagClassName
{
border-color: #DCB982;
}
</style>