Shades of Burly Wood #DFBC89
Tints of Burly Wood #DFBC89
RGB
CMYK
RGB Variations
Color information
#DFBC89 (or 0xDFBC89) is known color: Burly Wood. HEX triplet: DF, BC and 89. RGB value is (223,188,137). Sum of RGB (Red+Green+Blue) = 223+188+137=548 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.69% from 548); Green value is 188 (73.83% from 255 or 34.31% from 548); Blue value is 137 (53.91% from 255 or 25% from 548); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBC89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFBC89 is #204376. Grayscale: #C0C0C0. Windows color (decimal): -2114423 or 9026783. OLE color: 9026783.
HSL color Cylindrical-coordinate representation of color #DFBC89: hue angle of 35.58º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DFBC89 is Cyan = 0, Magento = 0.16, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 188 | 137 | - |
| CMYK | 0 | 0.16 | 0.39 | 0.13 |
| HSL | 35.58º | 0.57% | 0.71% | - |
| HSV(B) | 35.58º | 0.39% | 0.87% | - |
| XYZ | 52.93 | 53.46 | 31.2 | - |
| YUV | 192.65 | 96.6 | 149.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 188 | 137 | 0 | 0.16 | 0.39 | 0.13 | 35.58 | 0.57 | 0.71 |
| Hex | DF | BC | 89 | 0 | 10 | 27 | D | 24 | 39 | 47 |
| Octal | 337 | 274 | 211 | 0 | 20 | 47 | 15 | 44 | 71 | 107 |
| Binary | 11011111 | 10111100 | 10001001 | 0 | 10000 | 100111 | 1101 | 100100 | 111001 | 1000111 |
Color Harmonies of #DFBC89
Complementary color
Monochromatic Colors of #DFBC89
Black with #DFBC89
Text Example
Text Example
White with #DFBC89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBC89; }
p { color: rgb(223,188,137); }
H1.HeaderClassName
{
color: #DFBC89;
}
.AnyTagClassName
{
color: #DFBC89;
}
</style>
background-color css
<style>
a { background-color: #DFBC89; }
a { background-color: rgb(223,188,137); }
div.DivClassName
{
background-color: #DFBC89;
}
.BgClassName
{
background-color: #DFBC89;
}
</style>
border-color css
<style>
span { border-color: #DFBC89; }
span { border-color: rgb(223,188,137); }
td.TdClassName
{
border-color: #DFBC89;
}
.TagClassName
{
border-color: #DFBC89;
}
</style>