Shades of Burly Wood #DDBB8C
Tints of Burly Wood #DDBB8C
RGB
CMYK
RGB Variations
Color information
#DDBB8C (or 0xDDBB8C) is known color: Burly Wood. HEX triplet: DD, BB and 8C. RGB value is (221,187,140). Sum of RGB (Red+Green+Blue) = 221+187+140=548 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.33% from 548); Green value is 187 (73.44% from 255 or 34.12% from 548); Blue value is 140 (55.08% from 255 or 25.55% from 548); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBB8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDBB8C is #224473. Grayscale: #C0C0C0. Windows color (decimal): -2245748 or 9223133. OLE color: 9223133.
HSL color Cylindrical-coordinate representation of color #DDBB8C: hue angle of 34.81º 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 #DDBB8C is Cyan = 0, Magento = 0.15, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 187 | 140 | - |
| CMYK | 0 | 0.15 | 0.37 | 0.13 |
| HSL | 34.81º | 0.54% | 0.71% | - |
| HSV(B) | 34.81º | 0.37% | 0.87% | - |
| XYZ | 52.32 | 52.81 | 32.25 | - |
| YUV | 191.81 | 98.76 | 148.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 187 | 140 | 0 | 0.15 | 0.37 | 0.13 | 34.81 | 0.54 | 0.71 |
| Hex | DD | BB | 8C | 0 | F | 25 | D | 23 | 36 | 47 |
| Octal | 335 | 273 | 214 | 0 | 17 | 45 | 15 | 43 | 66 | 107 |
| Binary | 11011101 | 10111011 | 10001100 | 0 | 1111 | 100101 | 1101 | 100011 | 110110 | 1000111 |
Color Harmonies of #DDBB8C
Complementary color
Monochromatic Colors of #DDBB8C
Black with #DDBB8C
Text Example
Text Example
White with #DDBB8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBB8C; }
p { color: rgb(221,187,140); }
H1.HeaderClassName
{
color: #DDBB8C;
}
.AnyTagClassName
{
color: #DDBB8C;
}
</style>
background-color css
<style>
a { background-color: #DDBB8C; }
a { background-color: rgb(221,187,140); }
div.DivClassName
{
background-color: #DDBB8C;
}
.BgClassName
{
background-color: #DDBB8C;
}
</style>
border-color css
<style>
span { border-color: #DDBB8C; }
span { border-color: rgb(221,187,140); }
td.TdClassName
{
border-color: #DDBB8C;
}
.TagClassName
{
border-color: #DDBB8C;
}
</style>