Shades of Dixie #CC892D
Tints of Dixie #CC892D
RGB
CMYK
RGB Variations
Color information
#CC892D (or 0xCC892D) is known color: Dixie. HEX triplet: CC, 89 and 2D. RGB value is (204,137,45). Sum of RGB (Red+Green+Blue) = 204+137+45=386 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.85% from 386); Green value is 137 (53.91% from 255 or 35.49% from 386); Blue value is 45 (17.97% from 255 or 11.66% from 386); Max value from RGB is 204 - color contains mainly: red. Hex color #CC892D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC892D is #3376D2. Grayscale: #929292. Windows color (decimal): -3372755 or 2984396. OLE color: 2984396.
HSL color Cylindrical-coordinate representation of color #CC892D: hue angle of 34.72º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CC892D is Cyan = 0, Magento = 0.33, Yellow = 0.78 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 137 | 45 | - |
| CMYK | 0 | 0.33 | 0.78 | 0.2 |
| HSL | 34.72º | 0.64% | 0.49% | - |
| HSV(B) | 34.72º | 0.78% | 0.8% | - |
| XYZ | 34.32 | 30.92 | 6.64 | - |
| YUV | 146.55 | 70.7 | 168.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 137 | 45 | 0 | 0.33 | 0.78 | 0.2 | 34.72 | 0.64 | 0.49 |
| Hex | CC | 89 | 2D | 0 | 21 | 4E | 14 | 23 | 40 | 31 |
| Octal | 314 | 211 | 55 | 0 | 41 | 116 | 24 | 43 | 100 | 61 |
| Binary | 11001100 | 10001001 | 101101 | 0 | 100001 | 1001110 | 10100 | 100011 | 1000000 | 110001 |
Color Harmonies of #CC892D
Complementary color
Monochromatic Colors of #CC892D
Black with #CC892D
Text Example
Text Example
White with #CC892D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC892D; }
p { color: rgb(204,137,45); }
H1.HeaderClassName
{
color: #CC892D;
}
.AnyTagClassName
{
color: #CC892D;
}
</style>
background-color css
<style>
a { background-color: #CC892D; }
a { background-color: rgb(204,137,45); }
div.DivClassName
{
background-color: #CC892D;
}
.BgClassName
{
background-color: #CC892D;
}
</style>
border-color css
<style>
span { border-color: #CC892D; }
span { border-color: rgb(204,137,45); }
td.TdClassName
{
border-color: #CC892D;
}
.TagClassName
{
border-color: #CC892D;
}
</style>