Shades of Burly Wood #DCBA89
Tints of Burly Wood #DCBA89
RGB
CMYK
RGB Variations
Color information
#DCBA89 (or 0xDCBA89) is known color: Burly Wood. HEX triplet: DC, BA and 89. RGB value is (220,186,137). Sum of RGB (Red+Green+Blue) = 220+186+137=543 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.52% from 543); Green value is 186 (73.05% from 255 or 34.25% from 543); Blue value is 137 (53.91% from 255 or 25.23% from 543); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBA89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCBA89 is #234576. Grayscale: #BEBEBE. Windows color (decimal): -2311543 or 9026268. OLE color: 9026268.
HSL color Cylindrical-coordinate representation of color #DCBA89: hue angle of 35.42º 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 #DCBA89 is Cyan = 0, Magento = 0.15, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 186 | 137 | - |
| CMYK | 0 | 0.15 | 0.38 | 0.14 |
| HSL | 35.42º | 0.54% | 0.7% | - |
| HSV(B) | 35.42º | 0.38% | 0.86% | - |
| XYZ | 51.59 | 52.14 | 31.01 | - |
| YUV | 190.58 | 97.76 | 148.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 186 | 137 | 0 | 0.15 | 0.38 | 0.14 | 35.42 | 0.54 | 0.7 |
| Hex | DC | BA | 89 | 0 | F | 26 | E | 23 | 36 | 46 |
| Octal | 334 | 272 | 211 | 0 | 17 | 46 | 16 | 43 | 66 | 106 |
| Binary | 11011100 | 10111010 | 10001001 | 0 | 1111 | 100110 | 1110 | 100011 | 110110 | 1000110 |
Color Harmonies of #DCBA89
Complementary color
Monochromatic Colors of #DCBA89
Black with #DCBA89
Text Example
Text Example
White with #DCBA89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBA89; }
p { color: rgb(220,186,137); }
H1.HeaderClassName
{
color: #DCBA89;
}
.AnyTagClassName
{
color: #DCBA89;
}
</style>
background-color css
<style>
a { background-color: #DCBA89; }
a { background-color: rgb(220,186,137); }
div.DivClassName
{
background-color: #DCBA89;
}
.BgClassName
{
background-color: #DCBA89;
}
</style>
border-color css
<style>
span { border-color: #DCBA89; }
span { border-color: rgb(220,186,137); }
td.TdClassName
{
border-color: #DCBA89;
}
.TagClassName
{
border-color: #DCBA89;
}
</style>