Shades of Burly Wood #DDB482
Tints of Burly Wood #DDB482
RGB
CMYK
RGB Variations
Color information
#DDB482 (or 0xDDB482) is known color: Burly Wood. HEX triplet: DD, B4 and 82. RGB value is (221,180,130). Sum of RGB (Red+Green+Blue) = 221+180+130=531 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.62% from 531); Green value is 180 (70.70% from 255 or 33.90% from 531); Blue value is 130 (51.17% from 255 or 24.48% from 531); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB482 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB482 is #224B7D. Grayscale: #BABABA. Windows color (decimal): -2247550 or 8565981. OLE color: 8565981.
HSL color Cylindrical-coordinate representation of color #DDB482: hue angle of 32.97º 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 #DDB482 is Cyan = 0, Magento = 0.19, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 180 | 130 | - |
| CMYK | 0 | 0.19 | 0.41 | 0.13 |
| HSL | 32.97º | 0.57% | 0.69% | - |
| HSV(B) | 32.97º | 0.41% | 0.87% | - |
| XYZ | 50.17 | 49.63 | 28.05 | - |
| YUV | 186.56 | 96.08 | 152.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 180 | 130 | 0 | 0.19 | 0.41 | 0.13 | 32.97 | 0.57 | 0.69 |
| Hex | DD | B4 | 82 | 0 | 13 | 29 | D | 21 | 39 | 45 |
| Octal | 335 | 264 | 202 | 0 | 23 | 51 | 15 | 41 | 71 | 105 |
| Binary | 11011101 | 10110100 | 10000010 | 0 | 10011 | 101001 | 1101 | 100001 | 111001 | 1000101 |
Color Harmonies of #DDB482
Complementary color
Monochromatic Colors of #DDB482
Black with #DDB482
Text Example
Text Example
White with #DDB482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB482; }
p { color: rgb(221,180,130); }
H1.HeaderClassName
{
color: #DDB482;
}
.AnyTagClassName
{
color: #DDB482;
}
</style>
background-color css
<style>
a { background-color: #DDB482; }
a { background-color: rgb(221,180,130); }
div.DivClassName
{
background-color: #DDB482;
}
.BgClassName
{
background-color: #DDB482;
}
</style>
border-color css
<style>
span { border-color: #DDB482; }
span { border-color: rgb(221,180,130); }
td.TdClassName
{
border-color: #DDB482;
}
.TagClassName
{
border-color: #DDB482;
}
</style>