Shades of Burly Wood #DDB886
Tints of Burly Wood #DDB886
RGB
CMYK
RGB Variations
Color information
#DDB886 (or 0xDDB886) is known color: Burly Wood. HEX triplet: DD, B8 and 86. RGB value is (221,184,134). Sum of RGB (Red+Green+Blue) = 221+184+134=539 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.00% from 539); Green value is 184 (72.27% from 255 or 34.14% from 539); Blue value is 134 (52.73% from 255 or 24.86% from 539); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB886 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB886 is #224779. Grayscale: #BDBDBD. Windows color (decimal): -2246522 or 8829149. OLE color: 8829149.
HSL color Cylindrical-coordinate representation of color #DDB886: hue angle of 34.48º 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 #DDB886 is Cyan = 0, Magento = 0.17, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 184 | 134 | - |
| CMYK | 0 | 0.17 | 0.39 | 0.13 |
| HSL | 34.48º | 0.56% | 0.7% | - |
| HSV(B) | 34.48º | 0.39% | 0.87% | - |
| XYZ | 51.26 | 51.37 | 29.77 | - |
| YUV | 189.36 | 96.76 | 150.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 184 | 134 | 0 | 0.17 | 0.39 | 0.13 | 34.48 | 0.56 | 0.7 |
| Hex | DD | B8 | 86 | 0 | 11 | 27 | D | 22 | 38 | 46 |
| Octal | 335 | 270 | 206 | 0 | 21 | 47 | 15 | 42 | 70 | 106 |
| Binary | 11011101 | 10111000 | 10000110 | 0 | 10001 | 100111 | 1101 | 100010 | 111000 | 1000110 |
Color Harmonies of #DDB886
Complementary color
Monochromatic Colors of #DDB886
Black with #DDB886
Text Example
Text Example
White with #DDB886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB886; }
p { color: rgb(221,184,134); }
H1.HeaderClassName
{
color: #DDB886;
}
.AnyTagClassName
{
color: #DDB886;
}
</style>
background-color css
<style>
a { background-color: #DDB886; }
a { background-color: rgb(221,184,134); }
div.DivClassName
{
background-color: #DDB886;
}
.BgClassName
{
background-color: #DDB886;
}
</style>
border-color css
<style>
span { border-color: #DDB886; }
span { border-color: rgb(221,184,134); }
td.TdClassName
{
border-color: #DDB886;
}
.TagClassName
{
border-color: #DDB886;
}
</style>