Shades of Dixie #CC8835
Tints of Dixie #CC8835
RGB
CMYK
RGB Variations
Color information
#CC8835 (or 0xCC8835) is known color: Dixie. HEX triplet: CC, 88 and 35. RGB value is (204,136,53). Sum of RGB (Red+Green+Blue) = 204+136+53=393 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.91% from 393); Green value is 136 (53.52% from 255 or 34.61% from 393); Blue value is 53 (21.09% from 255 or 13.49% from 393); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8835 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC8835 is #3377CA. Grayscale: #939393. Windows color (decimal): -3373003 or 3508428. OLE color: 3508428.
HSL color Cylindrical-coordinate representation of color #CC8835: hue angle of 32.98º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CC8835 is Cyan = 0, Magento = 0.33, Yellow = 0.74 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 136 | 53 | - |
| CMYK | 0 | 0.33 | 0.74 | 0.2 |
| HSL | 32.98º | 0.6% | 0.5% | - |
| HSV(B) | 32.98º | 0.74% | 0.8% | - |
| XYZ | 34.35 | 30.7 | 7.48 | - |
| YUV | 146.87 | 75.03 | 168.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 136 | 53 | 0 | 0.33 | 0.74 | 0.2 | 32.98 | 0.6 | 0.5 |
| Hex | CC | 88 | 35 | 0 | 21 | 4A | 14 | 21 | 3C | 32 |
| Octal | 314 | 210 | 65 | 0 | 41 | 112 | 24 | 41 | 74 | 62 |
| Binary | 11001100 | 10001000 | 110101 | 0 | 100001 | 1001010 | 10100 | 100001 | 111100 | 110010 |
Color Harmonies of #CC8835
Complementary color
Monochromatic Colors of #CC8835
Black with #CC8835
Text Example
Text Example
White with #CC8835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8835; }
p { color: rgb(204,136,53); }
H1.HeaderClassName
{
color: #CC8835;
}
.AnyTagClassName
{
color: #CC8835;
}
</style>
background-color css
<style>
a { background-color: #CC8835; }
a { background-color: rgb(204,136,53); }
div.DivClassName
{
background-color: #CC8835;
}
.BgClassName
{
background-color: #CC8835;
}
</style>
border-color css
<style>
span { border-color: #CC8835; }
span { border-color: rgb(204,136,53); }
td.TdClassName
{
border-color: #CC8835;
}
.TagClassName
{
border-color: #CC8835;
}
</style>