Shades of Dixie #CC822B
Tints of Dixie #CC822B
RGB
CMYK
RGB Variations
Color information
#CC822B (or 0xCC822B) is known color: Dixie. HEX triplet: CC, 82 and 2B. RGB value is (204,130,43). Sum of RGB (Red+Green+Blue) = 204+130+43=377 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.11% from 377); Green value is 130 (51.17% from 255 or 34.48% from 377); Blue value is 43 (17.19% from 255 or 11.41% from 377); Max value from RGB is 204 - color contains mainly: red. Hex color #CC822B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC822B is #337DD4. Grayscale: #8E8E8E. Windows color (decimal): -3374549 or 2851532. OLE color: 2851532.
HSL color Cylindrical-coordinate representation of color #CC822B: hue angle of 32.42º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CC822B is Cyan = 0, Magento = 0.36, Yellow = 0.79 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 130 | 43 | - |
| CMYK | 0 | 0.36 | 0.79 | 0.2 |
| HSL | 32.42º | 0.65% | 0.48% | - |
| HSV(B) | 32.42º | 0.79% | 0.8% | - |
| XYZ | 33.32 | 28.98 | 6.12 | - |
| YUV | 142.21 | 72.02 | 172.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 130 | 43 | 0 | 0.36 | 0.79 | 0.2 | 32.42 | 0.65 | 0.48 |
| Hex | CC | 82 | 2B | 0 | 24 | 4F | 14 | 20 | 41 | 30 |
| Octal | 314 | 202 | 53 | 0 | 44 | 117 | 24 | 40 | 101 | 60 |
| Binary | 11001100 | 10000010 | 101011 | 0 | 100100 | 1001111 | 10100 | 100000 | 1000001 | 110000 |
Color Harmonies of #CC822B
Complementary color
Monochromatic Colors of #CC822B
Black with #CC822B
Text Example
Text Example
White with #CC822B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC822B; }
p { color: rgb(204,130,43); }
H1.HeaderClassName
{
color: #CC822B;
}
.AnyTagClassName
{
color: #CC822B;
}
</style>
background-color css
<style>
a { background-color: #CC822B; }
a { background-color: rgb(204,130,43); }
div.DivClassName
{
background-color: #CC822B;
}
.BgClassName
{
background-color: #CC822B;
}
</style>
border-color css
<style>
span { border-color: #CC822B; }
span { border-color: rgb(204,130,43); }
td.TdClassName
{
border-color: #CC822B;
}
.TagClassName
{
border-color: #CC822B;
}
</style>