Shades of Dixie #DC862C
Tints of Dixie #DC862C
RGB
CMYK
RGB Variations
Color information
#DC862C (or 0xDC862C) is known color: Dixie. HEX triplet: DC, 86 and 2C. RGB value is (220,134,44). Sum of RGB (Red+Green+Blue) = 220+134+44=398 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.28% from 398); Green value is 134 (52.73% from 255 or 33.67% from 398); Blue value is 44 (17.58% from 255 or 11.06% from 398); Max value from RGB is 220 - color contains mainly: red. Hex color #DC862C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC862C is #2379D3. Grayscale: #959595. Windows color (decimal): -2324948 or 2918108. OLE color: 2918108.
HSL color Cylindrical-coordinate representation of color #DC862C: hue angle of 30.68º 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 #DC862C is Cyan = 0, Magento = 0.39, Yellow = 0.8 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 134 | 44 | - |
| CMYK | 0 | 0.39 | 0.8 | 0.14 |
| HSL | 30.68º | 0.72% | 0.52% | - |
| HSV(B) | 30.68º | 0.8% | 0.86% | - |
| XYZ | 38.49 | 32.45 | 6.62 | - |
| YUV | 149.45 | 68.49 | 178.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 134 | 44 | 0 | 0.39 | 0.8 | 0.14 | 30.68 | 0.72 | 0.52 |
| Hex | DC | 86 | 2C | 0 | 27 | 50 | E | 1F | 48 | 34 |
| Octal | 334 | 206 | 54 | 0 | 47 | 120 | 16 | 37 | 110 | 64 |
| Binary | 11011100 | 10000110 | 101100 | 0 | 100111 | 1010000 | 1110 | 11111 | 1001000 | 110100 |
Color Harmonies of #DC862C
Complementary color
Monochromatic Colors of #DC862C
Black with #DC862C
Text Example
Text Example
White with #DC862C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC862C; }
p { color: rgb(220,134,44); }
H1.HeaderClassName
{
color: #DC862C;
}
.AnyTagClassName
{
color: #DC862C;
}
</style>
background-color css
<style>
a { background-color: #DC862C; }
a { background-color: rgb(220,134,44); }
div.DivClassName
{
background-color: #DC862C;
}
.BgClassName
{
background-color: #DC862C;
}
</style>
border-color css
<style>
span { border-color: #DC862C; }
span { border-color: rgb(220,134,44); }
td.TdClassName
{
border-color: #DC862C;
}
.TagClassName
{
border-color: #DC862C;
}
</style>