Shades of Dixie #DB842D
Tints of Dixie #DB842D
RGB
CMYK
RGB Variations
Color information
#DB842D (or 0xDB842D) is known color: Dixie. HEX triplet: DB, 84 and 2D. RGB value is (219,132,45). Sum of RGB (Red+Green+Blue) = 219+132+45=396 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.30% from 396); Green value is 132 (51.95% from 255 or 33.33% from 396); Blue value is 45 (17.97% from 255 or 11.36% from 396); Max value from RGB is 219 - color contains mainly: red. Hex color #DB842D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB842D is #247BD2. Grayscale: #949494. Windows color (decimal): -2390995 or 2983131. OLE color: 2983131.
HSL color Cylindrical-coordinate representation of color #DB842D: hue angle of 30º degrees, saturation: 0.71, 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 #DB842D is Cyan = 0, Magento = 0.40, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 132 | 45 | - |
| CMYK | 0 | 0.40 | 0.79 | 0.14 |
| HSL | 30º | 0.71% | 0.52% | - |
| HSV(B) | 30º | 0.79% | 0.86% | - |
| XYZ | 37.94 | 31.75 | 6.61 | - |
| YUV | 148.1 | 69.82 | 178.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 132 | 45 | 0 | 0.40 | 0.79 | 0.14 | 30 | 0.71 | 0.52 |
| Hex | DB | 84 | 2D | 0 | 28 | 4F | E | 1E | 47 | 34 |
| Octal | 333 | 204 | 55 | 0 | 50 | 117 | 16 | 36 | 107 | 64 |
| Binary | 11011011 | 10000100 | 101101 | 0 | 101000 | 1001111 | 1110 | 11110 | 1000111 | 110100 |
Color Harmonies of #DB842D
Complementary color
Monochromatic Colors of #DB842D
Black with #DB842D
Text Example
Text Example
White with #DB842D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB842D; }
p { color: rgb(219,132,45); }
H1.HeaderClassName
{
color: #DB842D;
}
.AnyTagClassName
{
color: #DB842D;
}
</style>
background-color css
<style>
a { background-color: #DB842D; }
a { background-color: rgb(219,132,45); }
div.DivClassName
{
background-color: #DB842D;
}
.BgClassName
{
background-color: #DB842D;
}
</style>
border-color css
<style>
span { border-color: #DB842D; }
span { border-color: rgb(219,132,45); }
td.TdClassName
{
border-color: #DB842D;
}
.TagClassName
{
border-color: #DB842D;
}
</style>