Shades of Burly Wood #DFBE89
Tints of Burly Wood #DFBE89
RGB
CMYK
RGB Variations
Color information
#DFBE89 (or 0xDFBE89) is known color: Burly Wood. HEX triplet: DF, BE and 89. RGB value is (223,190,137). Sum of RGB (Red+Green+Blue) = 223+190+137=550 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.55% from 550); Green value is 190 (74.61% from 255 or 34.55% from 550); Blue value is 137 (53.91% from 255 or 24.91% from 550); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBE89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFBE89 is #204176. Grayscale: #C2C2C2. Windows color (decimal): -2113911 or 9027295. OLE color: 9027295.
HSL color Cylindrical-coordinate representation of color #DFBE89: hue angle of 36.98º 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 #DFBE89 is Cyan = 0, Magento = 0.15, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 190 | 137 | - |
| CMYK | 0 | 0.15 | 0.39 | 0.13 |
| HSL | 36.98º | 0.57% | 0.71% | - |
| HSV(B) | 36.98º | 0.39% | 0.87% | - |
| XYZ | 53.36 | 54.32 | 31.34 | - |
| YUV | 193.83 | 95.93 | 148.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 190 | 137 | 0 | 0.15 | 0.39 | 0.13 | 36.98 | 0.57 | 0.71 |
| Hex | DF | BE | 89 | 0 | F | 27 | D | 25 | 39 | 47 |
| Octal | 337 | 276 | 211 | 0 | 17 | 47 | 15 | 45 | 71 | 107 |
| Binary | 11011111 | 10111110 | 10001001 | 0 | 1111 | 100111 | 1101 | 100101 | 111001 | 1000111 |
Color Harmonies of #DFBE89
Complementary color
Monochromatic Colors of #DFBE89
Black with #DFBE89
Text Example
Text Example
White with #DFBE89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBE89; }
p { color: rgb(223,190,137); }
H1.HeaderClassName
{
color: #DFBE89;
}
.AnyTagClassName
{
color: #DFBE89;
}
</style>
background-color css
<style>
a { background-color: #DFBE89; }
a { background-color: rgb(223,190,137); }
div.DivClassName
{
background-color: #DFBE89;
}
.BgClassName
{
background-color: #DFBE89;
}
</style>
border-color css
<style>
span { border-color: #DFBE89; }
span { border-color: rgb(223,190,137); }
td.TdClassName
{
border-color: #DFBE89;
}
.TagClassName
{
border-color: #DFBE89;
}
</style>