Shades of Burly Wood #DFBB89
Tints of Burly Wood #DFBB89
RGB
CMYK
RGB Variations
Color information
#DFBB89 (or 0xDFBB89) is known color: Burly Wood. HEX triplet: DF, BB and 89. RGB value is (223,187,137). Sum of RGB (Red+Green+Blue) = 223+187+137=547 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.77% from 547); Green value is 187 (73.44% from 255 or 34.19% from 547); Blue value is 137 (53.91% from 255 or 25.05% from 547); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBB89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFBB89 is #204476. Grayscale: #C0C0C0. Windows color (decimal): -2114679 or 9026527. OLE color: 9026527.
HSL color Cylindrical-coordinate representation of color #DFBB89: hue angle of 34.88º 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 #DFBB89 is Cyan = 0, Magento = 0.16, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 187 | 137 | - |
| CMYK | 0 | 0.16 | 0.39 | 0.13 |
| HSL | 34.88º | 0.57% | 0.71% | - |
| HSV(B) | 34.88º | 0.39% | 0.87% | - |
| XYZ | 52.72 | 53.03 | 31.13 | - |
| YUV | 192.06 | 96.93 | 150.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 187 | 137 | 0 | 0.16 | 0.39 | 0.13 | 34.88 | 0.57 | 0.71 |
| Hex | DF | BB | 89 | 0 | 10 | 27 | D | 23 | 39 | 47 |
| Octal | 337 | 273 | 211 | 0 | 20 | 47 | 15 | 43 | 71 | 107 |
| Binary | 11011111 | 10111011 | 10001001 | 0 | 10000 | 100111 | 1101 | 100011 | 111001 | 1000111 |
Color Harmonies of #DFBB89
Complementary color
Monochromatic Colors of #DFBB89
Black with #DFBB89
Text Example
Text Example
White with #DFBB89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBB89; }
p { color: rgb(223,187,137); }
H1.HeaderClassName
{
color: #DFBB89;
}
.AnyTagClassName
{
color: #DFBB89;
}
</style>
background-color css
<style>
a { background-color: #DFBB89; }
a { background-color: rgb(223,187,137); }
div.DivClassName
{
background-color: #DFBB89;
}
.BgClassName
{
background-color: #DFBB89;
}
</style>
border-color css
<style>
span { border-color: #DFBB89; }
span { border-color: rgb(223,187,137); }
td.TdClassName
{
border-color: #DFBB89;
}
.TagClassName
{
border-color: #DFBB89;
}
</style>