Shades of Burly Wood #DFBE88
Tints of Burly Wood #DFBE88
RGB
CMYK
RGB Variations
Color information
#DFBE88 (or 0xDFBE88) is known color: Burly Wood. HEX triplet: DF, BE and 88. RGB value is (223,190,136). Sum of RGB (Red+Green+Blue) = 223+190+136=549 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.62% from 549); Green value is 190 (74.61% from 255 or 34.61% from 549); Blue value is 136 (53.52% from 255 or 24.77% from 549); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBE88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFBE88 is #204177. Grayscale: #C1C1C1. Windows color (decimal): -2113912 or 8961759. OLE color: 8961759.
HSL color Cylindrical-coordinate representation of color #DFBE88: hue angle of 37.24º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DFBE88 is Cyan = 0, Magento = 0.15, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 190 | 136 | - |
| CMYK | 0 | 0.15 | 0.39 | 0.13 |
| HSL | 37.24º | 0.58% | 0.7% | - |
| HSV(B) | 37.24º | 0.39% | 0.87% | - |
| XYZ | 53.29 | 54.29 | 30.96 | - |
| YUV | 193.71 | 95.43 | 148.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 190 | 136 | 0 | 0.15 | 0.39 | 0.13 | 37.24 | 0.58 | 0.7 |
| Hex | DF | BE | 88 | 0 | F | 27 | D | 25 | 3A | 46 |
| Octal | 337 | 276 | 210 | 0 | 17 | 47 | 15 | 45 | 72 | 106 |
| Binary | 11011111 | 10111110 | 10001000 | 0 | 1111 | 100111 | 1101 | 100101 | 111010 | 1000110 |
Color Harmonies of #DFBE88
Complementary color
Monochromatic Colors of #DFBE88
Black with #DFBE88
Text Example
Text Example
White with #DFBE88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBE88; }
p { color: rgb(223,190,136); }
H1.HeaderClassName
{
color: #DFBE88;
}
.AnyTagClassName
{
color: #DFBE88;
}
</style>
background-color css
<style>
a { background-color: #DFBE88; }
a { background-color: rgb(223,190,136); }
div.DivClassName
{
background-color: #DFBE88;
}
.BgClassName
{
background-color: #DFBE88;
}
</style>
border-color css
<style>
span { border-color: #DFBE88; }
span { border-color: rgb(223,190,136); }
td.TdClassName
{
border-color: #DFBE88;
}
.TagClassName
{
border-color: #DFBE88;
}
</style>