Shades of Burly Wood #DCBA83
Tints of Burly Wood #DCBA83
RGB
CMYK
RGB Variations
Color information
#DCBA83 (or 0xDCBA83) is known color: Burly Wood. HEX triplet: DC, BA and 83. RGB value is (220,186,131). Sum of RGB (Red+Green+Blue) = 220+186+131=537 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.97% from 537); Green value is 186 (73.05% from 255 or 34.64% from 537); Blue value is 131 (51.56% from 255 or 24.39% from 537); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBA83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCBA83 is #23457C. Grayscale: #BEBEBE. Windows color (decimal): -2311549 or 8633052. OLE color: 8633052.
HSL color Cylindrical-coordinate representation of color #DCBA83: hue angle of 37.08º degrees, saturation: 0.56, 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 #DCBA83 is Cyan = 0, Magento = 0.15, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 186 | 131 | - |
| CMYK | 0 | 0.15 | 0.40 | 0.14 |
| HSL | 37.08º | 0.56% | 0.69% | - |
| HSV(B) | 37.08º | 0.4% | 0.86% | - |
| XYZ | 51.17 | 51.97 | 28.81 | - |
| YUV | 189.9 | 94.76 | 149.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 186 | 131 | 0 | 0.15 | 0.40 | 0.14 | 37.08 | 0.56 | 0.69 |
| Hex | DC | BA | 83 | 0 | F | 28 | E | 25 | 38 | 45 |
| Octal | 334 | 272 | 203 | 0 | 17 | 50 | 16 | 45 | 70 | 105 |
| Binary | 11011100 | 10111010 | 10000011 | 0 | 1111 | 101000 | 1110 | 100101 | 111000 | 1000101 |
Color Harmonies of #DCBA83
Complementary color
Monochromatic Colors of #DCBA83
Black with #DCBA83
Text Example
Text Example
White with #DCBA83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBA83; }
p { color: rgb(220,186,131); }
H1.HeaderClassName
{
color: #DCBA83;
}
.AnyTagClassName
{
color: #DCBA83;
}
</style>
background-color css
<style>
a { background-color: #DCBA83; }
a { background-color: rgb(220,186,131); }
div.DivClassName
{
background-color: #DCBA83;
}
.BgClassName
{
background-color: #DCBA83;
}
</style>
border-color css
<style>
span { border-color: #DCBA83; }
span { border-color: rgb(220,186,131); }
td.TdClassName
{
border-color: #DCBA83;
}
.TagClassName
{
border-color: #DCBA83;
}
</style>