Shades of Dixie #CA8732
Tints of Dixie #CA8732
RGB
CMYK
RGB Variations
Color information
#CA8732 (or 0xCA8732) is known color: Dixie. HEX triplet: CA, 87 and 32. RGB value is (202,135,50). Sum of RGB (Red+Green+Blue) = 202+135+50=387 (51% of max value = 765). Red value is 202 (79.30% from 255 or 52.20% from 387); Green value is 135 (53.12% from 255 or 34.88% from 387); Blue value is 50 (19.92% from 255 or 12.92% from 387); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8732 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA8732 is #3578CD. Grayscale: #919191. Windows color (decimal): -3504334 or 3311562. OLE color: 3311562.
HSL color Cylindrical-coordinate representation of color #CA8732: hue angle of 33.55º 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 #CA8732 is Cyan = 0, Magento = 0.33, Yellow = 0.75 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 135 | 50 | - |
| CMYK | 0 | 0.33 | 0.75 | 0.21 |
| HSL | 33.55º | 0.6% | 0.49% | - |
| HSV(B) | 33.55º | 0.75% | 0.79% | - |
| XYZ | 33.6 | 30.11 | 7.06 | - |
| YUV | 145.34 | 74.2 | 168.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 135 | 50 | 0 | 0.33 | 0.75 | 0.21 | 33.55 | 0.6 | 0.49 |
| Hex | CA | 87 | 32 | 0 | 21 | 4B | 15 | 22 | 3C | 31 |
| Octal | 312 | 207 | 62 | 0 | 41 | 113 | 25 | 42 | 74 | 61 |
| Binary | 11001010 | 10000111 | 110010 | 0 | 100001 | 1001011 | 10101 | 100010 | 111100 | 110001 |
Color Harmonies of #CA8732
Complementary color
Monochromatic Colors of #CA8732
Black with #CA8732
Text Example
Text Example
White with #CA8732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8732; }
p { color: rgb(202,135,50); }
H1.HeaderClassName
{
color: #CA8732;
}
.AnyTagClassName
{
color: #CA8732;
}
</style>
background-color css
<style>
a { background-color: #CA8732; }
a { background-color: rgb(202,135,50); }
div.DivClassName
{
background-color: #CA8732;
}
.BgClassName
{
background-color: #CA8732;
}
</style>
border-color css
<style>
span { border-color: #CA8732; }
span { border-color: rgb(202,135,50); }
td.TdClassName
{
border-color: #CA8732;
}
.TagClassName
{
border-color: #CA8732;
}
</style>