Shades of Dixie #CA8532
Tints of Dixie #CA8532
RGB
CMYK
RGB Variations
Color information
#CA8532 (or 0xCA8532) is known color: Dixie. HEX triplet: CA, 85 and 32. RGB value is (202,133,50). Sum of RGB (Red+Green+Blue) = 202+133+50=385 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.47% from 385); Green value is 133 (52.34% from 255 or 34.55% from 385); Blue value is 50 (19.92% from 255 or 12.99% from 385); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8532 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA8532 is #357ACD. Grayscale: #909090. Windows color (decimal): -3504846 or 3311050. OLE color: 3311050.
HSL color Cylindrical-coordinate representation of color #CA8532: hue angle of 32.76º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CA8532 is Cyan = 0, Magento = 0.34, Yellow = 0.75 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 133 | 50 | - |
| CMYK | 0 | 0.34 | 0.75 | 0.21 |
| HSL | 32.76º | 0.6% | 0.49% | - |
| HSV(B) | 32.76º | 0.75% | 0.79% | - |
| XYZ | 33.32 | 29.56 | 6.97 | - |
| YUV | 144.17 | 74.86 | 169.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 133 | 50 | 0 | 0.34 | 0.75 | 0.21 | 32.76 | 0.6 | 0.49 |
| Hex | CA | 85 | 32 | 0 | 22 | 4B | 15 | 21 | 3C | 31 |
| Octal | 312 | 205 | 62 | 0 | 42 | 113 | 25 | 41 | 74 | 61 |
| Binary | 11001010 | 10000101 | 110010 | 0 | 100010 | 1001011 | 10101 | 100001 | 111100 | 110001 |
Color Harmonies of #CA8532
Complementary color
Monochromatic Colors of #CA8532
Black with #CA8532
Text Example
Text Example
White with #CA8532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8532; }
p { color: rgb(202,133,50); }
H1.HeaderClassName
{
color: #CA8532;
}
.AnyTagClassName
{
color: #CA8532;
}
</style>
background-color css
<style>
a { background-color: #CA8532; }
a { background-color: rgb(202,133,50); }
div.DivClassName
{
background-color: #CA8532;
}
.BgClassName
{
background-color: #CA8532;
}
</style>
border-color css
<style>
span { border-color: #CA8532; }
span { border-color: rgb(202,133,50); }
td.TdClassName
{
border-color: #CA8532;
}
.TagClassName
{
border-color: #CA8532;
}
</style>