Shades of Burly Wood #DDB685
Tints of Burly Wood #DDB685
RGB
CMYK
RGB Variations
Color information
#DDB685 (or 0xDDB685) is known color: Burly Wood. HEX triplet: DD, B6 and 85. RGB value is (221,182,133). Sum of RGB (Red+Green+Blue) = 221+182+133=536 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.23% from 536); Green value is 182 (71.48% from 255 or 33.96% from 536); Blue value is 133 (52.34% from 255 or 24.81% from 536); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB685 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB685 is #22497A. Grayscale: #BCBCBC. Windows color (decimal): -2247035 or 8763101. OLE color: 8763101.
HSL color Cylindrical-coordinate representation of color #DDB685: hue angle of 33.41º degrees, saturation: 0.56, 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 #DDB685 is Cyan = 0, Magento = 0.18, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 182 | 133 | - |
| CMYK | 0 | 0.18 | 0.40 | 0.13 |
| HSL | 33.41º | 0.56% | 0.69% | - |
| HSV(B) | 33.41º | 0.4% | 0.87% | - |
| XYZ | 50.78 | 50.52 | 29.27 | - |
| YUV | 188.08 | 96.92 | 151.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 182 | 133 | 0 | 0.18 | 0.40 | 0.13 | 33.41 | 0.56 | 0.69 |
| Hex | DD | B6 | 85 | 0 | 12 | 28 | D | 21 | 38 | 45 |
| Octal | 335 | 266 | 205 | 0 | 22 | 50 | 15 | 41 | 70 | 105 |
| Binary | 11011101 | 10110110 | 10000101 | 0 | 10010 | 101000 | 1101 | 100001 | 111000 | 1000101 |
Color Harmonies of #DDB685
Complementary color
Monochromatic Colors of #DDB685
Black with #DDB685
Text Example
Text Example
White with #DDB685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB685; }
p { color: rgb(221,182,133); }
H1.HeaderClassName
{
color: #DDB685;
}
.AnyTagClassName
{
color: #DDB685;
}
</style>
background-color css
<style>
a { background-color: #DDB685; }
a { background-color: rgb(221,182,133); }
div.DivClassName
{
background-color: #DDB685;
}
.BgClassName
{
background-color: #DDB685;
}
</style>
border-color css
<style>
span { border-color: #DDB685; }
span { border-color: rgb(221,182,133); }
td.TdClassName
{
border-color: #DDB685;
}
.TagClassName
{
border-color: #DDB685;
}
</style>