Shades of Burly Wood #DFBB8B
Tints of Burly Wood #DFBB8B
RGB
CMYK
RGB Variations
Color information
#DFBB8B (or 0xDFBB8B) is known color: Burly Wood. HEX triplet: DF, BB and 8B. RGB value is (223,187,139). Sum of RGB (Red+Green+Blue) = 223+187+139=549 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.62% from 549); Green value is 187 (73.44% from 255 or 34.06% from 549); Blue value is 139 (54.69% from 255 or 25.32% from 549); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBB8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFBB8B is #204474. Grayscale: #C0C0C0. Windows color (decimal): -2114677 or 9157599. OLE color: 9157599.
HSL color Cylindrical-coordinate representation of color #DFBB8B: hue angle of 34.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 #DFBB8B is Cyan = 0, Magento = 0.16, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 187 | 139 | - |
| CMYK | 0 | 0.16 | 0.38 | 0.13 |
| HSL | 34.29º | 0.57% | 0.71% | - |
| HSV(B) | 34.29º | 0.38% | 0.87% | - |
| XYZ | 52.86 | 53.09 | 31.89 | - |
| YUV | 192.29 | 97.93 | 149.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 187 | 139 | 0 | 0.16 | 0.38 | 0.13 | 34.29 | 0.57 | 0.71 |
| Hex | DF | BB | 8B | 0 | 10 | 26 | D | 22 | 39 | 47 |
| Octal | 337 | 273 | 213 | 0 | 20 | 46 | 15 | 42 | 71 | 107 |
| Binary | 11011111 | 10111011 | 10001011 | 0 | 10000 | 100110 | 1101 | 100010 | 111001 | 1000111 |
Color Harmonies of #DFBB8B
Complementary color
Monochromatic Colors of #DFBB8B
Black with #DFBB8B
Text Example
Text Example
White with #DFBB8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBB8B; }
p { color: rgb(223,187,139); }
H1.HeaderClassName
{
color: #DFBB8B;
}
.AnyTagClassName
{
color: #DFBB8B;
}
</style>
background-color css
<style>
a { background-color: #DFBB8B; }
a { background-color: rgb(223,187,139); }
div.DivClassName
{
background-color: #DFBB8B;
}
.BgClassName
{
background-color: #DFBB8B;
}
</style>
border-color css
<style>
span { border-color: #DFBB8B; }
span { border-color: rgb(223,187,139); }
td.TdClassName
{
border-color: #DFBB8B;
}
.TagClassName
{
border-color: #DFBB8B;
}
</style>