Shades of Burly Wood #DDB686
Tints of Burly Wood #DDB686
RGB
CMYK
RGB Variations
Color information
#DDB686 (or 0xDDB686) is known color: Burly Wood. HEX triplet: DD, B6 and 86. RGB value is (221,182,134). Sum of RGB (Red+Green+Blue) = 221+182+134=537 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.15% from 537); Green value is 182 (71.48% from 255 or 33.89% from 537); Blue value is 134 (52.73% from 255 or 24.95% from 537); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB686 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB686 is #224979. Grayscale: #BCBCBC. Windows color (decimal): -2247034 or 8828637. OLE color: 8828637.
HSL color Cylindrical-coordinate representation of color #DDB686: hue angle of 33.1º 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 #DDB686 is Cyan = 0, Magento = 0.18, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 182 | 134 | - |
| CMYK | 0 | 0.18 | 0.39 | 0.13 |
| HSL | 33.1º | 0.56% | 0.7% | - |
| HSV(B) | 33.1º | 0.39% | 0.87% | - |
| XYZ | 50.85 | 50.55 | 29.63 | - |
| YUV | 188.19 | 97.42 | 151.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 182 | 134 | 0 | 0.18 | 0.39 | 0.13 | 33.1 | 0.56 | 0.7 |
| Hex | DD | B6 | 86 | 0 | 12 | 27 | D | 21 | 38 | 46 |
| Octal | 335 | 266 | 206 | 0 | 22 | 47 | 15 | 41 | 70 | 106 |
| Binary | 11011101 | 10110110 | 10000110 | 0 | 10010 | 100111 | 1101 | 100001 | 111000 | 1000110 |
Color Harmonies of #DDB686
Complementary color
Monochromatic Colors of #DDB686
Black with #DDB686
Text Example
Text Example
White with #DDB686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB686; }
p { color: rgb(221,182,134); }
H1.HeaderClassName
{
color: #DDB686;
}
.AnyTagClassName
{
color: #DDB686;
}
</style>
background-color css
<style>
a { background-color: #DDB686; }
a { background-color: rgb(221,182,134); }
div.DivClassName
{
background-color: #DDB686;
}
.BgClassName
{
background-color: #DDB686;
}
</style>
border-color css
<style>
span { border-color: #DDB686; }
span { border-color: rgb(221,182,134); }
td.TdClassName
{
border-color: #DDB686;
}
.TagClassName
{
border-color: #DDB686;
}
</style>