Shades of Burly Wood #DDBB8A
Tints of Burly Wood #DDBB8A
RGB
CMYK
RGB Variations
Color information
#DDBB8A (or 0xDDBB8A) is known color: Burly Wood. HEX triplet: DD, BB and 8A. RGB value is (221,187,138). Sum of RGB (Red+Green+Blue) = 221+187+138=546 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.48% from 546); Green value is 187 (73.44% from 255 or 34.25% from 546); Blue value is 138 (54.30% from 255 or 25.27% from 546); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBB8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDBB8A is #224475. Grayscale: #BFBFBF. Windows color (decimal): -2245750 or 9092061. OLE color: 9092061.
HSL color Cylindrical-coordinate representation of color #DDBB8A: hue angle of 35.42º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DDBB8A is Cyan = 0, Magento = 0.15, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 187 | 138 | - |
| CMYK | 0 | 0.15 | 0.38 | 0.13 |
| HSL | 35.42º | 0.55% | 0.7% | - |
| HSV(B) | 35.42º | 0.38% | 0.87% | - |
| XYZ | 52.18 | 52.75 | 31.48 | - |
| YUV | 191.58 | 97.76 | 148.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 187 | 138 | 0 | 0.15 | 0.38 | 0.13 | 35.42 | 0.55 | 0.7 |
| Hex | DD | BB | 8A | 0 | F | 26 | D | 23 | 37 | 46 |
| Octal | 335 | 273 | 212 | 0 | 17 | 46 | 15 | 43 | 67 | 106 |
| Binary | 11011101 | 10111011 | 10001010 | 0 | 1111 | 100110 | 1101 | 100011 | 110111 | 1000110 |
Color Harmonies of #DDBB8A
Complementary color
Monochromatic Colors of #DDBB8A
Black with #DDBB8A
Text Example
Text Example
White with #DDBB8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBB8A; }
p { color: rgb(221,187,138); }
H1.HeaderClassName
{
color: #DDBB8A;
}
.AnyTagClassName
{
color: #DDBB8A;
}
</style>
background-color css
<style>
a { background-color: #DDBB8A; }
a { background-color: rgb(221,187,138); }
div.DivClassName
{
background-color: #DDBB8A;
}
.BgClassName
{
background-color: #DDBB8A;
}
</style>
border-color css
<style>
span { border-color: #DDBB8A; }
span { border-color: rgb(221,187,138); }
td.TdClassName
{
border-color: #DDBB8A;
}
.TagClassName
{
border-color: #DDBB8A;
}
</style>