Shades of Burly Wood #DCBB8C
Tints of Burly Wood #DCBB8C
RGB
CMYK
RGB Variations
Color information
#DCBB8C (or 0xDCBB8C) is known color: Burly Wood. HEX triplet: DC, BB and 8C. RGB value is (220,187,140). Sum of RGB (Red+Green+Blue) = 220+187+140=547 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.22% from 547); Green value is 187 (73.44% from 255 or 34.19% from 547); Blue value is 140 (55.08% from 255 or 25.59% from 547); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBB8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCBB8C is #234473. Grayscale: #BFBFBF. Windows color (decimal): -2311284 or 9223132. OLE color: 9223132.
HSL color Cylindrical-coordinate representation of color #DCBB8C: hue angle of 35.25º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DCBB8C is Cyan = 0, Magento = 0.15, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 187 | 140 | - |
| CMYK | 0 | 0.15 | 0.36 | 0.14 |
| HSL | 35.25º | 0.53% | 0.71% | - |
| HSV(B) | 35.25º | 0.36% | 0.86% | - |
| XYZ | 52.02 | 52.65 | 32.23 | - |
| YUV | 191.51 | 98.93 | 148.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 187 | 140 | 0 | 0.15 | 0.36 | 0.14 | 35.25 | 0.53 | 0.71 |
| Hex | DC | BB | 8C | 0 | F | 24 | E | 23 | 35 | 47 |
| Octal | 334 | 273 | 214 | 0 | 17 | 44 | 16 | 43 | 65 | 107 |
| Binary | 11011100 | 10111011 | 10001100 | 0 | 1111 | 100100 | 1110 | 100011 | 110101 | 1000111 |
Color Harmonies of #DCBB8C
Complementary color
Monochromatic Colors of #DCBB8C
Black with #DCBB8C
Text Example
Text Example
White with #DCBB8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBB8C; }
p { color: rgb(220,187,140); }
H1.HeaderClassName
{
color: #DCBB8C;
}
.AnyTagClassName
{
color: #DCBB8C;
}
</style>
background-color css
<style>
a { background-color: #DCBB8C; }
a { background-color: rgb(220,187,140); }
div.DivClassName
{
background-color: #DCBB8C;
}
.BgClassName
{
background-color: #DCBB8C;
}
</style>
border-color css
<style>
span { border-color: #DCBB8C; }
span { border-color: rgb(220,187,140); }
td.TdClassName
{
border-color: #DCBB8C;
}
.TagClassName
{
border-color: #DCBB8C;
}
</style>