Shades of Burly Wood #DFBD8D
Tints of Burly Wood #DFBD8D
RGB
CMYK
RGB Variations
Color information
#DFBD8D (or 0xDFBD8D) is known color: Burly Wood. HEX triplet: DF, BD and 8D. RGB value is (223,189,141). Sum of RGB (Red+Green+Blue) = 223+189+141=553 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.33% from 553); Green value is 189 (74.22% from 255 or 34.18% from 553); Blue value is 141 (55.47% from 255 or 25.50% from 553); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBD8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFBD8D is #204272. Grayscale: #C1C1C1. Windows color (decimal): -2114163 or 9289183. OLE color: 9289183.
HSL color Cylindrical-coordinate representation of color #DFBD8D: hue angle of 35.12º 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 #DFBD8D is Cyan = 0, Magento = 0.15, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 189 | 141 | - |
| CMYK | 0 | 0.15 | 0.37 | 0.13 |
| HSL | 35.12º | 0.56% | 0.71% | - |
| HSV(B) | 35.12º | 0.37% | 0.87% | - |
| XYZ | 53.44 | 54.01 | 32.81 | - |
| YUV | 193.69 | 98.26 | 148.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 189 | 141 | 0 | 0.15 | 0.37 | 0.13 | 35.12 | 0.56 | 0.71 |
| Hex | DF | BD | 8D | 0 | F | 25 | D | 23 | 38 | 47 |
| Octal | 337 | 275 | 215 | 0 | 17 | 45 | 15 | 43 | 70 | 107 |
| Binary | 11011111 | 10111101 | 10001101 | 0 | 1111 | 100101 | 1101 | 100011 | 111000 | 1000111 |
Color Harmonies of #DFBD8D
Complementary color
Monochromatic Colors of #DFBD8D
Black with #DFBD8D
Text Example
Text Example
White with #DFBD8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBD8D; }
p { color: rgb(223,189,141); }
H1.HeaderClassName
{
color: #DFBD8D;
}
.AnyTagClassName
{
color: #DFBD8D;
}
</style>
background-color css
<style>
a { background-color: #DFBD8D; }
a { background-color: rgb(223,189,141); }
div.DivClassName
{
background-color: #DFBD8D;
}
.BgClassName
{
background-color: #DFBD8D;
}
</style>
border-color css
<style>
span { border-color: #DFBD8D; }
span { border-color: rgb(223,189,141); }
td.TdClassName
{
border-color: #DFBD8D;
}
.TagClassName
{
border-color: #DFBD8D;
}
</style>