Shades of Burly Wood #DFBD89
Tints of Burly Wood #DFBD89
RGB
CMYK
RGB Variations
Color information
#DFBD89 (or 0xDFBD89) is known color: Burly Wood. HEX triplet: DF, BD and 89. RGB value is (223,189,137). Sum of RGB (Red+Green+Blue) = 223+189+137=549 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.62% from 549); Green value is 189 (74.22% from 255 or 34.43% from 549); Blue value is 137 (53.91% from 255 or 24.95% from 549); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBD89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFBD89 is #204276. Grayscale: #C1C1C1. Windows color (decimal): -2114167 or 9027039. OLE color: 9027039.
HSL color Cylindrical-coordinate representation of color #DFBD89: hue angle of 36.28º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DFBD89 is Cyan = 0, Magento = 0.15, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 189 | 137 | - |
| CMYK | 0 | 0.15 | 0.39 | 0.13 |
| HSL | 36.28º | 0.57% | 0.71% | - |
| HSV(B) | 36.28º | 0.39% | 0.87% | - |
| XYZ | 53.14 | 53.89 | 31.27 | - |
| YUV | 193.24 | 96.26 | 149.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 189 | 137 | 0 | 0.15 | 0.39 | 0.13 | 36.28 | 0.57 | 0.71 |
| Hex | DF | BD | 89 | 0 | F | 27 | D | 24 | 39 | 47 |
| Octal | 337 | 275 | 211 | 0 | 17 | 47 | 15 | 44 | 71 | 107 |
| Binary | 11011111 | 10111101 | 10001001 | 0 | 1111 | 100111 | 1101 | 100100 | 111001 | 1000111 |
Color Harmonies of #DFBD89
Complementary color
Monochromatic Colors of #DFBD89
Black with #DFBD89
Text Example
Text Example
White with #DFBD89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBD89; }
p { color: rgb(223,189,137); }
H1.HeaderClassName
{
color: #DFBD89;
}
.AnyTagClassName
{
color: #DFBD89;
}
</style>
background-color css
<style>
a { background-color: #DFBD89; }
a { background-color: rgb(223,189,137); }
div.DivClassName
{
background-color: #DFBD89;
}
.BgClassName
{
background-color: #DFBD89;
}
</style>
border-color css
<style>
span { border-color: #DFBD89; }
span { border-color: rgb(223,189,137); }
td.TdClassName
{
border-color: #DFBD89;
}
.TagClassName
{
border-color: #DFBD89;
}
</style>