Shades of Dixie #DC822C
Tints of Dixie #DC822C
RGB
CMYK
RGB Variations
Color information
#DC822C (or 0xDC822C) is known color: Dixie. HEX triplet: DC, 82 and 2C. RGB value is (220,130,44). Sum of RGB (Red+Green+Blue) = 220+130+44=394 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.84% from 394); Green value is 130 (51.17% from 255 or 32.99% from 394); Blue value is 44 (17.58% from 255 or 11.17% from 394); Max value from RGB is 220 - color contains mainly: red. Hex color #DC822C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC822C is #237DD3. Grayscale: #939393. Windows color (decimal): -2325972 or 2917084. OLE color: 2917084.
HSL color Cylindrical-coordinate representation of color #DC822C: hue angle of 29.32º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DC822C is Cyan = 0, Magento = 0.41, Yellow = 0.8 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 130 | 44 | - |
| CMYK | 0 | 0.41 | 0.8 | 0.14 |
| HSL | 29.32º | 0.72% | 0.52% | - |
| HSV(B) | 29.32º | 0.8% | 0.86% | - |
| XYZ | 37.95 | 31.36 | 6.44 | - |
| YUV | 147.11 | 69.82 | 179.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 130 | 44 | 0 | 0.41 | 0.8 | 0.14 | 29.32 | 0.72 | 0.52 |
| Hex | DC | 82 | 2C | 0 | 29 | 50 | E | 1D | 48 | 34 |
| Octal | 334 | 202 | 54 | 0 | 51 | 120 | 16 | 35 | 110 | 64 |
| Binary | 11011100 | 10000010 | 101100 | 0 | 101001 | 1010000 | 1110 | 11101 | 1001000 | 110100 |
Color Harmonies of #DC822C
Complementary color
Monochromatic Colors of #DC822C
Black with #DC822C
Text Example
Text Example
White with #DC822C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC822C; }
p { color: rgb(220,130,44); }
H1.HeaderClassName
{
color: #DC822C;
}
.AnyTagClassName
{
color: #DC822C;
}
</style>
background-color css
<style>
a { background-color: #DC822C; }
a { background-color: rgb(220,130,44); }
div.DivClassName
{
background-color: #DC822C;
}
.BgClassName
{
background-color: #DC822C;
}
</style>
border-color css
<style>
span { border-color: #DC822C; }
span { border-color: rgb(220,130,44); }
td.TdClassName
{
border-color: #DC822C;
}
.TagClassName
{
border-color: #DC822C;
}
</style>