Shades of Dixie #CC872A
Tints of Dixie #CC872A
RGB
CMYK
RGB Variations
Color information
#CC872A (or 0xCC872A) is known color: Dixie. HEX triplet: CC, 87 and 2A. RGB value is (204,135,42). Sum of RGB (Red+Green+Blue) = 204+135+42=381 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.54% from 381); Green value is 135 (53.12% from 255 or 35.43% from 381); Blue value is 42 (16.80% from 255 or 11.02% from 381); Max value from RGB is 204 - color contains mainly: red. Hex color #CC872A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC872A is #3378D5. Grayscale: #919191. Windows color (decimal): -3373270 or 2787276. OLE color: 2787276.
HSL color Cylindrical-coordinate representation of color #CC872A: hue angle of 34.44º degrees, saturation: 0.66, 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 #CC872A is Cyan = 0, Magento = 0.34, Yellow = 0.79 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 135 | 42 | - |
| CMYK | 0 | 0.34 | 0.79 | 0.2 |
| HSL | 34.44º | 0.66% | 0.48% | - |
| HSV(B) | 34.44º | 0.79% | 0.8% | - |
| XYZ | 33.98 | 30.33 | 6.25 | - |
| YUV | 145.03 | 69.86 | 170.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 135 | 42 | 0 | 0.34 | 0.79 | 0.2 | 34.44 | 0.66 | 0.48 |
| Hex | CC | 87 | 2A | 0 | 22 | 4F | 14 | 22 | 42 | 30 |
| Octal | 314 | 207 | 52 | 0 | 42 | 117 | 24 | 42 | 102 | 60 |
| Binary | 11001100 | 10000111 | 101010 | 0 | 100010 | 1001111 | 10100 | 100010 | 1000010 | 110000 |
Color Harmonies of #CC872A
Complementary color
Monochromatic Colors of #CC872A
Black with #CC872A
Text Example
Text Example
White with #CC872A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC872A; }
p { color: rgb(204,135,42); }
H1.HeaderClassName
{
color: #CC872A;
}
.AnyTagClassName
{
color: #CC872A;
}
</style>
background-color css
<style>
a { background-color: #CC872A; }
a { background-color: rgb(204,135,42); }
div.DivClassName
{
background-color: #CC872A;
}
.BgClassName
{
background-color: #CC872A;
}
</style>
border-color css
<style>
span { border-color: #CC872A; }
span { border-color: rgb(204,135,42); }
td.TdClassName
{
border-color: #CC872A;
}
.TagClassName
{
border-color: #CC872A;
}
</style>