Shades of Burly Wood #DDB481
Tints of Burly Wood #DDB481
RGB
CMYK
RGB Variations
Color information
#DDB481 (or 0xDDB481) is known color: Burly Wood. HEX triplet: DD, B4 and 81. RGB value is (221,180,129). Sum of RGB (Red+Green+Blue) = 221+180+129=530 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.70% from 530); Green value is 180 (70.70% from 255 or 33.96% from 530); Blue value is 129 (50.78% from 255 or 24.34% from 530); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB481 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB481 is #224B7E. Grayscale: #BABABA. Windows color (decimal): -2247551 or 8500445. OLE color: 8500445.
HSL color Cylindrical-coordinate representation of color #DDB481: hue angle of 33.26º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DDB481 is Cyan = 0, Magento = 0.19, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 180 | 129 | - |
| CMYK | 0 | 0.19 | 0.42 | 0.13 |
| HSL | 33.26º | 0.58% | 0.69% | - |
| HSV(B) | 33.26º | 0.42% | 0.87% | - |
| XYZ | 50.1 | 49.6 | 27.7 | - |
| YUV | 186.45 | 95.58 | 152.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 180 | 129 | 0 | 0.19 | 0.42 | 0.13 | 33.26 | 0.58 | 0.69 |
| Hex | DD | B4 | 81 | 0 | 13 | 2A | D | 21 | 3A | 45 |
| Octal | 335 | 264 | 201 | 0 | 23 | 52 | 15 | 41 | 72 | 105 |
| Binary | 11011101 | 10110100 | 10000001 | 0 | 10011 | 101010 | 1101 | 100001 | 111010 | 1000101 |
Color Harmonies of #DDB481
Complementary color
Monochromatic Colors of #DDB481
Black with #DDB481
Text Example
Text Example
White with #DDB481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB481; }
p { color: rgb(221,180,129); }
H1.HeaderClassName
{
color: #DDB481;
}
.AnyTagClassName
{
color: #DDB481;
}
</style>
background-color css
<style>
a { background-color: #DDB481; }
a { background-color: rgb(221,180,129); }
div.DivClassName
{
background-color: #DDB481;
}
.BgClassName
{
background-color: #DDB481;
}
</style>
border-color css
<style>
span { border-color: #DDB481; }
span { border-color: rgb(221,180,129); }
td.TdClassName
{
border-color: #DDB481;
}
.TagClassName
{
border-color: #DDB481;
}
</style>