Shades of Burly Wood #DFB384
Tints of Burly Wood #DFB384
RGB
CMYK
RGB Variations
Color information
#DFB384 (or 0xDFB384) is known color: Burly Wood. HEX triplet: DF, B3 and 84. RGB value is (223,179,132). Sum of RGB (Red+Green+Blue) = 223+179+132=534 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.76% from 534); Green value is 179 (70.31% from 255 or 33.52% from 534); Blue value is 132 (51.95% from 255 or 24.72% from 534); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB384 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFB384 is #204C7B. Grayscale: #BBBBBB. Windows color (decimal): -2116732 or 8696799. OLE color: 8696799.
HSL color Cylindrical-coordinate representation of color #DFB384: hue angle of 30.99º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DFB384 is Cyan = 0, Magento = 0.20, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 179 | 132 | - |
| CMYK | 0 | 0.20 | 0.41 | 0.13 |
| HSL | 30.99º | 0.59% | 0.7% | - |
| HSV(B) | 30.99º | 0.41% | 0.87% | - |
| XYZ | 50.72 | 49.59 | 28.73 | - |
| YUV | 186.8 | 97.08 | 153.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 179 | 132 | 0 | 0.20 | 0.41 | 0.13 | 30.99 | 0.59 | 0.7 |
| Hex | DF | B3 | 84 | 0 | 14 | 29 | D | 1F | 3B | 46 |
| Octal | 337 | 263 | 204 | 0 | 24 | 51 | 15 | 37 | 73 | 106 |
| Binary | 11011111 | 10110011 | 10000100 | 0 | 10100 | 101001 | 1101 | 11111 | 111011 | 1000110 |
Color Harmonies of #DFB384
Complementary color
Monochromatic Colors of #DFB384
Black with #DFB384
Text Example
Text Example
White with #DFB384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB384; }
p { color: rgb(223,179,132); }
H1.HeaderClassName
{
color: #DFB384;
}
.AnyTagClassName
{
color: #DFB384;
}
</style>
background-color css
<style>
a { background-color: #DFB384; }
a { background-color: rgb(223,179,132); }
div.DivClassName
{
background-color: #DFB384;
}
.BgClassName
{
background-color: #DFB384;
}
</style>
border-color css
<style>
span { border-color: #DFB384; }
span { border-color: rgb(223,179,132); }
td.TdClassName
{
border-color: #DFB384;
}
.TagClassName
{
border-color: #DFB384;
}
</style>