Shades of Burly Wood #DCBC88
Tints of Burly Wood #DCBC88
RGB
CMYK
RGB Variations
Color information
#DCBC88 (or 0xDCBC88) is known color: Burly Wood. HEX triplet: DC, BC and 88. RGB value is (220,188,136). Sum of RGB (Red+Green+Blue) = 220+188+136=544 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.44% from 544); Green value is 188 (73.83% from 255 or 34.56% from 544); Blue value is 136 (53.52% from 255 or 25% from 544); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBC88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCBC88 is #234377. Grayscale: #BFBFBF. Windows color (decimal): -2311032 or 8961244. OLE color: 8961244.
HSL color Cylindrical-coordinate representation of color #DCBC88: hue angle of 37.14º degrees, saturation: 0.55, 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 #DCBC88 is Cyan = 0, Magento = 0.15, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 188 | 136 | - |
| CMYK | 0 | 0.15 | 0.38 | 0.14 |
| HSL | 37.14º | 0.55% | 0.7% | - |
| HSV(B) | 37.14º | 0.38% | 0.86% | - |
| XYZ | 51.94 | 52.96 | 30.78 | - |
| YUV | 191.64 | 96.6 | 148.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 188 | 136 | 0 | 0.15 | 0.38 | 0.14 | 37.14 | 0.55 | 0.7 |
| Hex | DC | BC | 88 | 0 | F | 26 | E | 25 | 37 | 46 |
| Octal | 334 | 274 | 210 | 0 | 17 | 46 | 16 | 45 | 67 | 106 |
| Binary | 11011100 | 10111100 | 10001000 | 0 | 1111 | 100110 | 1110 | 100101 | 110111 | 1000110 |
Color Harmonies of #DCBC88
Complementary color
Monochromatic Colors of #DCBC88
Black with #DCBC88
Text Example
Text Example
White with #DCBC88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBC88; }
p { color: rgb(220,188,136); }
H1.HeaderClassName
{
color: #DCBC88;
}
.AnyTagClassName
{
color: #DCBC88;
}
</style>
background-color css
<style>
a { background-color: #DCBC88; }
a { background-color: rgb(220,188,136); }
div.DivClassName
{
background-color: #DCBC88;
}
.BgClassName
{
background-color: #DCBC88;
}
</style>
border-color css
<style>
span { border-color: #DCBC88; }
span { border-color: rgb(220,188,136); }
td.TdClassName
{
border-color: #DCBC88;
}
.TagClassName
{
border-color: #DCBC88;
}
</style>