Shades of Burly Wood #DCBC89
Tints of Burly Wood #DCBC89
RGB
CMYK
RGB Variations
Color information
#DCBC89 (or 0xDCBC89) is known color: Burly Wood. HEX triplet: DC, BC and 89. RGB value is (220,188,137). Sum of RGB (Red+Green+Blue) = 220+188+137=545 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.37% from 545); Green value is 188 (73.83% from 255 or 34.50% from 545); Blue value is 137 (53.91% from 255 or 25.14% from 545); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBC89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCBC89 is #234376. Grayscale: #BFBFBF. Windows color (decimal): -2311031 or 9026780. OLE color: 9026780.
HSL color Cylindrical-coordinate representation of color #DCBC89: hue angle of 36.87º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DCBC89 is Cyan = 0, Magento = 0.15, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 188 | 137 | - |
| CMYK | 0 | 0.15 | 0.38 | 0.14 |
| HSL | 36.87º | 0.54% | 0.7% | - |
| HSV(B) | 36.87º | 0.38% | 0.86% | - |
| XYZ | 52.01 | 52.99 | 31.15 | - |
| YUV | 191.75 | 97.1 | 148.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 188 | 137 | 0 | 0.15 | 0.38 | 0.14 | 36.87 | 0.54 | 0.7 |
| Hex | DC | BC | 89 | 0 | F | 26 | E | 25 | 36 | 46 |
| Octal | 334 | 274 | 211 | 0 | 17 | 46 | 16 | 45 | 66 | 106 |
| Binary | 11011100 | 10111100 | 10001001 | 0 | 1111 | 100110 | 1110 | 100101 | 110110 | 1000110 |
Color Harmonies of #DCBC89
Complementary color
Monochromatic Colors of #DCBC89
Black with #DCBC89
Text Example
Text Example
White with #DCBC89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBC89; }
p { color: rgb(220,188,137); }
H1.HeaderClassName
{
color: #DCBC89;
}
.AnyTagClassName
{
color: #DCBC89;
}
</style>
background-color css
<style>
a { background-color: #DCBC89; }
a { background-color: rgb(220,188,137); }
div.DivClassName
{
background-color: #DCBC89;
}
.BgClassName
{
background-color: #DCBC89;
}
</style>
border-color css
<style>
span { border-color: #DCBC89; }
span { border-color: rgb(220,188,137); }
td.TdClassName
{
border-color: #DCBC89;
}
.TagClassName
{
border-color: #DCBC89;
}
</style>