Shades of Burly Wood #DCBC8C
Tints of Burly Wood #DCBC8C
RGB
CMYK
RGB Variations
Color information
#DCBC8C (or 0xDCBC8C) is known color: Burly Wood. HEX triplet: DC, BC and 8C. RGB value is (220,188,140). Sum of RGB (Red+Green+Blue) = 220+188+140=548 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.15% from 548); Green value is 188 (73.83% from 255 or 34.31% from 548); Blue value is 140 (55.08% from 255 or 25.55% from 548); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBC8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCBC8C is #234373. Grayscale: #C0C0C0. Windows color (decimal): -2311028 or 9223388. OLE color: 9223388.
HSL color Cylindrical-coordinate representation of color #DCBC8C: hue angle of 36º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DCBC8C is Cyan = 0, Magento = 0.15, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 188 | 140 | - |
| CMYK | 0 | 0.15 | 0.36 | 0.14 |
| HSL | 36º | 0.53% | 0.71% | - |
| HSV(B) | 36º | 0.36% | 0.86% | - |
| XYZ | 52.23 | 53.08 | 32.3 | - |
| YUV | 192.1 | 98.6 | 147.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 188 | 140 | 0 | 0.15 | 0.36 | 0.14 | 36 | 0.53 | 0.71 |
| Hex | DC | BC | 8C | 0 | F | 24 | E | 24 | 35 | 47 |
| Octal | 334 | 274 | 214 | 0 | 17 | 44 | 16 | 44 | 65 | 107 |
| Binary | 11011100 | 10111100 | 10001100 | 0 | 1111 | 100100 | 1110 | 100100 | 110101 | 1000111 |
Color Harmonies of #DCBC8C
Complementary color
Monochromatic Colors of #DCBC8C
Black with #DCBC8C
Text Example
Text Example
White with #DCBC8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBC8C; }
p { color: rgb(220,188,140); }
H1.HeaderClassName
{
color: #DCBC8C;
}
.AnyTagClassName
{
color: #DCBC8C;
}
</style>
background-color css
<style>
a { background-color: #DCBC8C; }
a { background-color: rgb(220,188,140); }
div.DivClassName
{
background-color: #DCBC8C;
}
.BgClassName
{
background-color: #DCBC8C;
}
</style>
border-color css
<style>
span { border-color: #DCBC8C; }
span { border-color: rgb(220,188,140); }
td.TdClassName
{
border-color: #DCBC8C;
}
.TagClassName
{
border-color: #DCBC8C;
}
</style>