Shades of Burly Wood #DDBC88
Tints of Burly Wood #DDBC88
RGB
CMYK
RGB Variations
Color information
#DDBC88 (or 0xDDBC88) is known color: Burly Wood. HEX triplet: DD, BC and 88. RGB value is (221,188,136). Sum of RGB (Red+Green+Blue) = 221+188+136=545 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.55% from 545); Green value is 188 (73.83% from 255 or 34.50% from 545); Blue value is 136 (53.52% from 255 or 24.95% from 545); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBC88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDBC88 is #224377. Grayscale: #C0C0C0. Windows color (decimal): -2245496 or 8961245. OLE color: 8961245.
HSL color Cylindrical-coordinate representation of color #DDBC88: hue angle of 36.71º 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 #DDBC88 is Cyan = 0, Magento = 0.15, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 188 | 136 | - |
| CMYK | 0 | 0.15 | 0.38 | 0.13 |
| HSL | 36.71º | 0.56% | 0.7% | - |
| HSV(B) | 36.71º | 0.38% | 0.87% | - |
| XYZ | 52.25 | 53.12 | 30.79 | - |
| YUV | 191.94 | 96.43 | 148.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 188 | 136 | 0 | 0.15 | 0.38 | 0.13 | 36.71 | 0.56 | 0.7 |
| Hex | DD | BC | 88 | 0 | F | 26 | D | 25 | 38 | 46 |
| Octal | 335 | 274 | 210 | 0 | 17 | 46 | 15 | 45 | 70 | 106 |
| Binary | 11011101 | 10111100 | 10001000 | 0 | 1111 | 100110 | 1101 | 100101 | 111000 | 1000110 |
Color Harmonies of #DDBC88
Complementary color
Monochromatic Colors of #DDBC88
Black with #DDBC88
Text Example
Text Example
White with #DDBC88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBC88; }
p { color: rgb(221,188,136); }
H1.HeaderClassName
{
color: #DDBC88;
}
.AnyTagClassName
{
color: #DDBC88;
}
</style>
background-color css
<style>
a { background-color: #DDBC88; }
a { background-color: rgb(221,188,136); }
div.DivClassName
{
background-color: #DDBC88;
}
.BgClassName
{
background-color: #DDBC88;
}
</style>
border-color css
<style>
span { border-color: #DDBC88; }
span { border-color: rgb(221,188,136); }
td.TdClassName
{
border-color: #DDBC88;
}
.TagClassName
{
border-color: #DDBC88;
}
</style>