Shades of Dixie #DC8228
Tints of Dixie #DC8228
RGB
CMYK
RGB Variations
Color information
#DC8228 (or 0xDC8228) is known color: Dixie. HEX triplet: DC, 82 and 28. RGB value is (220,130,40). Sum of RGB (Red+Green+Blue) = 220+130+40=390 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.41% from 390); Green value is 130 (51.17% from 255 or 33.33% from 390); Blue value is 40 (16.02% from 255 or 10.26% from 390); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8228 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC8228 is #237DD7. Grayscale: #939393. Windows color (decimal): -2325976 or 2654940. OLE color: 2654940.
HSL color Cylindrical-coordinate representation of color #DC8228: hue angle of 30º 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 #DC8228 is Cyan = 0, Magento = 0.41, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 130 | 40 | - |
| CMYK | 0 | 0.41 | 0.82 | 0.14 |
| HSL | 30º | 0.72% | 0.51% | - |
| HSV(B) | 30º | 0.82% | 0.86% | - |
| XYZ | 37.88 | 31.33 | 6.06 | - |
| YUV | 146.65 | 67.82 | 180.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 130 | 40 | 0 | 0.41 | 0.82 | 0.14 | 30 | 0.72 | 0.51 |
| Hex | DC | 82 | 28 | 0 | 29 | 52 | E | 1E | 48 | 33 |
| Octal | 334 | 202 | 50 | 0 | 51 | 122 | 16 | 36 | 110 | 63 |
| Binary | 11011100 | 10000010 | 101000 | 0 | 101001 | 1010010 | 1110 | 11110 | 1001000 | 110011 |
Color Harmonies of #DC8228
Complementary color
Monochromatic Colors of #DC8228
Black with #DC8228
Text Example
Text Example
White with #DC8228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8228; }
p { color: rgb(220,130,40); }
H1.HeaderClassName
{
color: #DC8228;
}
.AnyTagClassName
{
color: #DC8228;
}
</style>
background-color css
<style>
a { background-color: #DC8228; }
a { background-color: rgb(220,130,40); }
div.DivClassName
{
background-color: #DC8228;
}
.BgClassName
{
background-color: #DC8228;
}
</style>
border-color css
<style>
span { border-color: #DC8228; }
span { border-color: rgb(220,130,40); }
td.TdClassName
{
border-color: #DC8228;
}
.TagClassName
{
border-color: #DC8228;
}
</style>