Shades of Burly Wood #DCBE8C
Tints of Burly Wood #DCBE8C
RGB
CMYK
RGB Variations
Color information
#DCBE8C (or 0xDCBE8C) is known color: Burly Wood. HEX triplet: DC, BE and 8C. RGB value is (220,190,140). Sum of RGB (Red+Green+Blue) = 220+190+140=550 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40% from 550); Green value is 190 (74.61% from 255 or 34.55% from 550); Blue value is 140 (55.08% from 255 or 25.45% from 550); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBE8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCBE8C is #234173. Grayscale: #C1C1C1. Windows color (decimal): -2310516 or 9223900. OLE color: 9223900.
HSL color Cylindrical-coordinate representation of color #DCBE8C: hue angle of 37.5º 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 #DCBE8C is Cyan = 0, Magento = 0.14, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 190 | 140 | - |
| CMYK | 0 | 0.14 | 0.36 | 0.14 |
| HSL | 37.5º | 0.53% | 0.71% | - |
| HSV(B) | 37.5º | 0.36% | 0.86% | - |
| XYZ | 52.66 | 53.94 | 32.45 | - |
| YUV | 193.27 | 97.94 | 147.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 190 | 140 | 0 | 0.14 | 0.36 | 0.14 | 37.5 | 0.53 | 0.71 |
| Hex | DC | BE | 8C | 0 | E | 24 | E | 26 | 35 | 47 |
| Octal | 334 | 276 | 214 | 0 | 16 | 44 | 16 | 46 | 65 | 107 |
| Binary | 11011100 | 10111110 | 10001100 | 0 | 1110 | 100100 | 1110 | 100110 | 110101 | 1000111 |
Color Harmonies of #DCBE8C
Complementary color
Monochromatic Colors of #DCBE8C
Black with #DCBE8C
Text Example
Text Example
White with #DCBE8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBE8C; }
p { color: rgb(220,190,140); }
H1.HeaderClassName
{
color: #DCBE8C;
}
.AnyTagClassName
{
color: #DCBE8C;
}
</style>
background-color css
<style>
a { background-color: #DCBE8C; }
a { background-color: rgb(220,190,140); }
div.DivClassName
{
background-color: #DCBE8C;
}
.BgClassName
{
background-color: #DCBE8C;
}
</style>
border-color css
<style>
span { border-color: #DCBE8C; }
span { border-color: rgb(220,190,140); }
td.TdClassName
{
border-color: #DCBE8C;
}
.TagClassName
{
border-color: #DCBE8C;
}
</style>