Shades of Dixie #DC842C
Tints of Dixie #DC842C
RGB
CMYK
RGB Variations
Color information
#DC842C (or 0xDC842C) is known color: Dixie. HEX triplet: DC, 84 and 2C. RGB value is (220,132,44). Sum of RGB (Red+Green+Blue) = 220+132+44=396 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.56% from 396); Green value is 132 (51.95% from 255 or 33.33% from 396); Blue value is 44 (17.58% from 255 or 11.11% from 396); Max value from RGB is 220 - color contains mainly: red. Hex color #DC842C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC842C is #237BD3. Grayscale: #949494. Windows color (decimal): -2325460 or 2917596. OLE color: 2917596.
HSL color Cylindrical-coordinate representation of color #DC842C: hue angle of 30º 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 #DC842C is Cyan = 0, Magento = 0.40, Yellow = 0.8 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 132 | 44 | - |
| CMYK | 0 | 0.40 | 0.8 | 0.14 |
| HSL | 30º | 0.72% | 0.52% | - |
| HSV(B) | 30º | 0.8% | 0.86% | - |
| XYZ | 38.22 | 31.9 | 6.53 | - |
| YUV | 148.28 | 69.15 | 179.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 132 | 44 | 0 | 0.40 | 0.8 | 0.14 | 30 | 0.72 | 0.52 |
| Hex | DC | 84 | 2C | 0 | 28 | 50 | E | 1E | 48 | 34 |
| Octal | 334 | 204 | 54 | 0 | 50 | 120 | 16 | 36 | 110 | 64 |
| Binary | 11011100 | 10000100 | 101100 | 0 | 101000 | 1010000 | 1110 | 11110 | 1001000 | 110100 |
Color Harmonies of #DC842C
Complementary color
Monochromatic Colors of #DC842C
Black with #DC842C
Text Example
Text Example
White with #DC842C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC842C; }
p { color: rgb(220,132,44); }
H1.HeaderClassName
{
color: #DC842C;
}
.AnyTagClassName
{
color: #DC842C;
}
</style>
background-color css
<style>
a { background-color: #DC842C; }
a { background-color: rgb(220,132,44); }
div.DivClassName
{
background-color: #DC842C;
}
.BgClassName
{
background-color: #DC842C;
}
</style>
border-color css
<style>
span { border-color: #DC842C; }
span { border-color: rgb(220,132,44); }
td.TdClassName
{
border-color: #DC842C;
}
.TagClassName
{
border-color: #DC842C;
}
</style>