Shades of Dixie #DB862D
Tints of Dixie #DB862D
RGB
CMYK
RGB Variations
Color information
#DB862D (or 0xDB862D) is known color: Dixie. HEX triplet: DB, 86 and 2D. RGB value is (219,134,45). Sum of RGB (Red+Green+Blue) = 219+134+45=398 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.03% from 398); Green value is 134 (52.73% from 255 or 33.67% from 398); Blue value is 45 (17.97% from 255 or 11.31% from 398); Max value from RGB is 219 - color contains mainly: red. Hex color #DB862D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB862D is #2479D2. Grayscale: #959595. Windows color (decimal): -2390483 or 2983643. OLE color: 2983643.
HSL color Cylindrical-coordinate representation of color #DB862D: hue angle of 30.69º 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 #DB862D is Cyan = 0, Magento = 0.39, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 134 | 45 | - |
| CMYK | 0 | 0.39 | 0.79 | 0.14 |
| HSL | 30.69º | 0.71% | 0.52% | - |
| HSV(B) | 30.69º | 0.79% | 0.86% | - |
| XYZ | 38.21 | 32.3 | 6.7 | - |
| YUV | 149.27 | 69.16 | 177.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 134 | 45 | 0 | 0.39 | 0.79 | 0.14 | 30.69 | 0.71 | 0.52 |
| Hex | DB | 86 | 2D | 0 | 27 | 4F | E | 1F | 47 | 34 |
| Octal | 333 | 206 | 55 | 0 | 47 | 117 | 16 | 37 | 107 | 64 |
| Binary | 11011011 | 10000110 | 101101 | 0 | 100111 | 1001111 | 1110 | 11111 | 1000111 | 110100 |
Color Harmonies of #DB862D
Complementary color
Monochromatic Colors of #DB862D
Black with #DB862D
Text Example
Text Example
White with #DB862D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB862D; }
p { color: rgb(219,134,45); }
H1.HeaderClassName
{
color: #DB862D;
}
.AnyTagClassName
{
color: #DB862D;
}
</style>
background-color css
<style>
a { background-color: #DB862D; }
a { background-color: rgb(219,134,45); }
div.DivClassName
{
background-color: #DB862D;
}
.BgClassName
{
background-color: #DB862D;
}
</style>
border-color css
<style>
span { border-color: #DB862D; }
span { border-color: rgb(219,134,45); }
td.TdClassName
{
border-color: #DB862D;
}
.TagClassName
{
border-color: #DB862D;
}
</style>