Shades of Burly Wood #DCBC8D
Tints of Burly Wood #DCBC8D
RGB
CMYK
RGB Variations
Color information
#DCBC8D (or 0xDCBC8D) is known color: Burly Wood. HEX triplet: DC, BC and 8D. RGB value is (220,188,141). Sum of RGB (Red+Green+Blue) = 220+188+141=549 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.07% from 549); Green value is 188 (73.83% from 255 or 34.24% from 549); Blue value is 141 (55.47% from 255 or 25.68% from 549); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBC8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCBC8D is #234372. Grayscale: #C0C0C0. Windows color (decimal): -2311027 or 9288924. OLE color: 9288924.
HSL color Cylindrical-coordinate representation of color #DCBC8D: hue angle of 35.7º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DCBC8D is Cyan = 0, Magento = 0.15, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 188 | 141 | - |
| CMYK | 0 | 0.15 | 0.36 | 0.14 |
| HSL | 35.7º | 0.53% | 0.71% | - |
| HSV(B) | 35.7º | 0.36% | 0.86% | - |
| XYZ | 52.31 | 53.11 | 32.69 | - |
| YUV | 192.21 | 99.1 | 147.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 188 | 141 | 0 | 0.15 | 0.36 | 0.14 | 35.7 | 0.53 | 0.71 |
| Hex | DC | BC | 8D | 0 | F | 24 | E | 24 | 35 | 47 |
| Octal | 334 | 274 | 215 | 0 | 17 | 44 | 16 | 44 | 65 | 107 |
| Binary | 11011100 | 10111100 | 10001101 | 0 | 1111 | 100100 | 1110 | 100100 | 110101 | 1000111 |
Color Harmonies of #DCBC8D
Complementary color
Monochromatic Colors of #DCBC8D
Black with #DCBC8D
Text Example
Text Example
White with #DCBC8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBC8D; }
p { color: rgb(220,188,141); }
H1.HeaderClassName
{
color: #DCBC8D;
}
.AnyTagClassName
{
color: #DCBC8D;
}
</style>
background-color css
<style>
a { background-color: #DCBC8D; }
a { background-color: rgb(220,188,141); }
div.DivClassName
{
background-color: #DCBC8D;
}
.BgClassName
{
background-color: #DCBC8D;
}
</style>
border-color css
<style>
span { border-color: #DCBC8D; }
span { border-color: rgb(220,188,141); }
td.TdClassName
{
border-color: #DCBC8D;
}
.TagClassName
{
border-color: #DCBC8D;
}
</style>