Shades of Burly Wood #DDBF8E
Tints of Burly Wood #DDBF8E
RGB
CMYK
RGB Variations
Color information
#DDBF8E (or 0xDDBF8E) is known color: Burly Wood. HEX triplet: DD, BF and 8E. RGB value is (221,191,142). Sum of RGB (Red+Green+Blue) = 221+191+142=554 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.89% from 554); Green value is 191 (75% from 255 or 34.48% from 554); Blue value is 142 (55.86% from 255 or 25.63% from 554); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBF8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDBF8E is #224071. Grayscale: #C2C2C2. Windows color (decimal): -2244722 or 9355229. OLE color: 9355229.
HSL color Cylindrical-coordinate representation of color #DDBF8E: hue angle of 37.22º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DDBF8E is Cyan = 0, Magento = 0.14, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 191 | 142 | - |
| CMYK | 0 | 0.14 | 0.36 | 0.13 |
| HSL | 37.22º | 0.54% | 0.71% | - |
| HSV(B) | 37.22º | 0.36% | 0.87% | - |
| XYZ | 53.33 | 54.59 | 33.32 | - |
| YUV | 194.38 | 98.44 | 146.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 191 | 142 | 0 | 0.14 | 0.36 | 0.13 | 37.22 | 0.54 | 0.71 |
| Hex | DD | BF | 8E | 0 | E | 24 | D | 25 | 36 | 47 |
| Octal | 335 | 277 | 216 | 0 | 16 | 44 | 15 | 45 | 66 | 107 |
| Binary | 11011101 | 10111111 | 10001110 | 0 | 1110 | 100100 | 1101 | 100101 | 110110 | 1000111 |
Color Harmonies of #DDBF8E
Complementary color
Monochromatic Colors of #DDBF8E
Black with #DDBF8E
Text Example
Text Example
White with #DDBF8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBF8E; }
p { color: rgb(221,191,142); }
H1.HeaderClassName
{
color: #DDBF8E;
}
.AnyTagClassName
{
color: #DDBF8E;
}
</style>
background-color css
<style>
a { background-color: #DDBF8E; }
a { background-color: rgb(221,191,142); }
div.DivClassName
{
background-color: #DDBF8E;
}
.BgClassName
{
background-color: #DDBF8E;
}
</style>
border-color css
<style>
span { border-color: #DDBF8E; }
span { border-color: rgb(221,191,142); }
td.TdClassName
{
border-color: #DDBF8E;
}
.TagClassName
{
border-color: #DDBF8E;
}
</style>