Shades of Dixie #CC882E
Tints of Dixie #CC882E
RGB
CMYK
RGB Variations
Color information
#CC882E (or 0xCC882E) is known color: Dixie. HEX triplet: CC, 88 and 2E. RGB value is (204,136,46). Sum of RGB (Red+Green+Blue) = 204+136+46=386 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.85% from 386); Green value is 136 (53.52% from 255 or 35.23% from 386); Blue value is 46 (18.36% from 255 or 11.92% from 386); Max value from RGB is 204 - color contains mainly: red. Hex color #CC882E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC882E is #3377D1. Grayscale: #929292. Windows color (decimal): -3373010 or 3049676. OLE color: 3049676.
HSL color Cylindrical-coordinate representation of color #CC882E: hue angle of 34.18º 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 #CC882E is Cyan = 0, Magento = 0.33, Yellow = 0.77 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 136 | 46 | - |
| CMYK | 0 | 0.33 | 0.77 | 0.2 |
| HSL | 34.18º | 0.63% | 0.49% | - |
| HSV(B) | 34.18º | 0.77% | 0.8% | - |
| XYZ | 34.2 | 30.64 | 6.7 | - |
| YUV | 146.07 | 71.53 | 169.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 136 | 46 | 0 | 0.33 | 0.77 | 0.2 | 34.18 | 0.63 | 0.49 |
| Hex | CC | 88 | 2E | 0 | 21 | 4D | 14 | 22 | 3F | 31 |
| Octal | 314 | 210 | 56 | 0 | 41 | 115 | 24 | 42 | 77 | 61 |
| Binary | 11001100 | 10001000 | 101110 | 0 | 100001 | 1001101 | 10100 | 100010 | 111111 | 110001 |
Color Harmonies of #CC882E
Complementary color
Monochromatic Colors of #CC882E
Black with #CC882E
Text Example
Text Example
White with #CC882E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC882E; }
p { color: rgb(204,136,46); }
H1.HeaderClassName
{
color: #CC882E;
}
.AnyTagClassName
{
color: #CC882E;
}
</style>
background-color css
<style>
a { background-color: #CC882E; }
a { background-color: rgb(204,136,46); }
div.DivClassName
{
background-color: #CC882E;
}
.BgClassName
{
background-color: #CC882E;
}
</style>
border-color css
<style>
span { border-color: #CC882E; }
span { border-color: rgb(204,136,46); }
td.TdClassName
{
border-color: #CC882E;
}
.TagClassName
{
border-color: #CC882E;
}
</style>