Shades of Burly Wood #DDBC8C
Tints of Burly Wood #DDBC8C
RGB
CMYK
RGB Variations
Color information
#DDBC8C (or 0xDDBC8C) is known color: Burly Wood. HEX triplet: DD, BC and 8C. RGB value is (221,188,140). Sum of RGB (Red+Green+Blue) = 221+188+140=549 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.26% from 549); Green value is 188 (73.83% from 255 or 34.24% from 549); Blue value is 140 (55.08% from 255 or 25.50% from 549); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBC8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDBC8C is #224373. Grayscale: #C0C0C0. Windows color (decimal): -2245492 or 9223389. OLE color: 9223389.
HSL color Cylindrical-coordinate representation of color #DDBC8C: hue angle of 35.56º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DDBC8C is Cyan = 0, Magento = 0.15, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 188 | 140 | - |
| CMYK | 0 | 0.15 | 0.37 | 0.13 |
| HSL | 35.56º | 0.54% | 0.71% | - |
| HSV(B) | 35.56º | 0.37% | 0.87% | - |
| XYZ | 52.54 | 53.23 | 32.32 | - |
| YUV | 192.4 | 98.43 | 148.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 188 | 140 | 0 | 0.15 | 0.37 | 0.13 | 35.56 | 0.54 | 0.71 |
| Hex | DD | BC | 8C | 0 | F | 25 | D | 24 | 36 | 47 |
| Octal | 335 | 274 | 214 | 0 | 17 | 45 | 15 | 44 | 66 | 107 |
| Binary | 11011101 | 10111100 | 10001100 | 0 | 1111 | 100101 | 1101 | 100100 | 110110 | 1000111 |
Color Harmonies of #DDBC8C
Complementary color
Monochromatic Colors of #DDBC8C
Black with #DDBC8C
Text Example
Text Example
White with #DDBC8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBC8C; }
p { color: rgb(221,188,140); }
H1.HeaderClassName
{
color: #DDBC8C;
}
.AnyTagClassName
{
color: #DDBC8C;
}
</style>
background-color css
<style>
a { background-color: #DDBC8C; }
a { background-color: rgb(221,188,140); }
div.DivClassName
{
background-color: #DDBC8C;
}
.BgClassName
{
background-color: #DDBC8C;
}
</style>
border-color css
<style>
span { border-color: #DDBC8C; }
span { border-color: rgb(221,188,140); }
td.TdClassName
{
border-color: #DDBC8C;
}
.TagClassName
{
border-color: #DDBC8C;
}
</style>