Shades of Dixie #CC8028
Tints of Dixie #CC8028
RGB
CMYK
RGB Variations
Color information
#CC8028 (or 0xCC8028) is known color: Dixie. HEX triplet: CC, 80 and 28. RGB value is (204,128,40). Sum of RGB (Red+Green+Blue) = 204+128+40=372 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.84% from 372); Green value is 128 (50.39% from 255 or 34.41% from 372); Blue value is 40 (16.02% from 255 or 10.75% from 372); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8028 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC8028 is #337FD7. Grayscale: #8D8D8D. Windows color (decimal): -3375064 or 2654412. OLE color: 2654412.
HSL color Cylindrical-coordinate representation of color #CC8028: hue angle of 32.2º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CC8028 is Cyan = 0, Magento = 0.37, Yellow = 0.80 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 128 | 40 | - |
| CMYK | 0 | 0.37 | 0.80 | 0.2 |
| HSL | 32.2º | 0.67% | 0.48% | - |
| HSV(B) | 32.2º | 0.8% | 0.8% | - |
| XYZ | 33 | 28.43 | 5.76 | - |
| YUV | 140.69 | 71.18 | 173.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 128 | 40 | 0 | 0.37 | 0.80 | 0.2 | 32.2 | 0.67 | 0.48 |
| Hex | CC | 80 | 28 | 0 | 25 | 50 | 14 | 20 | 43 | 30 |
| Octal | 314 | 200 | 50 | 0 | 45 | 120 | 24 | 40 | 103 | 60 |
| Binary | 11001100 | 10000000 | 101000 | 0 | 100101 | 1010000 | 10100 | 100000 | 1000011 | 110000 |
Color Harmonies of #CC8028
Complementary color
Monochromatic Colors of #CC8028
Black with #CC8028
Text Example
Text Example
White with #CC8028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8028; }
p { color: rgb(204,128,40); }
H1.HeaderClassName
{
color: #CC8028;
}
.AnyTagClassName
{
color: #CC8028;
}
</style>
background-color css
<style>
a { background-color: #CC8028; }
a { background-color: rgb(204,128,40); }
div.DivClassName
{
background-color: #CC8028;
}
.BgClassName
{
background-color: #CC8028;
}
</style>
border-color css
<style>
span { border-color: #CC8028; }
span { border-color: rgb(204,128,40); }
td.TdClassName
{
border-color: #CC8028;
}
.TagClassName
{
border-color: #CC8028;
}
</style>