Shades of Dixie #DC842D
Tints of Dixie #DC842D
RGB
CMYK
RGB Variations
Color information
#DC842D (or 0xDC842D) is known color: Dixie. HEX triplet: DC, 84 and 2D. RGB value is (220,132,45). Sum of RGB (Red+Green+Blue) = 220+132+45=397 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.42% from 397); Green value is 132 (51.95% from 255 or 33.25% from 397); Blue value is 45 (17.97% from 255 or 11.34% from 397); Max value from RGB is 220 - color contains mainly: red. Hex color #DC842D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC842D is #237BD2. Grayscale: #949494. Windows color (decimal): -2325459 or 2983132. OLE color: 2983132.
HSL color Cylindrical-coordinate representation of color #DC842D: hue angle of 29.83º degrees, saturation: 0.71, 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 #DC842D is Cyan = 0, Magento = 0.40, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 132 | 45 | - |
| CMYK | 0 | 0.40 | 0.80 | 0.14 |
| HSL | 29.83º | 0.71% | 0.52% | - |
| HSV(B) | 29.83º | 0.8% | 0.86% | - |
| XYZ | 38.24 | 31.91 | 6.63 | - |
| YUV | 148.39 | 69.65 | 179.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 132 | 45 | 0 | 0.40 | 0.80 | 0.14 | 29.83 | 0.71 | 0.52 |
| Hex | DC | 84 | 2D | 0 | 28 | 50 | E | 1E | 47 | 34 |
| Octal | 334 | 204 | 55 | 0 | 50 | 120 | 16 | 36 | 107 | 64 |
| Binary | 11011100 | 10000100 | 101101 | 0 | 101000 | 1010000 | 1110 | 11110 | 1000111 | 110100 |
Color Harmonies of #DC842D
Complementary color
Monochromatic Colors of #DC842D
Black with #DC842D
Text Example
Text Example
White with #DC842D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC842D; }
p { color: rgb(220,132,45); }
H1.HeaderClassName
{
color: #DC842D;
}
.AnyTagClassName
{
color: #DC842D;
}
</style>
background-color css
<style>
a { background-color: #DC842D; }
a { background-color: rgb(220,132,45); }
div.DivClassName
{
background-color: #DC842D;
}
.BgClassName
{
background-color: #DC842D;
}
</style>
border-color css
<style>
span { border-color: #DC842D; }
span { border-color: rgb(220,132,45); }
td.TdClassName
{
border-color: #DC842D;
}
.TagClassName
{
border-color: #DC842D;
}
</style>