Shades of Burly Wood #DCBD8D
Tints of Burly Wood #DCBD8D
RGB
CMYK
RGB Variations
Color information
#DCBD8D (or 0xDCBD8D) is known color: Burly Wood. HEX triplet: DC, BD and 8D. RGB value is (220,189,141). Sum of RGB (Red+Green+Blue) = 220+189+141=550 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40% from 550); Green value is 189 (74.22% from 255 or 34.36% from 550); Blue value is 141 (55.47% from 255 or 25.64% from 550); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBD8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCBD8D is #234272. Grayscale: #C1C1C1. Windows color (decimal): -2310771 or 9289180. OLE color: 9289180.
HSL color Cylindrical-coordinate representation of color #DCBD8D: hue angle of 36.46º 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 #DCBD8D is Cyan = 0, Magento = 0.14, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 189 | 141 | - |
| CMYK | 0 | 0.14 | 0.36 | 0.14 |
| HSL | 36.46º | 0.53% | 0.71% | - |
| HSV(B) | 36.46º | 0.36% | 0.86% | - |
| XYZ | 52.52 | 53.53 | 32.76 | - |
| YUV | 192.8 | 98.77 | 147.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 189 | 141 | 0 | 0.14 | 0.36 | 0.14 | 36.46 | 0.53 | 0.71 |
| Hex | DC | BD | 8D | 0 | E | 24 | E | 24 | 35 | 47 |
| Octal | 334 | 275 | 215 | 0 | 16 | 44 | 16 | 44 | 65 | 107 |
| Binary | 11011100 | 10111101 | 10001101 | 0 | 1110 | 100100 | 1110 | 100100 | 110101 | 1000111 |
Color Harmonies of #DCBD8D
Complementary color
Monochromatic Colors of #DCBD8D
Black with #DCBD8D
Text Example
Text Example
White with #DCBD8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBD8D; }
p { color: rgb(220,189,141); }
H1.HeaderClassName
{
color: #DCBD8D;
}
.AnyTagClassName
{
color: #DCBD8D;
}
</style>
background-color css
<style>
a { background-color: #DCBD8D; }
a { background-color: rgb(220,189,141); }
div.DivClassName
{
background-color: #DCBD8D;
}
.BgClassName
{
background-color: #DCBD8D;
}
</style>
border-color css
<style>
span { border-color: #DCBD8D; }
span { border-color: rgb(220,189,141); }
td.TdClassName
{
border-color: #DCBD8D;
}
.TagClassName
{
border-color: #DCBD8D;
}
</style>