Shades of Dixie #CC822F
Tints of Dixie #CC822F
RGB
CMYK
RGB Variations
Color information
#CC822F (or 0xCC822F) is known color: Dixie. HEX triplet: CC, 82 and 2F. RGB value is (204,130,47). Sum of RGB (Red+Green+Blue) = 204+130+47=381 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.54% from 381); Green value is 130 (51.17% from 255 or 34.12% from 381); Blue value is 47 (18.75% from 255 or 12.34% from 381); Max value from RGB is 204 - color contains mainly: red. Hex color #CC822F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC822F is #337DD0. Grayscale: #8F8F8F. Windows color (decimal): -3374545 or 3113676. OLE color: 3113676.
HSL color Cylindrical-coordinate representation of color #CC822F: hue angle of 31.72º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CC822F is Cyan = 0, Magento = 0.36, Yellow = 0.77 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 130 | 47 | - |
| CMYK | 0 | 0.36 | 0.77 | 0.2 |
| HSL | 31.72º | 0.63% | 0.49% | - |
| HSV(B) | 31.72º | 0.77% | 0.8% | - |
| XYZ | 33.4 | 29.01 | 6.53 | - |
| YUV | 142.66 | 74.02 | 171.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 130 | 47 | 0 | 0.36 | 0.77 | 0.2 | 31.72 | 0.63 | 0.49 |
| Hex | CC | 82 | 2F | 0 | 24 | 4D | 14 | 20 | 3F | 31 |
| Octal | 314 | 202 | 57 | 0 | 44 | 115 | 24 | 40 | 77 | 61 |
| Binary | 11001100 | 10000010 | 101111 | 0 | 100100 | 1001101 | 10100 | 100000 | 111111 | 110001 |
Color Harmonies of #CC822F
Complementary color
Monochromatic Colors of #CC822F
Black with #CC822F
Text Example
Text Example
White with #CC822F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC822F; }
p { color: rgb(204,130,47); }
H1.HeaderClassName
{
color: #CC822F;
}
.AnyTagClassName
{
color: #CC822F;
}
</style>
background-color css
<style>
a { background-color: #CC822F; }
a { background-color: rgb(204,130,47); }
div.DivClassName
{
background-color: #CC822F;
}
.BgClassName
{
background-color: #CC822F;
}
</style>
border-color css
<style>
span { border-color: #CC822F; }
span { border-color: rgb(204,130,47); }
td.TdClassName
{
border-color: #CC822F;
}
.TagClassName
{
border-color: #CC822F;
}
</style>