Shades of Burly Wood #DDBB88
Tints of Burly Wood #DDBB88
RGB
CMYK
RGB Variations
Color information
#DDBB88 (or 0xDDBB88) is known color: Burly Wood. HEX triplet: DD, BB and 88. RGB value is (221,187,136). Sum of RGB (Red+Green+Blue) = 221+187+136=544 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.62% from 544); Green value is 187 (73.44% from 255 or 34.38% from 544); Blue value is 136 (53.52% from 255 or 25% from 544); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBB88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDBB88 is #224477. Grayscale: #BFBFBF. Windows color (decimal): -2245752 or 8960989. OLE color: 8960989.
HSL color Cylindrical-coordinate representation of color #DDBB88: hue angle of 36º degrees, saturation: 0.56, 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 #DDBB88 is Cyan = 0, Magento = 0.15, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 187 | 136 | - |
CMYK | 0 | 0.15 | 0.38 | 0.13 |
HSL | 36º | 0.56% | 0.7% | - |
HSV(B) | 36º | 0.38% | 0.87% | - |
XYZ | 52.03 | 52.69 | 30.72 | - |
YUV | 191.35 | 96.76 | 149.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 187 | 136 | 0 | 0.15 | 0.38 | 0.13 | 36 | 0.56 | 0.7 |
Hex | DD | BB | 88 | 0 | F | 26 | D | 24 | 38 | 46 |
Octal | 335 | 273 | 210 | 0 | 17 | 46 | 15 | 44 | 70 | 106 |
Binary | 11011101 | 10111011 | 10001000 | 0 | 1111 | 100110 | 1101 | 100100 | 111000 | 1000110 |
Color Harmonies of #DDBB88
Complementary color
Monochromatic Colors of #DDBB88
Black with #DDBB88
Text Example
Text Example
White with #DDBB88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBB88; }
p { color: rgb(221,187,136); }
H1.HeaderClassName
{
color: #DDBB88;
}
.AnyTagClassName
{
color: #DDBB88;
}
</style>
background-color css
<style>
a { background-color: #DDBB88; }
a { background-color: rgb(221,187,136); }
div.DivClassName
{
background-color: #DDBB88;
}
.BgClassName
{
background-color: #DDBB88;
}
</style>
border-color css
<style>
span { border-color: #DDBB88; }
span { border-color: rgb(221,187,136); }
td.TdClassName
{
border-color: #DDBB88;
}
.TagClassName
{
border-color: #DDBB88;
}
</style>