Shades of Dixie #CC892F
Tints of Dixie #CC892F
RGB
CMYK
RGB Variations
Color information
#CC892F (or 0xCC892F) is known color: Dixie. HEX triplet: CC, 89 and 2F. RGB value is (204,137,47). Sum of RGB (Red+Green+Blue) = 204+137+47=388 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.58% from 388); Green value is 137 (53.91% from 255 or 35.31% from 388); Blue value is 47 (18.75% from 255 or 12.11% from 388); Max value from RGB is 204 - color contains mainly: red. Hex color #CC892F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC892F is #3376D0. Grayscale: #939393. Windows color (decimal): -3372753 or 3115468. OLE color: 3115468.
HSL color Cylindrical-coordinate representation of color #CC892F: hue angle of 34.39º 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 #CC892F is Cyan = 0, Magento = 0.33, Yellow = 0.77 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 137 | 47 | - |
| CMYK | 0 | 0.33 | 0.77 | 0.2 |
| HSL | 34.39º | 0.63% | 0.49% | - |
| HSV(B) | 34.39º | 0.77% | 0.8% | - |
| XYZ | 34.36 | 30.93 | 6.85 | - |
| YUV | 146.77 | 71.7 | 168.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 137 | 47 | 0 | 0.33 | 0.77 | 0.2 | 34.39 | 0.63 | 0.49 |
| Hex | CC | 89 | 2F | 0 | 21 | 4D | 14 | 22 | 3F | 31 |
| Octal | 314 | 211 | 57 | 0 | 41 | 115 | 24 | 42 | 77 | 61 |
| Binary | 11001100 | 10001001 | 101111 | 0 | 100001 | 1001101 | 10100 | 100010 | 111111 | 110001 |
Color Harmonies of #CC892F
Complementary color
Monochromatic Colors of #CC892F
Black with #CC892F
Text Example
Text Example
White with #CC892F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC892F; }
p { color: rgb(204,137,47); }
H1.HeaderClassName
{
color: #CC892F;
}
.AnyTagClassName
{
color: #CC892F;
}
</style>
background-color css
<style>
a { background-color: #CC892F; }
a { background-color: rgb(204,137,47); }
div.DivClassName
{
background-color: #CC892F;
}
.BgClassName
{
background-color: #CC892F;
}
</style>
border-color css
<style>
span { border-color: #CC892F; }
span { border-color: rgb(204,137,47); }
td.TdClassName
{
border-color: #CC892F;
}
.TagClassName
{
border-color: #CC892F;
}
</style>