Shades of Burly Wood #DDB882
Tints of Burly Wood #DDB882
RGB
CMYK
RGB Variations
Color information
#DDB882 (or 0xDDB882) is known color: Burly Wood. HEX triplet: DD, B8 and 82. RGB value is (221,184,130). Sum of RGB (Red+Green+Blue) = 221+184+130=535 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.31% from 535); Green value is 184 (72.27% from 255 or 34.39% from 535); Blue value is 130 (51.17% from 255 or 24.30% from 535); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB882 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB882 is #22477D. Grayscale: #BDBDBD. Windows color (decimal): -2246526 or 8567005. OLE color: 8567005.
HSL color Cylindrical-coordinate representation of color #DDB882: hue angle of 35.6º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DDB882 is Cyan = 0, Magento = 0.17, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 184 | 130 | - |
| CMYK | 0 | 0.17 | 0.41 | 0.13 |
| HSL | 35.6º | 0.57% | 0.69% | - |
| HSV(B) | 35.6º | 0.41% | 0.87% | - |
| XYZ | 50.99 | 51.26 | 28.33 | - |
| YUV | 188.91 | 94.76 | 150.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 184 | 130 | 0 | 0.17 | 0.41 | 0.13 | 35.6 | 0.57 | 0.69 |
| Hex | DD | B8 | 82 | 0 | 11 | 29 | D | 24 | 39 | 45 |
| Octal | 335 | 270 | 202 | 0 | 21 | 51 | 15 | 44 | 71 | 105 |
| Binary | 11011101 | 10111000 | 10000010 | 0 | 10001 | 101001 | 1101 | 100100 | 111001 | 1000101 |
Color Harmonies of #DDB882
Complementary color
Monochromatic Colors of #DDB882
Black with #DDB882
Text Example
Text Example
White with #DDB882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB882; }
p { color: rgb(221,184,130); }
H1.HeaderClassName
{
color: #DDB882;
}
.AnyTagClassName
{
color: #DDB882;
}
</style>
background-color css
<style>
a { background-color: #DDB882; }
a { background-color: rgb(221,184,130); }
div.DivClassName
{
background-color: #DDB882;
}
.BgClassName
{
background-color: #DDB882;
}
</style>
border-color css
<style>
span { border-color: #DDB882; }
span { border-color: rgb(221,184,130); }
td.TdClassName
{
border-color: #DDB882;
}
.TagClassName
{
border-color: #DDB882;
}
</style>