Shades of Burly Wood #DCBB89
Tints of Burly Wood #DCBB89
RGB
CMYK
RGB Variations
Color information
#DCBB89 (or 0xDCBB89) is known color: Burly Wood. HEX triplet: DC, BB and 89. RGB value is (220,187,137). Sum of RGB (Red+Green+Blue) = 220+187+137=544 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.44% from 544); Green value is 187 (73.44% from 255 or 34.38% from 544); Blue value is 137 (53.91% from 255 or 25.18% from 544); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBB89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCBB89 is #234476. Grayscale: #BFBFBF. Windows color (decimal): -2311287 or 9026524. OLE color: 9026524.
HSL color Cylindrical-coordinate representation of color #DCBB89: hue angle of 36.14º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DCBB89 is Cyan = 0, Magento = 0.15, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 187 | 137 | - |
| CMYK | 0 | 0.15 | 0.38 | 0.14 |
| HSL | 36.14º | 0.54% | 0.7% | - |
| HSV(B) | 36.14º | 0.38% | 0.86% | - |
| XYZ | 51.8 | 52.56 | 31.08 | - |
| YUV | 191.17 | 97.43 | 148.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 187 | 137 | 0 | 0.15 | 0.38 | 0.14 | 36.14 | 0.54 | 0.7 |
| Hex | DC | BB | 89 | 0 | F | 26 | E | 24 | 36 | 46 |
| Octal | 334 | 273 | 211 | 0 | 17 | 46 | 16 | 44 | 66 | 106 |
| Binary | 11011100 | 10111011 | 10001001 | 0 | 1111 | 100110 | 1110 | 100100 | 110110 | 1000110 |
Color Harmonies of #DCBB89
Complementary color
Monochromatic Colors of #DCBB89
Black with #DCBB89
Text Example
Text Example
White with #DCBB89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBB89; }
p { color: rgb(220,187,137); }
H1.HeaderClassName
{
color: #DCBB89;
}
.AnyTagClassName
{
color: #DCBB89;
}
</style>
background-color css
<style>
a { background-color: #DCBB89; }
a { background-color: rgb(220,187,137); }
div.DivClassName
{
background-color: #DCBB89;
}
.BgClassName
{
background-color: #DCBB89;
}
</style>
border-color css
<style>
span { border-color: #DCBB89; }
span { border-color: rgb(220,187,137); }
td.TdClassName
{
border-color: #DCBB89;
}
.TagClassName
{
border-color: #DCBB89;
}
</style>