Shades of Dixie #CC8130
Tints of Dixie #CC8130
RGB
CMYK
RGB Variations
Color information
#CC8130 (or 0xCC8130) is known color: Dixie. HEX triplet: CC, 81 and 30. RGB value is (204,129,48). Sum of RGB (Red+Green+Blue) = 204+129+48=381 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.54% from 381); Green value is 129 (50.78% from 255 or 33.86% from 381); Blue value is 48 (19.14% from 255 or 12.60% from 381); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8130 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC8130 is #337ECF. Grayscale: #8E8E8E. Windows color (decimal): -3374800 or 3178956. OLE color: 3178956.
HSL color Cylindrical-coordinate representation of color #CC8130: hue angle of 31.15º 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 #CC8130 is Cyan = 0, Magento = 0.37, Yellow = 0.76 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 129 | 48 | - |
| CMYK | 0 | 0.37 | 0.76 | 0.2 |
| HSL | 31.15º | 0.62% | 0.49% | - |
| HSV(B) | 31.15º | 0.76% | 0.8% | - |
| XYZ | 33.29 | 28.75 | 6.59 | - |
| YUV | 142.19 | 74.85 | 172.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 129 | 48 | 0 | 0.37 | 0.76 | 0.2 | 31.15 | 0.62 | 0.49 |
| Hex | CC | 81 | 30 | 0 | 25 | 4C | 14 | 1F | 3E | 31 |
| Octal | 314 | 201 | 60 | 0 | 45 | 114 | 24 | 37 | 76 | 61 |
| Binary | 11001100 | 10000001 | 110000 | 0 | 100101 | 1001100 | 10100 | 11111 | 111110 | 110001 |
Color Harmonies of #CC8130
Complementary color
Monochromatic Colors of #CC8130
Black with #CC8130
Text Example
Text Example
White with #CC8130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8130; }
p { color: rgb(204,129,48); }
H1.HeaderClassName
{
color: #CC8130;
}
.AnyTagClassName
{
color: #CC8130;
}
</style>
background-color css
<style>
a { background-color: #CC8130; }
a { background-color: rgb(204,129,48); }
div.DivClassName
{
background-color: #CC8130;
}
.BgClassName
{
background-color: #CC8130;
}
</style>
border-color css
<style>
span { border-color: #CC8130; }
span { border-color: rgb(204,129,48); }
td.TdClassName
{
border-color: #CC8130;
}
.TagClassName
{
border-color: #CC8130;
}
</style>