Shades of Burly Wood #DDBD8E
Tints of Burly Wood #DDBD8E
RGB
CMYK
RGB Variations
Color information
#DDBD8E (or 0xDDBD8E) is known color: Burly Wood. HEX triplet: DD, BD and 8E. RGB value is (221,189,142). Sum of RGB (Red+Green+Blue) = 221+189+142=552 (73% of max value = 765). Red value is 221 (86.72% from 255 or 40.04% from 552); Green value is 189 (74.22% from 255 or 34.24% from 552); Blue value is 142 (55.86% from 255 or 25.72% from 552); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBD8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDBD8E is #224271. Grayscale: #C1C1C1. Windows color (decimal): -2245234 or 9354717. OLE color: 9354717.
HSL color Cylindrical-coordinate representation of color #DDBD8E: hue angle of 35.7º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DDBD8E is Cyan = 0, Magento = 0.14, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 189 | 142 | - |
| CMYK | 0 | 0.14 | 0.36 | 0.13 |
| HSL | 35.7º | 0.54% | 0.71% | - |
| HSV(B) | 35.7º | 0.36% | 0.87% | - |
| XYZ | 52.9 | 53.72 | 33.17 | - |
| YUV | 193.21 | 99.1 | 147.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 189 | 142 | 0 | 0.14 | 0.36 | 0.13 | 35.7 | 0.54 | 0.71 |
| Hex | DD | BD | 8E | 0 | E | 24 | D | 24 | 36 | 47 |
| Octal | 335 | 275 | 216 | 0 | 16 | 44 | 15 | 44 | 66 | 107 |
| Binary | 11011101 | 10111101 | 10001110 | 0 | 1110 | 100100 | 1101 | 100100 | 110110 | 1000111 |
Color Harmonies of #DDBD8E
Complementary color
Monochromatic Colors of #DDBD8E
Black with #DDBD8E
Text Example
Text Example
White with #DDBD8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBD8E; }
p { color: rgb(221,189,142); }
H1.HeaderClassName
{
color: #DDBD8E;
}
.AnyTagClassName
{
color: #DDBD8E;
}
</style>
background-color css
<style>
a { background-color: #DDBD8E; }
a { background-color: rgb(221,189,142); }
div.DivClassName
{
background-color: #DDBD8E;
}
.BgClassName
{
background-color: #DDBD8E;
}
</style>
border-color css
<style>
span { border-color: #DDBD8E; }
span { border-color: rgb(221,189,142); }
td.TdClassName
{
border-color: #DDBD8E;
}
.TagClassName
{
border-color: #DDBD8E;
}
</style>