Shades of Dixie #DB8324
Tints of Dixie #DB8324
RGB
CMYK
RGB Variations
Color information
#DB8324 (or 0xDB8324) is known color: Dixie. HEX triplet: DB, 83 and 24. RGB value is (219,131,36). Sum of RGB (Red+Green+Blue) = 219+131+36=386 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.74% from 386); Green value is 131 (51.56% from 255 or 33.94% from 386); Blue value is 36 (14.45% from 255 or 9.33% from 386); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8324 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB8324 is #247CDB. Grayscale: #929292. Windows color (decimal): -2391260 or 2393051. OLE color: 2393051.
HSL color Cylindrical-coordinate representation of color #DB8324: hue angle of 31.15º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DB8324 is Cyan = 0, Magento = 0.40, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 131 | 36 | - |
| CMYK | 0 | 0.40 | 0.84 | 0.14 |
| HSL | 31.15º | 0.72% | 0.5% | - |
| HSV(B) | 31.15º | 0.84% | 0.86% | - |
| XYZ | 37.65 | 31.42 | 5.75 | - |
| YUV | 146.48 | 65.65 | 179.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 131 | 36 | 0 | 0.40 | 0.84 | 0.14 | 31.15 | 0.72 | 0.5 |
| Hex | DB | 83 | 24 | 0 | 28 | 54 | E | 1F | 48 | 32 |
| Octal | 333 | 203 | 44 | 0 | 50 | 124 | 16 | 37 | 110 | 62 |
| Binary | 11011011 | 10000011 | 100100 | 0 | 101000 | 1010100 | 1110 | 11111 | 1001000 | 110010 |
Color Harmonies of #DB8324
Complementary color
Monochromatic Colors of #DB8324
Black with #DB8324
Text Example
Text Example
White with #DB8324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8324; }
p { color: rgb(219,131,36); }
H1.HeaderClassName
{
color: #DB8324;
}
.AnyTagClassName
{
color: #DB8324;
}
</style>
background-color css
<style>
a { background-color: #DB8324; }
a { background-color: rgb(219,131,36); }
div.DivClassName
{
background-color: #DB8324;
}
.BgClassName
{
background-color: #DB8324;
}
</style>
border-color css
<style>
span { border-color: #DB8324; }
span { border-color: rgb(219,131,36); }
td.TdClassName
{
border-color: #DB8324;
}
.TagClassName
{
border-color: #DB8324;
}
</style>