Shades of Dixie #CC852F
Tints of Dixie #CC852F
RGB
CMYK
RGB Variations
Color information
#CC852F (or 0xCC852F) is known color: Dixie. HEX triplet: CC, 85 and 2F. RGB value is (204,133,47). Sum of RGB (Red+Green+Blue) = 204+133+47=384 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.12% from 384); Green value is 133 (52.34% from 255 or 34.64% from 384); Blue value is 47 (18.75% from 255 or 12.24% from 384); Max value from RGB is 204 - color contains mainly: red. Hex color #CC852F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC852F is #337AD0. Grayscale: #909090. Windows color (decimal): -3373777 or 3114444. OLE color: 3114444.
HSL color Cylindrical-coordinate representation of color #CC852F: hue angle of 32.87º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CC852F is Cyan = 0, Magento = 0.35, Yellow = 0.77 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 133 | 47 | - |
| CMYK | 0 | 0.35 | 0.77 | 0.2 |
| HSL | 32.87º | 0.63% | 0.49% | - |
| HSV(B) | 32.87º | 0.77% | 0.8% | - |
| XYZ | 33.8 | 29.82 | 6.66 | - |
| YUV | 144.43 | 73.02 | 170.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 133 | 47 | 0 | 0.35 | 0.77 | 0.2 | 32.87 | 0.63 | 0.49 |
| Hex | CC | 85 | 2F | 0 | 23 | 4D | 14 | 21 | 3F | 31 |
| Octal | 314 | 205 | 57 | 0 | 43 | 115 | 24 | 41 | 77 | 61 |
| Binary | 11001100 | 10000101 | 101111 | 0 | 100011 | 1001101 | 10100 | 100001 | 111111 | 110001 |
Color Harmonies of #CC852F
Complementary color
Monochromatic Colors of #CC852F
Black with #CC852F
Text Example
Text Example
White with #CC852F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC852F; }
p { color: rgb(204,133,47); }
H1.HeaderClassName
{
color: #CC852F;
}
.AnyTagClassName
{
color: #CC852F;
}
</style>
background-color css
<style>
a { background-color: #CC852F; }
a { background-color: rgb(204,133,47); }
div.DivClassName
{
background-color: #CC852F;
}
.BgClassName
{
background-color: #CC852F;
}
</style>
border-color css
<style>
span { border-color: #CC852F; }
span { border-color: rgb(204,133,47); }
td.TdClassName
{
border-color: #CC852F;
}
.TagClassName
{
border-color: #CC852F;
}
</style>