Shades of Burly Wood #DFBD85
Tints of Burly Wood #DFBD85
RGB
CMYK
RGB Variations
Color information
#DFBD85 (or 0xDFBD85) is known color: Burly Wood. HEX triplet: DF, BD and 85. RGB value is (223,189,133). Sum of RGB (Red+Green+Blue) = 223+189+133=545 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.92% from 545); Green value is 189 (74.22% from 255 or 34.68% from 545); Blue value is 133 (52.34% from 255 or 24.40% from 545); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBD85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFBD85 is #20427A. Grayscale: #C1C1C1. Windows color (decimal): -2114171 or 8764895. OLE color: 8764895.
HSL color Cylindrical-coordinate representation of color #DFBD85: hue angle of 37.33º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DFBD85 is Cyan = 0, Magento = 0.15, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 189 | 133 | - |
| CMYK | 0 | 0.15 | 0.40 | 0.13 |
| HSL | 37.33º | 0.58% | 0.7% | - |
| HSV(B) | 37.33º | 0.4% | 0.87% | - |
| XYZ | 52.86 | 53.78 | 29.78 | - |
| YUV | 192.78 | 94.26 | 149.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 189 | 133 | 0 | 0.15 | 0.40 | 0.13 | 37.33 | 0.58 | 0.7 |
| Hex | DF | BD | 85 | 0 | F | 28 | D | 25 | 3A | 46 |
| Octal | 337 | 275 | 205 | 0 | 17 | 50 | 15 | 45 | 72 | 106 |
| Binary | 11011111 | 10111101 | 10000101 | 0 | 1111 | 101000 | 1101 | 100101 | 111010 | 1000110 |
Color Harmonies of #DFBD85
Complementary color
Monochromatic Colors of #DFBD85
Black with #DFBD85
Text Example
Text Example
White with #DFBD85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBD85; }
p { color: rgb(223,189,133); }
H1.HeaderClassName
{
color: #DFBD85;
}
.AnyTagClassName
{
color: #DFBD85;
}
</style>
background-color css
<style>
a { background-color: #DFBD85; }
a { background-color: rgb(223,189,133); }
div.DivClassName
{
background-color: #DFBD85;
}
.BgClassName
{
background-color: #DFBD85;
}
</style>
border-color css
<style>
span { border-color: #DFBD85; }
span { border-color: rgb(223,189,133); }
td.TdClassName
{
border-color: #DFBD85;
}
.TagClassName
{
border-color: #DFBD85;
}
</style>