Shades of Burly Wood #DFBA8C
Tints of Burly Wood #DFBA8C
RGB
CMYK
RGB Variations
Color information
#DFBA8C (or 0xDFBA8C) is known color: Burly Wood. HEX triplet: DF, BA and 8C. RGB value is (223,186,140). Sum of RGB (Red+Green+Blue) = 223+186+140=549 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.62% from 549); Green value is 186 (73.05% from 255 or 33.88% from 549); Blue value is 140 (55.08% from 255 or 25.50% from 549); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBA8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFBA8C is #204573. Grayscale: #C0C0C0. Windows color (decimal): -2114932 or 9222879. OLE color: 9222879.
HSL color Cylindrical-coordinate representation of color #DFBA8C: hue angle of 33.25º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DFBA8C is Cyan = 0, Magento = 0.17, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 186 | 140 | - |
| CMYK | 0 | 0.17 | 0.37 | 0.13 |
| HSL | 33.25º | 0.56% | 0.71% | - |
| HSV(B) | 33.25º | 0.37% | 0.87% | - |
| XYZ | 52.72 | 52.7 | 32.2 | - |
| YUV | 191.82 | 98.76 | 150.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 186 | 140 | 0 | 0.17 | 0.37 | 0.13 | 33.25 | 0.56 | 0.71 |
| Hex | DF | BA | 8C | 0 | 11 | 25 | D | 21 | 38 | 47 |
| Octal | 337 | 272 | 214 | 0 | 21 | 45 | 15 | 41 | 70 | 107 |
| Binary | 11011111 | 10111010 | 10001100 | 0 | 10001 | 100101 | 1101 | 100001 | 111000 | 1000111 |
Color Harmonies of #DFBA8C
Complementary color
Monochromatic Colors of #DFBA8C
Black with #DFBA8C
Text Example
Text Example
White with #DFBA8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBA8C; }
p { color: rgb(223,186,140); }
H1.HeaderClassName
{
color: #DFBA8C;
}
.AnyTagClassName
{
color: #DFBA8C;
}
</style>
background-color css
<style>
a { background-color: #DFBA8C; }
a { background-color: rgb(223,186,140); }
div.DivClassName
{
background-color: #DFBA8C;
}
.BgClassName
{
background-color: #DFBA8C;
}
</style>
border-color css
<style>
span { border-color: #DFBA8C; }
span { border-color: rgb(223,186,140); }
td.TdClassName
{
border-color: #DFBA8C;
}
.TagClassName
{
border-color: #DFBA8C;
}
</style>