Shades of Dixie #CA8A2E
Tints of Dixie #CA8A2E
RGB
CMYK
RGB Variations
Color information
#CA8A2E (or 0xCA8A2E) is known color: Dixie. HEX triplet: CA, 8A and 2E. RGB value is (202,138,46). Sum of RGB (Red+Green+Blue) = 202+138+46=386 (51% of max value = 765). Red value is 202 (79.30% from 255 or 52.33% from 386); Green value is 138 (54.30% from 255 or 35.75% from 386); Blue value is 46 (18.36% from 255 or 11.92% from 386); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8A2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA8A2E is #3575D1. Grayscale: #939393. Windows color (decimal): -3503570 or 3050186. OLE color: 3050186.
HSL color Cylindrical-coordinate representation of color #CA8A2E: hue angle of 35.38º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CA8A2E is Cyan = 0, Magento = 0.32, Yellow = 0.77 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 138 | 46 | - |
| CMYK | 0 | 0.32 | 0.77 | 0.21 |
| HSL | 35.38º | 0.63% | 0.49% | - |
| HSV(B) | 35.38º | 0.77% | 0.79% | - |
| XYZ | 33.94 | 30.93 | 6.77 | - |
| YUV | 146.65 | 71.2 | 167.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 138 | 46 | 0 | 0.32 | 0.77 | 0.21 | 35.38 | 0.63 | 0.49 |
| Hex | CA | 8A | 2E | 0 | 20 | 4D | 15 | 23 | 3F | 31 |
| Octal | 312 | 212 | 56 | 0 | 40 | 115 | 25 | 43 | 77 | 61 |
| Binary | 11001010 | 10001010 | 101110 | 0 | 100000 | 1001101 | 10101 | 100011 | 111111 | 110001 |
Color Harmonies of #CA8A2E
Complementary color
Monochromatic Colors of #CA8A2E
Black with #CA8A2E
Text Example
Text Example
White with #CA8A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8A2E; }
p { color: rgb(202,138,46); }
H1.HeaderClassName
{
color: #CA8A2E;
}
.AnyTagClassName
{
color: #CA8A2E;
}
</style>
background-color css
<style>
a { background-color: #CA8A2E; }
a { background-color: rgb(202,138,46); }
div.DivClassName
{
background-color: #CA8A2E;
}
.BgClassName
{
background-color: #CA8A2E;
}
</style>
border-color css
<style>
span { border-color: #CA8A2E; }
span { border-color: rgb(202,138,46); }
td.TdClassName
{
border-color: #CA8A2E;
}
.TagClassName
{
border-color: #CA8A2E;
}
</style>