Shades of Dixie #CA802D
Tints of Dixie #CA802D
RGB
CMYK
RGB Variations
Color information
#CA802D (or 0xCA802D) is known color: Dixie. HEX triplet: CA, 80 and 2D. RGB value is (202,128,45). Sum of RGB (Red+Green+Blue) = 202+128+45=375 (49% of max value = 765). Red value is 202 (79.30% from 255 or 53.87% from 375); Green value is 128 (50.39% from 255 or 34.13% from 375); Blue value is 45 (17.97% from 255 or 12% from 375); Max value from RGB is 202 - color contains mainly: red. Hex color #CA802D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA802D is #357FD2. Grayscale: #8D8D8D. Windows color (decimal): -3506131 or 2982090. OLE color: 2982090.
HSL color Cylindrical-coordinate representation of color #CA802D: hue angle of 31.72º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CA802D is Cyan = 0, Magento = 0.37, Yellow = 0.78 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 128 | 45 | - |
| CMYK | 0 | 0.37 | 0.78 | 0.21 |
| HSL | 31.72º | 0.64% | 0.48% | - |
| HSV(B) | 31.72º | 0.78% | 0.79% | - |
| XYZ | 32.55 | 28.18 | 6.21 | - |
| YUV | 140.66 | 74.02 | 171.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 128 | 45 | 0 | 0.37 | 0.78 | 0.21 | 31.72 | 0.64 | 0.48 |
| Hex | CA | 80 | 2D | 0 | 25 | 4E | 15 | 20 | 40 | 30 |
| Octal | 312 | 200 | 55 | 0 | 45 | 116 | 25 | 40 | 100 | 60 |
| Binary | 11001010 | 10000000 | 101101 | 0 | 100101 | 1001110 | 10101 | 100000 | 1000000 | 110000 |
Color Harmonies of #CA802D
Complementary color
Monochromatic Colors of #CA802D
Black with #CA802D
Text Example
Text Example
White with #CA802D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA802D; }
p { color: rgb(202,128,45); }
H1.HeaderClassName
{
color: #CA802D;
}
.AnyTagClassName
{
color: #CA802D;
}
</style>
background-color css
<style>
a { background-color: #CA802D; }
a { background-color: rgb(202,128,45); }
div.DivClassName
{
background-color: #CA802D;
}
.BgClassName
{
background-color: #CA802D;
}
</style>
border-color css
<style>
span { border-color: #CA802D; }
span { border-color: rgb(202,128,45); }
td.TdClassName
{
border-color: #CA802D;
}
.TagClassName
{
border-color: #CA802D;
}
</style>