Shades of Dixie #DB842F
Tints of Dixie #DB842F
RGB
CMYK
RGB Variations
Color information
#DB842F (or 0xDB842F) is known color: Dixie. HEX triplet: DB, 84 and 2F. RGB value is (219,132,47). Sum of RGB (Red+Green+Blue) = 219+132+47=398 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.03% from 398); Green value is 132 (51.95% from 255 or 33.17% from 398); Blue value is 47 (18.75% from 255 or 11.81% from 398); Max value from RGB is 219 - color contains mainly: red. Hex color #DB842F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB842F is #247BD0. Grayscale: #949494. Windows color (decimal): -2390993 or 3114203. OLE color: 3114203.
HSL color Cylindrical-coordinate representation of color #DB842F: hue angle of 29.65º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DB842F is Cyan = 0, Magento = 0.40, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 132 | 47 | - |
| CMYK | 0 | 0.40 | 0.79 | 0.14 |
| HSL | 29.65º | 0.7% | 0.52% | - |
| HSV(B) | 29.65º | 0.79% | 0.86% | - |
| XYZ | 37.98 | 31.77 | 6.82 | - |
| YUV | 148.32 | 70.82 | 178.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 132 | 47 | 0 | 0.40 | 0.79 | 0.14 | 29.65 | 0.7 | 0.52 |
| Hex | DB | 84 | 2F | 0 | 28 | 4F | E | 1E | 46 | 34 |
| Octal | 333 | 204 | 57 | 0 | 50 | 117 | 16 | 36 | 106 | 64 |
| Binary | 11011011 | 10000100 | 101111 | 0 | 101000 | 1001111 | 1110 | 11110 | 1000110 | 110100 |
Color Harmonies of #DB842F
Complementary color
Monochromatic Colors of #DB842F
Black with #DB842F
Text Example
Text Example
White with #DB842F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB842F; }
p { color: rgb(219,132,47); }
H1.HeaderClassName
{
color: #DB842F;
}
.AnyTagClassName
{
color: #DB842F;
}
</style>
background-color css
<style>
a { background-color: #DB842F; }
a { background-color: rgb(219,132,47); }
div.DivClassName
{
background-color: #DB842F;
}
.BgClassName
{
background-color: #DB842F;
}
</style>
border-color css
<style>
span { border-color: #DB842F; }
span { border-color: rgb(219,132,47); }
td.TdClassName
{
border-color: #DB842F;
}
.TagClassName
{
border-color: #DB842F;
}
</style>