Shades of Dixie #CC8629
Tints of Dixie #CC8629
RGB
CMYK
RGB Variations
Color information
#CC8629 (or 0xCC8629) is known color: Dixie. HEX triplet: CC, 86 and 29. RGB value is (204,134,41). Sum of RGB (Red+Green+Blue) = 204+134+41=379 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.83% from 379); Green value is 134 (52.73% from 255 or 35.36% from 379); Blue value is 41 (16.41% from 255 or 10.82% from 379); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8629 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC8629 is #3379D6. Grayscale: #909090. Windows color (decimal): -3373527 or 2721484. OLE color: 2721484.
HSL color Cylindrical-coordinate representation of color #CC8629: hue angle of 34.23º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CC8629 is Cyan = 0, Magento = 0.34, Yellow = 0.80 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 134 | 41 | - |
| CMYK | 0 | 0.34 | 0.80 | 0.2 |
| HSL | 34.23º | 0.67% | 0.48% | - |
| HSV(B) | 34.23º | 0.8% | 0.8% | - |
| XYZ | 33.83 | 30.05 | 6.11 | - |
| YUV | 144.33 | 69.69 | 170.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 134 | 41 | 0 | 0.34 | 0.80 | 0.2 | 34.23 | 0.67 | 0.48 |
| Hex | CC | 86 | 29 | 0 | 22 | 50 | 14 | 22 | 43 | 30 |
| Octal | 314 | 206 | 51 | 0 | 42 | 120 | 24 | 42 | 103 | 60 |
| Binary | 11001100 | 10000110 | 101001 | 0 | 100010 | 1010000 | 10100 | 100010 | 1000011 | 110000 |
Color Harmonies of #CC8629
Complementary color
Monochromatic Colors of #CC8629
Black with #CC8629
Text Example
Text Example
White with #CC8629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8629; }
p { color: rgb(204,134,41); }
H1.HeaderClassName
{
color: #CC8629;
}
.AnyTagClassName
{
color: #CC8629;
}
</style>
background-color css
<style>
a { background-color: #CC8629; }
a { background-color: rgb(204,134,41); }
div.DivClassName
{
background-color: #CC8629;
}
.BgClassName
{
background-color: #CC8629;
}
</style>
border-color css
<style>
span { border-color: #CC8629; }
span { border-color: rgb(204,134,41); }
td.TdClassName
{
border-color: #CC8629;
}
.TagClassName
{
border-color: #CC8629;
}
</style>