Shades of Burly Wood #DFBC84
Tints of Burly Wood #DFBC84
RGB
CMYK
RGB Variations
Color information
#DFBC84 (or 0xDFBC84) is known color: Burly Wood. HEX triplet: DF, BC and 84. RGB value is (223,188,132). Sum of RGB (Red+Green+Blue) = 223+188+132=543 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.07% from 543); Green value is 188 (73.83% from 255 or 34.62% from 543); Blue value is 132 (51.95% from 255 or 24.31% from 543); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBC84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFBC84 is #20437B. Grayscale: #C0C0C0. Windows color (decimal): -2114428 or 8699103. OLE color: 8699103.
HSL color Cylindrical-coordinate representation of color #DFBC84: hue angle of 36.92º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DFBC84 is Cyan = 0, Magento = 0.16, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 188 | 132 | - |
| CMYK | 0 | 0.16 | 0.41 | 0.13 |
| HSL | 36.92º | 0.59% | 0.7% | - |
| HSV(B) | 36.92º | 0.41% | 0.87% | - |
| XYZ | 52.58 | 53.32 | 29.35 | - |
| YUV | 192.08 | 94.1 | 150.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 188 | 132 | 0 | 0.16 | 0.41 | 0.13 | 36.92 | 0.59 | 0.7 |
| Hex | DF | BC | 84 | 0 | 10 | 29 | D | 25 | 3B | 46 |
| Octal | 337 | 274 | 204 | 0 | 20 | 51 | 15 | 45 | 73 | 106 |
| Binary | 11011111 | 10111100 | 10000100 | 0 | 10000 | 101001 | 1101 | 100101 | 111011 | 1000110 |
Color Harmonies of #DFBC84
Complementary color
Monochromatic Colors of #DFBC84
Black with #DFBC84
Text Example
Text Example
White with #DFBC84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBC84; }
p { color: rgb(223,188,132); }
H1.HeaderClassName
{
color: #DFBC84;
}
.AnyTagClassName
{
color: #DFBC84;
}
</style>
background-color css
<style>
a { background-color: #DFBC84; }
a { background-color: rgb(223,188,132); }
div.DivClassName
{
background-color: #DFBC84;
}
.BgClassName
{
background-color: #DFBC84;
}
</style>
border-color css
<style>
span { border-color: #DFBC84; }
span { border-color: rgb(223,188,132); }
td.TdClassName
{
border-color: #DFBC84;
}
.TagClassName
{
border-color: #DFBC84;
}
</style>