Shades of Burly Wood #DDB889
Tints of Burly Wood #DDB889
RGB
CMYK
RGB Variations
Color information
#DDB889 (or 0xDDB889) is known color: Burly Wood. HEX triplet: DD, B8 and 89. RGB value is (221,184,137). Sum of RGB (Red+Green+Blue) = 221+184+137=542 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.77% from 542); Green value is 184 (72.27% from 255 or 33.95% from 542); Blue value is 137 (53.91% from 255 or 25.28% from 542); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB889 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB889 is #224776. Grayscale: #BDBDBD. Windows color (decimal): -2246519 or 9025757. OLE color: 9025757.
HSL color Cylindrical-coordinate representation of color #DDB889: hue angle of 33.57º 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 #DDB889 is Cyan = 0, Magento = 0.17, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 184 | 137 | - |
| CMYK | 0 | 0.17 | 0.38 | 0.13 |
| HSL | 33.57º | 0.55% | 0.7% | - |
| HSV(B) | 33.57º | 0.38% | 0.87% | - |
| XYZ | 51.47 | 51.46 | 30.89 | - |
| YUV | 189.71 | 98.26 | 150.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 184 | 137 | 0 | 0.17 | 0.38 | 0.13 | 33.57 | 0.55 | 0.7 |
| Hex | DD | B8 | 89 | 0 | 11 | 26 | D | 22 | 37 | 46 |
| Octal | 335 | 270 | 211 | 0 | 21 | 46 | 15 | 42 | 67 | 106 |
| Binary | 11011101 | 10111000 | 10001001 | 0 | 10001 | 100110 | 1101 | 100010 | 110111 | 1000110 |
Color Harmonies of #DDB889
Complementary color
Monochromatic Colors of #DDB889
Black with #DDB889
Text Example
Text Example
White with #DDB889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB889; }
p { color: rgb(221,184,137); }
H1.HeaderClassName
{
color: #DDB889;
}
.AnyTagClassName
{
color: #DDB889;
}
</style>
background-color css
<style>
a { background-color: #DDB889; }
a { background-color: rgb(221,184,137); }
div.DivClassName
{
background-color: #DDB889;
}
.BgClassName
{
background-color: #DDB889;
}
</style>
border-color css
<style>
span { border-color: #DDB889; }
span { border-color: rgb(221,184,137); }
td.TdClassName
{
border-color: #DDB889;
}
.TagClassName
{
border-color: #DDB889;
}
</style>