Shades of Dixie #DC8327
Tints of Dixie #DC8327
RGB
CMYK
RGB Variations
Color information
#DC8327 (or 0xDC8327) is known color: Dixie. HEX triplet: DC, 83 and 27. RGB value is (220,131,39). Sum of RGB (Red+Green+Blue) = 220+131+39=390 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.41% from 390); Green value is 131 (51.56% from 255 or 33.59% from 390); Blue value is 39 (15.62% from 255 or 10% from 390); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8327 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC8327 is #237CD8. Grayscale: #939393. Windows color (decimal): -2325721 or 2589660. OLE color: 2589660.
HSL color Cylindrical-coordinate representation of color #DC8327: hue angle of 30.5º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DC8327 is Cyan = 0, Magento = 0.40, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 131 | 39 | - |
| CMYK | 0 | 0.40 | 0.82 | 0.14 |
| HSL | 30.5º | 0.72% | 0.51% | - |
| HSV(B) | 30.5º | 0.82% | 0.86% | - |
| XYZ | 38 | 31.59 | 6.02 | - |
| YUV | 147.12 | 66.99 | 179.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 131 | 39 | 0 | 0.40 | 0.82 | 0.14 | 30.5 | 0.72 | 0.51 |
| Hex | DC | 83 | 27 | 0 | 28 | 52 | E | 1E | 48 | 33 |
| Octal | 334 | 203 | 47 | 0 | 50 | 122 | 16 | 36 | 110 | 63 |
| Binary | 11011100 | 10000011 | 100111 | 0 | 101000 | 1010010 | 1110 | 11110 | 1001000 | 110011 |
Color Harmonies of #DC8327
Complementary color
Monochromatic Colors of #DC8327
Black with #DC8327
Text Example
Text Example
White with #DC8327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8327; }
p { color: rgb(220,131,39); }
H1.HeaderClassName
{
color: #DC8327;
}
.AnyTagClassName
{
color: #DC8327;
}
</style>
background-color css
<style>
a { background-color: #DC8327; }
a { background-color: rgb(220,131,39); }
div.DivClassName
{
background-color: #DC8327;
}
.BgClassName
{
background-color: #DC8327;
}
</style>
border-color css
<style>
span { border-color: #DC8327; }
span { border-color: rgb(220,131,39); }
td.TdClassName
{
border-color: #DC8327;
}
.TagClassName
{
border-color: #DC8327;
}
</style>