Shades of Burly Wood #DFBE8D
Tints of Burly Wood #DFBE8D
RGB
CMYK
RGB Variations
Color information
#DFBE8D (or 0xDFBE8D) is known color: Burly Wood. HEX triplet: DF, BE and 8D. RGB value is (223,190,141). Sum of RGB (Red+Green+Blue) = 223+190+141=554 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.25% from 554); Green value is 190 (74.61% from 255 or 34.30% from 554); Blue value is 141 (55.47% from 255 or 25.45% from 554); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBE8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFBE8D is #204172. Grayscale: #C2C2C2. Windows color (decimal): -2113907 or 9289439. OLE color: 9289439.
HSL color Cylindrical-coordinate representation of color #DFBE8D: hue angle of 35.85º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DFBE8D is Cyan = 0, Magento = 0.15, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 190 | 141 | - |
| CMYK | 0 | 0.15 | 0.37 | 0.13 |
| HSL | 35.85º | 0.56% | 0.71% | - |
| HSV(B) | 35.85º | 0.37% | 0.87% | - |
| XYZ | 53.65 | 54.44 | 32.88 | - |
| YUV | 194.28 | 97.93 | 148.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 190 | 141 | 0 | 0.15 | 0.37 | 0.13 | 35.85 | 0.56 | 0.71 |
| Hex | DF | BE | 8D | 0 | F | 25 | D | 24 | 38 | 47 |
| Octal | 337 | 276 | 215 | 0 | 17 | 45 | 15 | 44 | 70 | 107 |
| Binary | 11011111 | 10111110 | 10001101 | 0 | 1111 | 100101 | 1101 | 100100 | 111000 | 1000111 |
Color Harmonies of #DFBE8D
Complementary color
Monochromatic Colors of #DFBE8D
Black with #DFBE8D
Text Example
Text Example
White with #DFBE8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBE8D; }
p { color: rgb(223,190,141); }
H1.HeaderClassName
{
color: #DFBE8D;
}
.AnyTagClassName
{
color: #DFBE8D;
}
</style>
background-color css
<style>
a { background-color: #DFBE8D; }
a { background-color: rgb(223,190,141); }
div.DivClassName
{
background-color: #DFBE8D;
}
.BgClassName
{
background-color: #DFBE8D;
}
</style>
border-color css
<style>
span { border-color: #DFBE8D; }
span { border-color: rgb(223,190,141); }
td.TdClassName
{
border-color: #DFBE8D;
}
.TagClassName
{
border-color: #DFBE8D;
}
</style>