Shades of Burly Wood #DFBD8A
Tints of Burly Wood #DFBD8A
RGB
CMYK
RGB Variations
Color information
#DFBD8A (or 0xDFBD8A) is known color: Burly Wood. HEX triplet: DF, BD and 8A. RGB value is (223,189,138). Sum of RGB (Red+Green+Blue) = 223+189+138=550 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.55% from 550); Green value is 189 (74.22% from 255 or 34.36% from 550); Blue value is 138 (54.30% from 255 or 25.09% from 550); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBD8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFBD8A is #204275. Grayscale: #C1C1C1. Windows color (decimal): -2114166 or 9092575. OLE color: 9092575.
HSL color Cylindrical-coordinate representation of color #DFBD8A: hue angle of 36º 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 #DFBD8A is Cyan = 0, Magento = 0.15, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 189 | 138 | - |
| CMYK | 0 | 0.15 | 0.38 | 0.13 |
| HSL | 36º | 0.57% | 0.71% | - |
| HSV(B) | 36º | 0.38% | 0.87% | - |
| XYZ | 53.22 | 53.92 | 31.65 | - |
| YUV | 193.35 | 96.76 | 149.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 189 | 138 | 0 | 0.15 | 0.38 | 0.13 | 36 | 0.57 | 0.71 |
| Hex | DF | BD | 8A | 0 | F | 26 | D | 24 | 39 | 47 |
| Octal | 337 | 275 | 212 | 0 | 17 | 46 | 15 | 44 | 71 | 107 |
| Binary | 11011111 | 10111101 | 10001010 | 0 | 1111 | 100110 | 1101 | 100100 | 111001 | 1000111 |
Color Harmonies of #DFBD8A
Complementary color
Monochromatic Colors of #DFBD8A
Black with #DFBD8A
Text Example
Text Example
White with #DFBD8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBD8A; }
p { color: rgb(223,189,138); }
H1.HeaderClassName
{
color: #DFBD8A;
}
.AnyTagClassName
{
color: #DFBD8A;
}
</style>
background-color css
<style>
a { background-color: #DFBD8A; }
a { background-color: rgb(223,189,138); }
div.DivClassName
{
background-color: #DFBD8A;
}
.BgClassName
{
background-color: #DFBD8A;
}
</style>
border-color css
<style>
span { border-color: #DFBD8A; }
span { border-color: rgb(223,189,138); }
td.TdClassName
{
border-color: #DFBD8A;
}
.TagClassName
{
border-color: #DFBD8A;
}
</style>