Shades of Burly Wood #DDBC89
Tints of Burly Wood #DDBC89
RGB
CMYK
RGB Variations
Color information
#DDBC89 (or 0xDDBC89) is known color: Burly Wood. HEX triplet: DD, BC and 89. RGB value is (221,188,137). Sum of RGB (Red+Green+Blue) = 221+188+137=546 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.48% from 546); Green value is 188 (73.83% from 255 or 34.43% from 546); Blue value is 137 (53.91% from 255 or 25.09% from 546); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBC89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDBC89 is #224376. Grayscale: #C0C0C0. Windows color (decimal): -2245495 or 9026781. OLE color: 9026781.
HSL color Cylindrical-coordinate representation of color #DDBC89: hue angle of 36.43º degrees, saturation: 0.55, 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 #DDBC89 is Cyan = 0, Magento = 0.15, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 188 | 137 | - |
| CMYK | 0 | 0.15 | 0.38 | 0.13 |
| HSL | 36.43º | 0.55% | 0.7% | - |
| HSV(B) | 36.43º | 0.38% | 0.87% | - |
| XYZ | 52.32 | 53.14 | 31.17 | - |
| YUV | 192.05 | 96.93 | 148.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 188 | 137 | 0 | 0.15 | 0.38 | 0.13 | 36.43 | 0.55 | 0.7 |
| Hex | DD | BC | 89 | 0 | F | 26 | D | 24 | 37 | 46 |
| Octal | 335 | 274 | 211 | 0 | 17 | 46 | 15 | 44 | 67 | 106 |
| Binary | 11011101 | 10111100 | 10001001 | 0 | 1111 | 100110 | 1101 | 100100 | 110111 | 1000110 |
Color Harmonies of #DDBC89
Complementary color
Monochromatic Colors of #DDBC89
Black with #DDBC89
Text Example
Text Example
White with #DDBC89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBC89; }
p { color: rgb(221,188,137); }
H1.HeaderClassName
{
color: #DDBC89;
}
.AnyTagClassName
{
color: #DDBC89;
}
</style>
background-color css
<style>
a { background-color: #DDBC89; }
a { background-color: rgb(221,188,137); }
div.DivClassName
{
background-color: #DDBC89;
}
.BgClassName
{
background-color: #DDBC89;
}
</style>
border-color css
<style>
span { border-color: #DDBC89; }
span { border-color: rgb(221,188,137); }
td.TdClassName
{
border-color: #DDBC89;
}
.TagClassName
{
border-color: #DDBC89;
}
</style>