Shades of Dixie #CC8230
Tints of Dixie #CC8230
RGB
CMYK
RGB Variations
Color information
#CC8230 (or 0xCC8230) is known color: Dixie. HEX triplet: CC, 82 and 30. RGB value is (204,130,48). Sum of RGB (Red+Green+Blue) = 204+130+48=382 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.40% from 382); Green value is 130 (51.17% from 255 or 34.03% from 382); Blue value is 48 (19.14% from 255 or 12.57% from 382); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8230 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC8230 is #337DCF. Grayscale: #8F8F8F. Windows color (decimal): -3374544 or 3179212. OLE color: 3179212.
HSL color Cylindrical-coordinate representation of color #CC8230: hue angle of 31.54º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CC8230 is Cyan = 0, Magento = 0.36, Yellow = 0.76 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 130 | 48 | - |
| CMYK | 0 | 0.36 | 0.76 | 0.2 |
| HSL | 31.54º | 0.62% | 0.49% | - |
| HSV(B) | 31.54º | 0.76% | 0.8% | - |
| XYZ | 33.42 | 29.02 | 6.64 | - |
| YUV | 142.78 | 74.52 | 171.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 130 | 48 | 0 | 0.36 | 0.76 | 0.2 | 31.54 | 0.62 | 0.49 |
| Hex | CC | 82 | 30 | 0 | 24 | 4C | 14 | 20 | 3E | 31 |
| Octal | 314 | 202 | 60 | 0 | 44 | 114 | 24 | 40 | 76 | 61 |
| Binary | 11001100 | 10000010 | 110000 | 0 | 100100 | 1001100 | 10100 | 100000 | 111110 | 110001 |
Color Harmonies of #CC8230
Complementary color
Monochromatic Colors of #CC8230
Black with #CC8230
Text Example
Text Example
White with #CC8230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8230; }
p { color: rgb(204,130,48); }
H1.HeaderClassName
{
color: #CC8230;
}
.AnyTagClassName
{
color: #CC8230;
}
</style>
background-color css
<style>
a { background-color: #CC8230; }
a { background-color: rgb(204,130,48); }
div.DivClassName
{
background-color: #CC8230;
}
.BgClassName
{
background-color: #CC8230;
}
</style>
border-color css
<style>
span { border-color: #CC8230; }
span { border-color: rgb(204,130,48); }
td.TdClassName
{
border-color: #CC8230;
}
.TagClassName
{
border-color: #CC8230;
}
</style>