Shades of Dixie #CC872E
Tints of Dixie #CC872E
RGB
CMYK
RGB Variations
Color information
#CC872E (or 0xCC872E) is known color: Dixie. HEX triplet: CC, 87 and 2E. RGB value is (204,135,46). Sum of RGB (Red+Green+Blue) = 204+135+46=385 (50% of max value = 765). Red value is 204 (80.08% from 255 or 52.99% from 385); Green value is 135 (53.12% from 255 or 35.06% from 385); Blue value is 46 (18.36% from 255 or 11.95% from 385); Max value from RGB is 204 - color contains mainly: red. Hex color #CC872E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC872E is #3378D1. Grayscale: #919191. Windows color (decimal): -3373266 or 3049420. OLE color: 3049420.
HSL color Cylindrical-coordinate representation of color #CC872E: hue angle of 33.8º 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 #CC872E is Cyan = 0, Magento = 0.34, Yellow = 0.77 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 135 | 46 | - |
| CMYK | 0 | 0.34 | 0.77 | 0.2 |
| HSL | 33.8º | 0.63% | 0.49% | - |
| HSV(B) | 33.8º | 0.77% | 0.8% | - |
| XYZ | 34.06 | 30.36 | 6.65 | - |
| YUV | 145.49 | 71.86 | 169.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 135 | 46 | 0 | 0.34 | 0.77 | 0.2 | 33.8 | 0.63 | 0.49 |
| Hex | CC | 87 | 2E | 0 | 22 | 4D | 14 | 22 | 3F | 31 |
| Octal | 314 | 207 | 56 | 0 | 42 | 115 | 24 | 42 | 77 | 61 |
| Binary | 11001100 | 10000111 | 101110 | 0 | 100010 | 1001101 | 10100 | 100010 | 111111 | 110001 |
Color Harmonies of #CC872E
Complementary color
Monochromatic Colors of #CC872E
Black with #CC872E
Text Example
Text Example
White with #CC872E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC872E; }
p { color: rgb(204,135,46); }
H1.HeaderClassName
{
color: #CC872E;
}
.AnyTagClassName
{
color: #CC872E;
}
</style>
background-color css
<style>
a { background-color: #CC872E; }
a { background-color: rgb(204,135,46); }
div.DivClassName
{
background-color: #CC872E;
}
.BgClassName
{
background-color: #CC872E;
}
</style>
border-color css
<style>
span { border-color: #CC872E; }
span { border-color: rgb(204,135,46); }
td.TdClassName
{
border-color: #CC872E;
}
.TagClassName
{
border-color: #CC872E;
}
</style>