Shades of Dixie #DC832A
Tints of Dixie #DC832A
RGB
CMYK
RGB Variations
Color information
#DC832A (or 0xDC832A) is known color: Dixie. HEX triplet: DC, 83 and 2A. RGB value is (220,131,42). Sum of RGB (Red+Green+Blue) = 220+131+42=393 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.98% from 393); Green value is 131 (51.56% from 255 or 33.33% from 393); Blue value is 42 (16.80% from 255 or 10.69% from 393); Max value from RGB is 220 - color contains mainly: red. Hex color #DC832A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC832A is #237CD5. Grayscale: #939393. Windows color (decimal): -2325718 or 2786268. OLE color: 2786268.
HSL color Cylindrical-coordinate representation of color #DC832A: 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.81%. Process color model (Four color, CMYK) of #DC832A is Cyan = 0, Magento = 0.40, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 131 | 42 | - |
| CMYK | 0 | 0.40 | 0.81 | 0.14 |
| HSL | 30º | 0.72% | 0.51% | - |
| HSV(B) | 30º | 0.81% | 0.86% | - |
| XYZ | 38.05 | 31.62 | 6.29 | - |
| YUV | 147.47 | 68.49 | 179.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 131 | 42 | 0 | 0.40 | 0.81 | 0.14 | 30 | 0.72 | 0.51 |
| Hex | DC | 83 | 2A | 0 | 28 | 51 | E | 1E | 48 | 33 |
| Octal | 334 | 203 | 52 | 0 | 50 | 121 | 16 | 36 | 110 | 63 |
| Binary | 11011100 | 10000011 | 101010 | 0 | 101000 | 1010001 | 1110 | 11110 | 1001000 | 110011 |
Color Harmonies of #DC832A
Complementary color
Monochromatic Colors of #DC832A
Black with #DC832A
Text Example
Text Example
White with #DC832A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC832A; }
p { color: rgb(220,131,42); }
H1.HeaderClassName
{
color: #DC832A;
}
.AnyTagClassName
{
color: #DC832A;
}
</style>
background-color css
<style>
a { background-color: #DC832A; }
a { background-color: rgb(220,131,42); }
div.DivClassName
{
background-color: #DC832A;
}
.BgClassName
{
background-color: #DC832A;
}
</style>
border-color css
<style>
span { border-color: #DC832A; }
span { border-color: rgb(220,131,42); }
td.TdClassName
{
border-color: #DC832A;
}
.TagClassName
{
border-color: #DC832A;
}
</style>