Shades of Burly Wood #DCBE8D
Tints of Burly Wood #DCBE8D
RGB
CMYK
RGB Variations
Color information
#DCBE8D (or 0xDCBE8D) is known color: Burly Wood. HEX triplet: DC, BE and 8D. RGB value is (220,190,141). Sum of RGB (Red+Green+Blue) = 220+190+141=551 (72% of max value = 765). Red value is 220 (86.33% from 255 or 39.93% from 551); Green value is 190 (74.61% from 255 or 34.48% from 551); Blue value is 141 (55.47% from 255 or 25.59% from 551); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBE8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCBE8D is #234172. Grayscale: #C1C1C1. Windows color (decimal): -2310515 or 9289436. OLE color: 9289436.
HSL color Cylindrical-coordinate representation of color #DCBE8D: hue angle of 37.22º 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 #DCBE8D is Cyan = 0, Magento = 0.14, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 190 | 141 | - |
| CMYK | 0 | 0.14 | 0.36 | 0.14 |
| HSL | 37.22º | 0.53% | 0.71% | - |
| HSV(B) | 37.22º | 0.36% | 0.86% | - |
| XYZ | 52.74 | 53.97 | 32.84 | - |
| YUV | 193.38 | 98.44 | 146.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 190 | 141 | 0 | 0.14 | 0.36 | 0.14 | 37.22 | 0.53 | 0.71 |
| Hex | DC | BE | 8D | 0 | E | 24 | E | 25 | 35 | 47 |
| Octal | 334 | 276 | 215 | 0 | 16 | 44 | 16 | 45 | 65 | 107 |
| Binary | 11011100 | 10111110 | 10001101 | 0 | 1110 | 100100 | 1110 | 100101 | 110101 | 1000111 |
Color Harmonies of #DCBE8D
Complementary color
Monochromatic Colors of #DCBE8D
Black with #DCBE8D
Text Example
Text Example
White with #DCBE8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBE8D; }
p { color: rgb(220,190,141); }
H1.HeaderClassName
{
color: #DCBE8D;
}
.AnyTagClassName
{
color: #DCBE8D;
}
</style>
background-color css
<style>
a { background-color: #DCBE8D; }
a { background-color: rgb(220,190,141); }
div.DivClassName
{
background-color: #DCBE8D;
}
.BgClassName
{
background-color: #DCBE8D;
}
</style>
border-color css
<style>
span { border-color: #DCBE8D; }
span { border-color: rgb(220,190,141); }
td.TdClassName
{
border-color: #DCBE8D;
}
.TagClassName
{
border-color: #DCBE8D;
}
</style>