Shades of Dixie #DC8329
Tints of Dixie #DC8329
RGB
CMYK
RGB Variations
Color information
#DC8329 (or 0xDC8329) is known color: Dixie. HEX triplet: DC, 83 and 29. RGB value is (220,131,41). Sum of RGB (Red+Green+Blue) = 220+131+41=392 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.12% from 392); Green value is 131 (51.56% from 255 or 33.42% from 392); Blue value is 41 (16.41% from 255 or 10.46% from 392); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8329 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC8329 is #237CD6. Grayscale: #939393. Windows color (decimal): -2325719 or 2720732. OLE color: 2720732.
HSL color Cylindrical-coordinate representation of color #DC8329: hue angle of 30.17º degrees, saturation: 0.72, 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 #DC8329 is Cyan = 0, Magento = 0.40, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 131 | 41 | - |
| CMYK | 0 | 0.40 | 0.81 | 0.14 |
| HSL | 30.17º | 0.72% | 0.51% | - |
| HSV(B) | 30.17º | 0.81% | 0.86% | - |
| XYZ | 38.03 | 31.61 | 6.19 | - |
| YUV | 147.35 | 67.99 | 179.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 131 | 41 | 0 | 0.40 | 0.81 | 0.14 | 30.17 | 0.72 | 0.51 |
| Hex | DC | 83 | 29 | 0 | 28 | 51 | E | 1E | 48 | 33 |
| Octal | 334 | 203 | 51 | 0 | 50 | 121 | 16 | 36 | 110 | 63 |
| Binary | 11011100 | 10000011 | 101001 | 0 | 101000 | 1010001 | 1110 | 11110 | 1001000 | 110011 |
Color Harmonies of #DC8329
Complementary color
Monochromatic Colors of #DC8329
Black with #DC8329
Text Example
Text Example
White with #DC8329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8329; }
p { color: rgb(220,131,41); }
H1.HeaderClassName
{
color: #DC8329;
}
.AnyTagClassName
{
color: #DC8329;
}
</style>
background-color css
<style>
a { background-color: #DC8329; }
a { background-color: rgb(220,131,41); }
div.DivClassName
{
background-color: #DC8329;
}
.BgClassName
{
background-color: #DC8329;
}
</style>
border-color css
<style>
span { border-color: #DC8329; }
span { border-color: rgb(220,131,41); }
td.TdClassName
{
border-color: #DC8329;
}
.TagClassName
{
border-color: #DC8329;
}
</style>