Shades of Dixie #CC8836
Tints of Dixie #CC8836
RGB
CMYK
RGB Variations
Color information
#CC8836 (or 0xCC8836) is known color: Dixie. HEX triplet: CC, 88 and 36. RGB value is (204,136,54). Sum of RGB (Red+Green+Blue) = 204+136+54=394 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.78% from 394); Green value is 136 (53.52% from 255 or 34.52% from 394); Blue value is 54 (21.48% from 255 or 13.71% from 394); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8836 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC8836 is #3377C9. Grayscale: #939393. Windows color (decimal): -3373002 or 3573964. OLE color: 3573964.
HSL color Cylindrical-coordinate representation of color #CC8836: hue angle of 32.8º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CC8836 is Cyan = 0, Magento = 0.33, Yellow = 0.74 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 136 | 54 | - |
| CMYK | 0 | 0.33 | 0.74 | 0.2 |
| HSL | 32.8º | 0.6% | 0.51% | - |
| HSV(B) | 32.8º | 0.74% | 0.8% | - |
| XYZ | 34.37 | 30.71 | 7.61 | - |
| YUV | 146.98 | 75.53 | 168.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 136 | 54 | 0 | 0.33 | 0.74 | 0.2 | 32.8 | 0.6 | 0.51 |
| Hex | CC | 88 | 36 | 0 | 21 | 4A | 14 | 21 | 3C | 33 |
| Octal | 314 | 210 | 66 | 0 | 41 | 112 | 24 | 41 | 74 | 63 |
| Binary | 11001100 | 10001000 | 110110 | 0 | 100001 | 1001010 | 10100 | 100001 | 111100 | 110011 |
Color Harmonies of #CC8836
Complementary color
Monochromatic Colors of #CC8836
Black with #CC8836
Text Example
Text Example
White with #CC8836
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8836; }
p { color: rgb(204,136,54); }
H1.HeaderClassName
{
color: #CC8836;
}
.AnyTagClassName
{
color: #CC8836;
}
</style>
background-color css
<style>
a { background-color: #CC8836; }
a { background-color: rgb(204,136,54); }
div.DivClassName
{
background-color: #CC8836;
}
.BgClassName
{
background-color: #CC8836;
}
</style>
border-color css
<style>
span { border-color: #CC8836; }
span { border-color: rgb(204,136,54); }
td.TdClassName
{
border-color: #CC8836;
}
.TagClassName
{
border-color: #CC8836;
}
</style>