Shades of Burly Wood #DDB584
Tints of Burly Wood #DDB584
RGB
CMYK
RGB Variations
Color information
#DDB584 (or 0xDDB584) is known color: Burly Wood. HEX triplet: DD, B5 and 84. RGB value is (221,181,132). Sum of RGB (Red+Green+Blue) = 221+181+132=534 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.39% from 534); Green value is 181 (71.09% from 255 or 33.90% from 534); Blue value is 132 (51.95% from 255 or 24.72% from 534); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB584 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB584 is #224A7B. Grayscale: #BBBBBB. Windows color (decimal): -2247292 or 8697309. OLE color: 8697309.
HSL color Cylindrical-coordinate representation of color #DDB584: hue angle of 33.03º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DDB584 is Cyan = 0, Magento = 0.18, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 181 | 132 | - |
| CMYK | 0 | 0.18 | 0.40 | 0.13 |
| HSL | 33.03º | 0.57% | 0.69% | - |
| HSV(B) | 33.03º | 0.4% | 0.87% | - |
| XYZ | 50.51 | 50.09 | 28.84 | - |
| YUV | 187.37 | 96.75 | 151.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 181 | 132 | 0 | 0.18 | 0.40 | 0.13 | 33.03 | 0.57 | 0.69 |
| Hex | DD | B5 | 84 | 0 | 12 | 28 | D | 21 | 39 | 45 |
| Octal | 335 | 265 | 204 | 0 | 22 | 50 | 15 | 41 | 71 | 105 |
| Binary | 11011101 | 10110101 | 10000100 | 0 | 10010 | 101000 | 1101 | 100001 | 111001 | 1000101 |
Color Harmonies of #DDB584
Complementary color
Monochromatic Colors of #DDB584
Black with #DDB584
Text Example
Text Example
White with #DDB584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB584; }
p { color: rgb(221,181,132); }
H1.HeaderClassName
{
color: #DDB584;
}
.AnyTagClassName
{
color: #DDB584;
}
</style>
background-color css
<style>
a { background-color: #DDB584; }
a { background-color: rgb(221,181,132); }
div.DivClassName
{
background-color: #DDB584;
}
.BgClassName
{
background-color: #DDB584;
}
</style>
border-color css
<style>
span { border-color: #DDB584; }
span { border-color: rgb(221,181,132); }
td.TdClassName
{
border-color: #DDB584;
}
.TagClassName
{
border-color: #DDB584;
}
</style>