Shades of Burly Wood #DDBD8B
Tints of Burly Wood #DDBD8B
RGB
CMYK
RGB Variations
Color information
#DDBD8B (or 0xDDBD8B) is known color: Burly Wood. HEX triplet: DD, BD and 8B. RGB value is (221,189,139). Sum of RGB (Red+Green+Blue) = 221+189+139=549 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.26% from 549); Green value is 189 (74.22% from 255 or 34.43% from 549); Blue value is 139 (54.69% from 255 or 25.32% from 549); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBD8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDBD8B is #224274. Grayscale: #C1C1C1. Windows color (decimal): -2245237 or 9158109. OLE color: 9158109.
HSL color Cylindrical-coordinate representation of color #DDBD8B: hue angle of 36.59º degrees, saturation: 0.55, 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 #DDBD8B is Cyan = 0, Magento = 0.14, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 189 | 139 | - |
| CMYK | 0 | 0.14 | 0.37 | 0.13 |
| HSL | 36.59º | 0.55% | 0.71% | - |
| HSV(B) | 36.59º | 0.37% | 0.87% | - |
| XYZ | 52.68 | 53.63 | 32 | - |
| YUV | 192.87 | 97.6 | 148.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 189 | 139 | 0 | 0.14 | 0.37 | 0.13 | 36.59 | 0.55 | 0.71 |
| Hex | DD | BD | 8B | 0 | E | 25 | D | 25 | 37 | 47 |
| Octal | 335 | 275 | 213 | 0 | 16 | 45 | 15 | 45 | 67 | 107 |
| Binary | 11011101 | 10111101 | 10001011 | 0 | 1110 | 100101 | 1101 | 100101 | 110111 | 1000111 |
Color Harmonies of #DDBD8B
Complementary color
Monochromatic Colors of #DDBD8B
Black with #DDBD8B
Text Example
Text Example
White with #DDBD8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBD8B; }
p { color: rgb(221,189,139); }
H1.HeaderClassName
{
color: #DDBD8B;
}
.AnyTagClassName
{
color: #DDBD8B;
}
</style>
background-color css
<style>
a { background-color: #DDBD8B; }
a { background-color: rgb(221,189,139); }
div.DivClassName
{
background-color: #DDBD8B;
}
.BgClassName
{
background-color: #DDBD8B;
}
</style>
border-color css
<style>
span { border-color: #DDBD8B; }
span { border-color: rgb(221,189,139); }
td.TdClassName
{
border-color: #DDBD8B;
}
.TagClassName
{
border-color: #DDBD8B;
}
</style>