Shades of Dixie #CC8736
Tints of Dixie #CC8736
RGB
CMYK
RGB Variations
Color information
#CC8736 (or 0xCC8736) is known color: Dixie. HEX triplet: CC, 87 and 36. RGB value is (204,135,54). Sum of RGB (Red+Green+Blue) = 204+135+54=393 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.91% from 393); Green value is 135 (53.12% from 255 or 34.35% from 393); Blue value is 54 (21.48% from 255 or 13.74% from 393); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8736 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC8736 is #3378C9. Grayscale: #929292. Windows color (decimal): -3373258 or 3573708. OLE color: 3573708.
HSL color Cylindrical-coordinate representation of color #CC8736: hue angle of 32.4º 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 #CC8736 is Cyan = 0, Magento = 0.34, Yellow = 0.74 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 135 | 54 | - |
| CMYK | 0 | 0.34 | 0.74 | 0.2 |
| HSL | 32.4º | 0.6% | 0.51% | - |
| HSV(B) | 32.4º | 0.74% | 0.8% | - |
| XYZ | 34.23 | 30.43 | 7.56 | - |
| YUV | 146.4 | 75.86 | 169.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 135 | 54 | 0 | 0.34 | 0.74 | 0.2 | 32.4 | 0.6 | 0.51 |
| Hex | CC | 87 | 36 | 0 | 22 | 4A | 14 | 20 | 3C | 33 |
| Octal | 314 | 207 | 66 | 0 | 42 | 112 | 24 | 40 | 74 | 63 |
| Binary | 11001100 | 10000111 | 110110 | 0 | 100010 | 1001010 | 10100 | 100000 | 111100 | 110011 |
Color Harmonies of #CC8736
Complementary color
Monochromatic Colors of #CC8736
Black with #CC8736
Text Example
Text Example
White with #CC8736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8736; }
p { color: rgb(204,135,54); }
H1.HeaderClassName
{
color: #CC8736;
}
.AnyTagClassName
{
color: #CC8736;
}
</style>
background-color css
<style>
a { background-color: #CC8736; }
a { background-color: rgb(204,135,54); }
div.DivClassName
{
background-color: #CC8736;
}
.BgClassName
{
background-color: #CC8736;
}
</style>
border-color css
<style>
span { border-color: #CC8736; }
span { border-color: rgb(204,135,54); }
td.TdClassName
{
border-color: #CC8736;
}
.TagClassName
{
border-color: #CC8736;
}
</style>