Shades of Dixie #DB8429
Tints of Dixie #DB8429
RGB
CMYK
RGB Variations
Color information
#DB8429 (or 0xDB8429) is known color: Dixie. HEX triplet: DB, 84 and 29. RGB value is (219,132,41). Sum of RGB (Red+Green+Blue) = 219+132+41=392 (51% of max value = 765). Red value is 219 (85.94% from 255 or 55.87% from 392); Green value is 132 (51.95% from 255 or 33.67% from 392); Blue value is 41 (16.41% from 255 or 10.46% from 392); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8429 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB8429 is #247BD6. Grayscale: #949494. Windows color (decimal): -2390999 or 2720987. OLE color: 2720987.
HSL color Cylindrical-coordinate representation of color #DB8429: hue angle of 30.67º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DB8429 is Cyan = 0, Magento = 0.40, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 132 | 41 | - |
| CMYK | 0 | 0.40 | 0.81 | 0.14 |
| HSL | 30.67º | 0.71% | 0.51% | - |
| HSV(B) | 30.67º | 0.81% | 0.86% | - |
| XYZ | 37.86 | 31.72 | 6.23 | - |
| YUV | 147.64 | 67.82 | 178.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 132 | 41 | 0 | 0.40 | 0.81 | 0.14 | 30.67 | 0.71 | 0.51 |
| Hex | DB | 84 | 29 | 0 | 28 | 51 | E | 1F | 47 | 33 |
| Octal | 333 | 204 | 51 | 0 | 50 | 121 | 16 | 37 | 107 | 63 |
| Binary | 11011011 | 10000100 | 101001 | 0 | 101000 | 1010001 | 1110 | 11111 | 1000111 | 110011 |
Color Harmonies of #DB8429
Complementary color
Monochromatic Colors of #DB8429
Black with #DB8429
Text Example
Text Example
White with #DB8429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8429; }
p { color: rgb(219,132,41); }
H1.HeaderClassName
{
color: #DB8429;
}
.AnyTagClassName
{
color: #DB8429;
}
</style>
background-color css
<style>
a { background-color: #DB8429; }
a { background-color: rgb(219,132,41); }
div.DivClassName
{
background-color: #DB8429;
}
.BgClassName
{
background-color: #DB8429;
}
</style>
border-color css
<style>
span { border-color: #DB8429; }
span { border-color: rgb(219,132,41); }
td.TdClassName
{
border-color: #DB8429;
}
.TagClassName
{
border-color: #DB8429;
}
</style>