Shades of Burly Wood #DDBC86
Tints of Burly Wood #DDBC86
RGB
CMYK
RGB Variations
Color information
#DDBC86 (or 0xDDBC86) is known color: Burly Wood. HEX triplet: DD, BC and 86. RGB value is (221,188,134). Sum of RGB (Red+Green+Blue) = 221+188+134=543 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.70% from 543); Green value is 188 (73.83% from 255 or 34.62% from 543); Blue value is 134 (52.73% from 255 or 24.68% from 543); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBC86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDBC86 is #224379. Grayscale: #BFBFBF. Windows color (decimal): -2245498 or 8830173. OLE color: 8830173.
HSL color Cylindrical-coordinate representation of color #DDBC86: hue angle of 37.24º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DDBC86 is Cyan = 0, Magento = 0.15, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 188 | 134 | - |
| CMYK | 0 | 0.15 | 0.39 | 0.13 |
| HSL | 37.24º | 0.56% | 0.7% | - |
| HSV(B) | 37.24º | 0.39% | 0.87% | - |
| XYZ | 52.11 | 53.06 | 30.05 | - |
| YUV | 191.71 | 95.43 | 148.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 188 | 134 | 0 | 0.15 | 0.39 | 0.13 | 37.24 | 0.56 | 0.7 |
| Hex | DD | BC | 86 | 0 | F | 27 | D | 25 | 38 | 46 |
| Octal | 335 | 274 | 206 | 0 | 17 | 47 | 15 | 45 | 70 | 106 |
| Binary | 11011101 | 10111100 | 10000110 | 0 | 1111 | 100111 | 1101 | 100101 | 111000 | 1000110 |
Color Harmonies of #DDBC86
Complementary color
Monochromatic Colors of #DDBC86
Black with #DDBC86
Text Example
Text Example
White with #DDBC86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBC86; }
p { color: rgb(221,188,134); }
H1.HeaderClassName
{
color: #DDBC86;
}
.AnyTagClassName
{
color: #DDBC86;
}
</style>
background-color css
<style>
a { background-color: #DDBC86; }
a { background-color: rgb(221,188,134); }
div.DivClassName
{
background-color: #DDBC86;
}
.BgClassName
{
background-color: #DDBC86;
}
</style>
border-color css
<style>
span { border-color: #DDBC86; }
span { border-color: rgb(221,188,134); }
td.TdClassName
{
border-color: #DDBC86;
}
.TagClassName
{
border-color: #DDBC86;
}
</style>