Shades of Burly Wood #DFBC8A
Tints of Burly Wood #DFBC8A
RGB
CMYK
RGB Variations
Color information
#DFBC8A (or 0xDFBC8A) is known color: Burly Wood. HEX triplet: DF, BC and 8A. RGB value is (223,188,138). Sum of RGB (Red+Green+Blue) = 223+188+138=549 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.62% from 549); Green value is 188 (73.83% from 255 or 34.24% from 549); Blue value is 138 (54.30% from 255 or 25.14% from 549); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBC8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFBC8A is #204375. Grayscale: #C1C1C1. Windows color (decimal): -2114422 or 9092319. OLE color: 9092319.
HSL color Cylindrical-coordinate representation of color #DFBC8A: hue angle of 35.29º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DFBC8A is Cyan = 0, Magento = 0.16, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 188 | 138 | - |
| CMYK | 0 | 0.16 | 0.38 | 0.13 |
| HSL | 35.29º | 0.57% | 0.71% | - |
| HSV(B) | 35.29º | 0.38% | 0.87% | - |
| XYZ | 53 | 53.49 | 31.58 | - |
| YUV | 192.77 | 97.1 | 149.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 188 | 138 | 0 | 0.16 | 0.38 | 0.13 | 35.29 | 0.57 | 0.71 |
| Hex | DF | BC | 8A | 0 | 10 | 26 | D | 23 | 39 | 47 |
| Octal | 337 | 274 | 212 | 0 | 20 | 46 | 15 | 43 | 71 | 107 |
| Binary | 11011111 | 10111100 | 10001010 | 0 | 10000 | 100110 | 1101 | 100011 | 111001 | 1000111 |
Color Harmonies of #DFBC8A
Complementary color
Monochromatic Colors of #DFBC8A
Black with #DFBC8A
Text Example
Text Example
White with #DFBC8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBC8A; }
p { color: rgb(223,188,138); }
H1.HeaderClassName
{
color: #DFBC8A;
}
.AnyTagClassName
{
color: #DFBC8A;
}
</style>
background-color css
<style>
a { background-color: #DFBC8A; }
a { background-color: rgb(223,188,138); }
div.DivClassName
{
background-color: #DFBC8A;
}
.BgClassName
{
background-color: #DFBC8A;
}
</style>
border-color css
<style>
span { border-color: #DFBC8A; }
span { border-color: rgb(223,188,138); }
td.TdClassName
{
border-color: #DFBC8A;
}
.TagClassName
{
border-color: #DFBC8A;
}
</style>