Shades of Burly Wood #DFBC87
Tints of Burly Wood #DFBC87
RGB
CMYK
RGB Variations
Color information
#DFBC87 (or 0xDFBC87) is known color: Burly Wood. HEX triplet: DF, BC and 87. RGB value is (223,188,135). Sum of RGB (Red+Green+Blue) = 223+188+135=546 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.84% from 546); Green value is 188 (73.83% from 255 or 34.43% from 546); Blue value is 135 (53.12% from 255 or 24.73% from 546); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBC87 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFBC87 is #204378. Grayscale: #C0C0C0. Windows color (decimal): -2114425 or 8895711. OLE color: 8895711.
HSL color Cylindrical-coordinate representation of color #DFBC87: hue angle of 36.14º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DFBC87 is Cyan = 0, Magento = 0.16, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 188 | 135 | - |
| CMYK | 0 | 0.16 | 0.39 | 0.13 |
| HSL | 36.14º | 0.58% | 0.7% | - |
| HSV(B) | 36.14º | 0.39% | 0.87% | - |
| XYZ | 52.79 | 53.4 | 30.45 | - |
| YUV | 192.42 | 95.6 | 149.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 188 | 135 | 0 | 0.16 | 0.39 | 0.13 | 36.14 | 0.58 | 0.7 |
| Hex | DF | BC | 87 | 0 | 10 | 27 | D | 24 | 3A | 46 |
| Octal | 337 | 274 | 207 | 0 | 20 | 47 | 15 | 44 | 72 | 106 |
| Binary | 11011111 | 10111100 | 10000111 | 0 | 10000 | 100111 | 1101 | 100100 | 111010 | 1000110 |
Color Harmonies of #DFBC87
Complementary color
Monochromatic Colors of #DFBC87
Black with #DFBC87
Text Example
Text Example
White with #DFBC87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBC87; }
p { color: rgb(223,188,135); }
H1.HeaderClassName
{
color: #DFBC87;
}
.AnyTagClassName
{
color: #DFBC87;
}
</style>
background-color css
<style>
a { background-color: #DFBC87; }
a { background-color: rgb(223,188,135); }
div.DivClassName
{
background-color: #DFBC87;
}
.BgClassName
{
background-color: #DFBC87;
}
</style>
border-color css
<style>
span { border-color: #DFBC87; }
span { border-color: rgb(223,188,135); }
td.TdClassName
{
border-color: #DFBC87;
}
.TagClassName
{
border-color: #DFBC87;
}
</style>