Shades of Dixie #CA8434
Tints of Dixie #CA8434
RGB
CMYK
RGB Variations
Color information
#CA8434 (or 0xCA8434) is known color: Dixie. HEX triplet: CA, 84 and 34. RGB value is (202,132,52). Sum of RGB (Red+Green+Blue) = 202+132+52=386 (51% of max value = 765). Red value is 202 (79.30% from 255 or 52.33% from 386); Green value is 132 (51.95% from 255 or 34.20% from 386); Blue value is 52 (20.70% from 255 or 13.47% from 386); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8434 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA8434 is #357BCB. Grayscale: #909090. Windows color (decimal): -3505100 or 3441866. OLE color: 3441866.
HSL color Cylindrical-coordinate representation of color #CA8434: hue angle of 32º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CA8434 is Cyan = 0, Magento = 0.35, Yellow = 0.74 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 132 | 52 | - |
| CMYK | 0 | 0.35 | 0.74 | 0.21 |
| HSL | 32º | 0.59% | 0.5% | - |
| HSV(B) | 32º | 0.74% | 0.79% | - |
| XYZ | 33.23 | 29.31 | 7.15 | - |
| YUV | 143.81 | 76.19 | 169.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 132 | 52 | 0 | 0.35 | 0.74 | 0.21 | 32 | 0.59 | 0.5 |
| Hex | CA | 84 | 34 | 0 | 23 | 4A | 15 | 20 | 3B | 32 |
| Octal | 312 | 204 | 64 | 0 | 43 | 112 | 25 | 40 | 73 | 62 |
| Binary | 11001010 | 10000100 | 110100 | 0 | 100011 | 1001010 | 10101 | 100000 | 111011 | 110010 |
Color Harmonies of #CA8434
Complementary color
Monochromatic Colors of #CA8434
Black with #CA8434
Text Example
Text Example
White with #CA8434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8434; }
p { color: rgb(202,132,52); }
H1.HeaderClassName
{
color: #CA8434;
}
.AnyTagClassName
{
color: #CA8434;
}
</style>
background-color css
<style>
a { background-color: #CA8434; }
a { background-color: rgb(202,132,52); }
div.DivClassName
{
background-color: #CA8434;
}
.BgClassName
{
background-color: #CA8434;
}
</style>
border-color css
<style>
span { border-color: #CA8434; }
span { border-color: rgb(202,132,52); }
td.TdClassName
{
border-color: #CA8434;
}
.TagClassName
{
border-color: #CA8434;
}
</style>