Shades of Burly Wood #DFBE8A
Tints of Burly Wood #DFBE8A
RGB
CMYK
RGB Variations
Color information
#DFBE8A (or 0xDFBE8A) is known color: Burly Wood. HEX triplet: DF, BE and 8A. RGB value is (223,190,138). Sum of RGB (Red+Green+Blue) = 223+190+138=551 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.47% from 551); Green value is 190 (74.61% from 255 or 34.48% from 551); Blue value is 138 (54.30% from 255 or 25.05% from 551); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBE8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFBE8A is #204175. Grayscale: #C2C2C2. Windows color (decimal): -2113910 or 9092831. OLE color: 9092831.
HSL color Cylindrical-coordinate representation of color #DFBE8A: hue angle of 36.71º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DFBE8A is Cyan = 0, Magento = 0.15, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 190 | 138 | - |
| CMYK | 0 | 0.15 | 0.38 | 0.13 |
| HSL | 36.71º | 0.57% | 0.71% | - |
| HSV(B) | 36.71º | 0.38% | 0.87% | - |
| XYZ | 53.43 | 54.35 | 31.72 | - |
| YUV | 193.94 | 96.43 | 148.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 190 | 138 | 0 | 0.15 | 0.38 | 0.13 | 36.71 | 0.57 | 0.71 |
| Hex | DF | BE | 8A | 0 | F | 26 | D | 25 | 39 | 47 |
| Octal | 337 | 276 | 212 | 0 | 17 | 46 | 15 | 45 | 71 | 107 |
| Binary | 11011111 | 10111110 | 10001010 | 0 | 1111 | 100110 | 1101 | 100101 | 111001 | 1000111 |
Color Harmonies of #DFBE8A
Complementary color
Monochromatic Colors of #DFBE8A
Black with #DFBE8A
Text Example
Text Example
White with #DFBE8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBE8A; }
p { color: rgb(223,190,138); }
H1.HeaderClassName
{
color: #DFBE8A;
}
.AnyTagClassName
{
color: #DFBE8A;
}
</style>
background-color css
<style>
a { background-color: #DFBE8A; }
a { background-color: rgb(223,190,138); }
div.DivClassName
{
background-color: #DFBE8A;
}
.BgClassName
{
background-color: #DFBE8A;
}
</style>
border-color css
<style>
span { border-color: #DFBE8A; }
span { border-color: rgb(223,190,138); }
td.TdClassName
{
border-color: #DFBE8A;
}
.TagClassName
{
border-color: #DFBE8A;
}
</style>