Shades of Dixie #CA822D
Tints of Dixie #CA822D
RGB
CMYK
RGB Variations
Color information
#CA822D (or 0xCA822D) is known color: Dixie. HEX triplet: CA, 82 and 2D. RGB value is (202,130,45). Sum of RGB (Red+Green+Blue) = 202+130+45=377 (49% of max value = 765). Red value is 202 (79.30% from 255 or 53.58% from 377); Green value is 130 (51.17% from 255 or 34.48% from 377); Blue value is 45 (17.97% from 255 or 11.94% from 377); Max value from RGB is 202 - color contains mainly: red. Hex color #CA822D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA822D is #357DD2. Grayscale: #8E8E8E. Windows color (decimal): -3505619 or 2982602. OLE color: 2982602.
HSL color Cylindrical-coordinate representation of color #CA822D: hue angle of 32.48º 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 #CA822D is Cyan = 0, Magento = 0.36, Yellow = 0.78 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 130 | 45 | - |
| CMYK | 0 | 0.36 | 0.78 | 0.21 |
| HSL | 32.48º | 0.64% | 0.48% | - |
| HSV(B) | 32.48º | 0.78% | 0.79% | - |
| XYZ | 32.81 | 28.71 | 6.3 | - |
| YUV | 141.84 | 73.35 | 170.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 130 | 45 | 0 | 0.36 | 0.78 | 0.21 | 32.48 | 0.64 | 0.48 |
| Hex | CA | 82 | 2D | 0 | 24 | 4E | 15 | 20 | 40 | 30 |
| Octal | 312 | 202 | 55 | 0 | 44 | 116 | 25 | 40 | 100 | 60 |
| Binary | 11001010 | 10000010 | 101101 | 0 | 100100 | 1001110 | 10101 | 100000 | 1000000 | 110000 |
Color Harmonies of #CA822D
Complementary color
Monochromatic Colors of #CA822D
Black with #CA822D
Text Example
Text Example
White with #CA822D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA822D; }
p { color: rgb(202,130,45); }
H1.HeaderClassName
{
color: #CA822D;
}
.AnyTagClassName
{
color: #CA822D;
}
</style>
background-color css
<style>
a { background-color: #CA822D; }
a { background-color: rgb(202,130,45); }
div.DivClassName
{
background-color: #CA822D;
}
.BgClassName
{
background-color: #CA822D;
}
</style>
border-color css
<style>
span { border-color: #CA822D; }
span { border-color: rgb(202,130,45); }
td.TdClassName
{
border-color: #CA822D;
}
.TagClassName
{
border-color: #CA822D;
}
</style>