Shades of Burly Wood #DFB485
Tints of Burly Wood #DFB485
RGB
CMYK
RGB Variations
Color information
#DFB485 (or 0xDFB485) is known color: Burly Wood. HEX triplet: DF, B4 and 85. RGB value is (223,180,133). Sum of RGB (Red+Green+Blue) = 223+180+133=536 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.60% from 536); Green value is 180 (70.70% from 255 or 33.58% from 536); Blue value is 133 (52.34% from 255 or 24.81% from 536); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB485 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFB485 is #204B7A. Grayscale: #BBBBBB. Windows color (decimal): -2116475 or 8762591. OLE color: 8762591.
HSL color Cylindrical-coordinate representation of color #DFB485: hue angle of 31.33º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DFB485 is Cyan = 0, Magento = 0.19, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 180 | 133 | - |
| CMYK | 0 | 0.19 | 0.40 | 0.13 |
| HSL | 31.33º | 0.58% | 0.7% | - |
| HSV(B) | 31.33º | 0.4% | 0.87% | - |
| XYZ | 50.99 | 50.02 | 29.16 | - |
| YUV | 187.5 | 97.25 | 153.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 180 | 133 | 0 | 0.19 | 0.40 | 0.13 | 31.33 | 0.58 | 0.7 |
| Hex | DF | B4 | 85 | 0 | 13 | 28 | D | 1F | 3A | 46 |
| Octal | 337 | 264 | 205 | 0 | 23 | 50 | 15 | 37 | 72 | 106 |
| Binary | 11011111 | 10110100 | 10000101 | 0 | 10011 | 101000 | 1101 | 11111 | 111010 | 1000110 |
Color Harmonies of #DFB485
Complementary color
Monochromatic Colors of #DFB485
Black with #DFB485
Text Example
Text Example
White with #DFB485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB485; }
p { color: rgb(223,180,133); }
H1.HeaderClassName
{
color: #DFB485;
}
.AnyTagClassName
{
color: #DFB485;
}
</style>
background-color css
<style>
a { background-color: #DFB485; }
a { background-color: rgb(223,180,133); }
div.DivClassName
{
background-color: #DFB485;
}
.BgClassName
{
background-color: #DFB485;
}
</style>
border-color css
<style>
span { border-color: #DFB485; }
span { border-color: rgb(223,180,133); }
td.TdClassName
{
border-color: #DFB485;
}
.TagClassName
{
border-color: #DFB485;
}
</style>