Shades of Burly Wood #DFBB8C
Tints of Burly Wood #DFBB8C
RGB
CMYK
RGB Variations
Color information
#DFBB8C (or 0xDFBB8C) is known color: Burly Wood. HEX triplet: DF, BB and 8C. RGB value is (223,187,140). Sum of RGB (Red+Green+Blue) = 223+187+140=550 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.55% from 550); Green value is 187 (73.44% from 255 or 34% from 550); Blue value is 140 (55.08% from 255 or 25.45% from 550); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBB8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFBB8C is #204473. Grayscale: #C0C0C0. Windows color (decimal): -2114676 or 9223135. OLE color: 9223135.
HSL color Cylindrical-coordinate representation of color #DFBB8C: hue angle of 33.98º 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 #DFBB8C is Cyan = 0, Magento = 0.16, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 187 | 140 | - |
| CMYK | 0 | 0.16 | 0.37 | 0.13 |
| HSL | 33.98º | 0.56% | 0.71% | - |
| HSV(B) | 33.98º | 0.37% | 0.87% | - |
| XYZ | 52.94 | 53.12 | 32.27 | - |
| YUV | 192.41 | 98.43 | 149.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 187 | 140 | 0 | 0.16 | 0.37 | 0.13 | 33.98 | 0.56 | 0.71 |
| Hex | DF | BB | 8C | 0 | 10 | 25 | D | 22 | 38 | 47 |
| Octal | 337 | 273 | 214 | 0 | 20 | 45 | 15 | 42 | 70 | 107 |
| Binary | 11011111 | 10111011 | 10001100 | 0 | 10000 | 100101 | 1101 | 100010 | 111000 | 1000111 |
Color Harmonies of #DFBB8C
Complementary color
Monochromatic Colors of #DFBB8C
Black with #DFBB8C
Text Example
Text Example
White with #DFBB8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBB8C; }
p { color: rgb(223,187,140); }
H1.HeaderClassName
{
color: #DFBB8C;
}
.AnyTagClassName
{
color: #DFBB8C;
}
</style>
background-color css
<style>
a { background-color: #DFBB8C; }
a { background-color: rgb(223,187,140); }
div.DivClassName
{
background-color: #DFBB8C;
}
.BgClassName
{
background-color: #DFBB8C;
}
</style>
border-color css
<style>
span { border-color: #DFBB8C; }
span { border-color: rgb(223,187,140); }
td.TdClassName
{
border-color: #DFBB8C;
}
.TagClassName
{
border-color: #DFBB8C;
}
</style>