Shades of Burly Wood #DDB988
Tints of Burly Wood #DDB988
RGB
CMYK
RGB Variations
Color information
#DDB988 (or 0xDDB988) is known color: Burly Wood. HEX triplet: DD, B9 and 88. RGB value is (221,185,136). Sum of RGB (Red+Green+Blue) = 221+185+136=542 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.77% from 542); Green value is 185 (72.66% from 255 or 34.13% from 542); Blue value is 136 (53.52% from 255 or 25.09% from 542); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB988 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB988 is #224677. Grayscale: #BEBEBE. Windows color (decimal): -2246264 or 8960477. OLE color: 8960477.
HSL color Cylindrical-coordinate representation of color #DDB988: hue angle of 34.59º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DDB988 is Cyan = 0, Magento = 0.16, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 185 | 136 | - |
| CMYK | 0 | 0.16 | 0.38 | 0.13 |
| HSL | 34.59º | 0.56% | 0.7% | - |
| HSV(B) | 34.59º | 0.38% | 0.87% | - |
| XYZ | 51.61 | 51.85 | 30.58 | - |
| YUV | 190.18 | 97.43 | 149.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 185 | 136 | 0 | 0.16 | 0.38 | 0.13 | 34.59 | 0.56 | 0.7 |
| Hex | DD | B9 | 88 | 0 | 10 | 26 | D | 23 | 38 | 46 |
| Octal | 335 | 271 | 210 | 0 | 20 | 46 | 15 | 43 | 70 | 106 |
| Binary | 11011101 | 10111001 | 10001000 | 0 | 10000 | 100110 | 1101 | 100011 | 111000 | 1000110 |
Color Harmonies of #DDB988
Complementary color
Monochromatic Colors of #DDB988
Black with #DDB988
Text Example
Text Example
White with #DDB988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB988; }
p { color: rgb(221,185,136); }
H1.HeaderClassName
{
color: #DDB988;
}
.AnyTagClassName
{
color: #DDB988;
}
</style>
background-color css
<style>
a { background-color: #DDB988; }
a { background-color: rgb(221,185,136); }
div.DivClassName
{
background-color: #DDB988;
}
.BgClassName
{
background-color: #DDB988;
}
</style>
border-color css
<style>
span { border-color: #DDB988; }
span { border-color: rgb(221,185,136); }
td.TdClassName
{
border-color: #DDB988;
}
.TagClassName
{
border-color: #DDB988;
}
</style>