Shades of Burly Wood #DDBE8C
Tints of Burly Wood #DDBE8C
RGB
CMYK
RGB Variations
Color information
#DDBE8C (or 0xDDBE8C) is known color: Burly Wood. HEX triplet: DD, BE and 8C. RGB value is (221,190,140). Sum of RGB (Red+Green+Blue) = 221+190+140=551 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.11% from 551); Green value is 190 (74.61% from 255 or 34.48% from 551); Blue value is 140 (55.08% from 255 or 25.41% from 551); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBE8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDBE8C is #224173. Grayscale: #C1C1C1. Windows color (decimal): -2244980 or 9223901. OLE color: 9223901.
HSL color Cylindrical-coordinate representation of color #DDBE8C: hue angle of 37.04º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DDBE8C is Cyan = 0, Magento = 0.14, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 190 | 140 | - |
| CMYK | 0 | 0.14 | 0.37 | 0.13 |
| HSL | 37.04º | 0.54% | 0.71% | - |
| HSV(B) | 37.04º | 0.37% | 0.87% | - |
| XYZ | 52.97 | 54.09 | 32.46 | - |
| YUV | 193.57 | 97.77 | 147.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 190 | 140 | 0 | 0.14 | 0.37 | 0.13 | 37.04 | 0.54 | 0.71 |
| Hex | DD | BE | 8C | 0 | E | 25 | D | 25 | 36 | 47 |
| Octal | 335 | 276 | 214 | 0 | 16 | 45 | 15 | 45 | 66 | 107 |
| Binary | 11011101 | 10111110 | 10001100 | 0 | 1110 | 100101 | 1101 | 100101 | 110110 | 1000111 |
Color Harmonies of #DDBE8C
Complementary color
Monochromatic Colors of #DDBE8C
Black with #DDBE8C
Text Example
Text Example
White with #DDBE8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBE8C; }
p { color: rgb(221,190,140); }
H1.HeaderClassName
{
color: #DDBE8C;
}
.AnyTagClassName
{
color: #DDBE8C;
}
</style>
background-color css
<style>
a { background-color: #DDBE8C; }
a { background-color: rgb(221,190,140); }
div.DivClassName
{
background-color: #DDBE8C;
}
.BgClassName
{
background-color: #DDBE8C;
}
</style>
border-color css
<style>
span { border-color: #DDBE8C; }
span { border-color: rgb(221,190,140); }
td.TdClassName
{
border-color: #DDBE8C;
}
.TagClassName
{
border-color: #DDBE8C;
}
</style>