Shades of Dixie #CC8830
Tints of Dixie #CC8830
RGB
CMYK
RGB Variations
Color information
#CC8830 (or 0xCC8830) is known color: Dixie. HEX triplet: CC, 88 and 30. RGB value is (204,136,48). Sum of RGB (Red+Green+Blue) = 204+136+48=388 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.58% from 388); Green value is 136 (53.52% from 255 or 35.05% from 388); Blue value is 48 (19.14% from 255 or 12.37% from 388); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8830 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC8830 is #3377CF. Grayscale: #929292. Windows color (decimal): -3373008 or 3180748. OLE color: 3180748.
HSL color Cylindrical-coordinate representation of color #CC8830: hue angle of 33.85º 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 #CC8830 is Cyan = 0, Magento = 0.33, Yellow = 0.76 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 136 | 48 | - |
| CMYK | 0 | 0.33 | 0.76 | 0.2 |
| HSL | 33.85º | 0.62% | 0.49% | - |
| HSV(B) | 33.85º | 0.76% | 0.8% | - |
| XYZ | 34.24 | 30.66 | 6.91 | - |
| YUV | 146.3 | 72.53 | 169.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 136 | 48 | 0 | 0.33 | 0.76 | 0.2 | 33.85 | 0.62 | 0.49 |
| Hex | CC | 88 | 30 | 0 | 21 | 4C | 14 | 22 | 3E | 31 |
| Octal | 314 | 210 | 60 | 0 | 41 | 114 | 24 | 42 | 76 | 61 |
| Binary | 11001100 | 10001000 | 110000 | 0 | 100001 | 1001100 | 10100 | 100010 | 111110 | 110001 |
Color Harmonies of #CC8830
Complementary color
Monochromatic Colors of #CC8830
Black with #CC8830
Text Example
Text Example
White with #CC8830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8830; }
p { color: rgb(204,136,48); }
H1.HeaderClassName
{
color: #CC8830;
}
.AnyTagClassName
{
color: #CC8830;
}
</style>
background-color css
<style>
a { background-color: #CC8830; }
a { background-color: rgb(204,136,48); }
div.DivClassName
{
background-color: #CC8830;
}
.BgClassName
{
background-color: #CC8830;
}
</style>
border-color css
<style>
span { border-color: #CC8830; }
span { border-color: rgb(204,136,48); }
td.TdClassName
{
border-color: #CC8830;
}
.TagClassName
{
border-color: #CC8830;
}
</style>