Shades of Burly Wood #DCBA85
Tints of Burly Wood #DCBA85
RGB
CMYK
RGB Variations
Color information
#DCBA85 (or 0xDCBA85) is known color: Burly Wood. HEX triplet: DC, BA and 85. RGB value is (220,186,133). Sum of RGB (Red+Green+Blue) = 220+186+133=539 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.82% from 539); Green value is 186 (73.05% from 255 or 34.51% from 539); Blue value is 133 (52.34% from 255 or 24.68% from 539); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBA85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCBA85 is #23457A. Grayscale: #BEBEBE. Windows color (decimal): -2311547 or 8764124. OLE color: 8764124.
HSL color Cylindrical-coordinate representation of color #DCBA85: hue angle of 36.55º 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 #DCBA85 is Cyan = 0, Magento = 0.15, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 186 | 133 | - |
| CMYK | 0 | 0.15 | 0.40 | 0.14 |
| HSL | 36.55º | 0.55% | 0.69% | - |
| HSV(B) | 36.55º | 0.4% | 0.86% | - |
| XYZ | 51.31 | 52.03 | 29.53 | - |
| YUV | 190.12 | 95.76 | 149.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 186 | 133 | 0 | 0.15 | 0.40 | 0.14 | 36.55 | 0.55 | 0.69 |
| Hex | DC | BA | 85 | 0 | F | 28 | E | 25 | 37 | 45 |
| Octal | 334 | 272 | 205 | 0 | 17 | 50 | 16 | 45 | 67 | 105 |
| Binary | 11011100 | 10111010 | 10000101 | 0 | 1111 | 101000 | 1110 | 100101 | 110111 | 1000101 |
Color Harmonies of #DCBA85
Complementary color
Monochromatic Colors of #DCBA85
Black with #DCBA85
Text Example
Text Example
White with #DCBA85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBA85; }
p { color: rgb(220,186,133); }
H1.HeaderClassName
{
color: #DCBA85;
}
.AnyTagClassName
{
color: #DCBA85;
}
</style>
background-color css
<style>
a { background-color: #DCBA85; }
a { background-color: rgb(220,186,133); }
div.DivClassName
{
background-color: #DCBA85;
}
.BgClassName
{
background-color: #DCBA85;
}
</style>
border-color css
<style>
span { border-color: #DCBA85; }
span { border-color: rgb(220,186,133); }
td.TdClassName
{
border-color: #DCBA85;
}
.TagClassName
{
border-color: #DCBA85;
}
</style>