Shades of Dixie #CC822C
Tints of Dixie #CC822C
RGB
CMYK
RGB Variations
Color information
#CC822C (or 0xCC822C) is known color: Dixie. HEX triplet: CC, 82 and 2C. RGB value is (204,130,44). Sum of RGB (Red+Green+Blue) = 204+130+44=378 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.97% from 378); Green value is 130 (51.17% from 255 or 34.39% from 378); Blue value is 44 (17.58% from 255 or 11.64% from 378); Max value from RGB is 204 - color contains mainly: red. Hex color #CC822C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC822C is #337DD3. Grayscale: #8E8E8E. Windows color (decimal): -3374548 or 2917068. OLE color: 2917068.
HSL color Cylindrical-coordinate representation of color #CC822C: hue angle of 32.25º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CC822C is Cyan = 0, Magento = 0.36, Yellow = 0.78 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 130 | 44 | - |
| CMYK | 0 | 0.36 | 0.78 | 0.2 |
| HSL | 32.25º | 0.65% | 0.49% | - |
| HSV(B) | 32.25º | 0.78% | 0.8% | - |
| XYZ | 33.34 | 28.98 | 6.22 | - |
| YUV | 142.32 | 72.52 | 171.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 130 | 44 | 0 | 0.36 | 0.78 | 0.2 | 32.25 | 0.65 | 0.49 |
| Hex | CC | 82 | 2C | 0 | 24 | 4E | 14 | 20 | 41 | 31 |
| Octal | 314 | 202 | 54 | 0 | 44 | 116 | 24 | 40 | 101 | 61 |
| Binary | 11001100 | 10000010 | 101100 | 0 | 100100 | 1001110 | 10100 | 100000 | 1000001 | 110001 |
Color Harmonies of #CC822C
Complementary color
Monochromatic Colors of #CC822C
Black with #CC822C
Text Example
Text Example
White with #CC822C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC822C; }
p { color: rgb(204,130,44); }
H1.HeaderClassName
{
color: #CC822C;
}
.AnyTagClassName
{
color: #CC822C;
}
</style>
background-color css
<style>
a { background-color: #CC822C; }
a { background-color: rgb(204,130,44); }
div.DivClassName
{
background-color: #CC822C;
}
.BgClassName
{
background-color: #CC822C;
}
</style>
border-color css
<style>
span { border-color: #CC822C; }
span { border-color: rgb(204,130,44); }
td.TdClassName
{
border-color: #CC822C;
}
.TagClassName
{
border-color: #CC822C;
}
</style>