Shades of Dixie #CA8B2E
Tints of Dixie #CA8B2E
RGB
CMYK
RGB Variations
Color information
#CA8B2E (or 0xCA8B2E) is known color: Dixie. HEX triplet: CA, 8B and 2E. RGB value is (202,139,46). Sum of RGB (Red+Green+Blue) = 202+139+46=387 (51% of max value = 765). Red value is 202 (79.30% from 255 or 52.20% from 387); Green value is 139 (54.69% from 255 or 35.92% from 387); Blue value is 46 (18.36% from 255 or 11.89% from 387); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8B2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA8B2E is #3574D1. Grayscale: #939393. Windows color (decimal): -3503314 or 3050442. OLE color: 3050442.
HSL color Cylindrical-coordinate representation of color #CA8B2E: hue angle of 35.77º 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 #CA8B2E is Cyan = 0, Magento = 0.31, Yellow = 0.77 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 139 | 46 | - |
| CMYK | 0 | 0.31 | 0.77 | 0.21 |
| HSL | 35.77º | 0.63% | 0.49% | - |
| HSV(B) | 35.77º | 0.77% | 0.79% | - |
| XYZ | 34.08 | 31.22 | 6.81 | - |
| YUV | 147.24 | 70.87 | 167.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 139 | 46 | 0 | 0.31 | 0.77 | 0.21 | 35.77 | 0.63 | 0.49 |
| Hex | CA | 8B | 2E | 0 | 1F | 4D | 15 | 24 | 3F | 31 |
| Octal | 312 | 213 | 56 | 0 | 37 | 115 | 25 | 44 | 77 | 61 |
| Binary | 11001010 | 10001011 | 101110 | 0 | 11111 | 1001101 | 10101 | 100100 | 111111 | 110001 |
Color Harmonies of #CA8B2E
Complementary color
Monochromatic Colors of #CA8B2E
Black with #CA8B2E
Text Example
Text Example
White with #CA8B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8B2E; }
p { color: rgb(202,139,46); }
H1.HeaderClassName
{
color: #CA8B2E;
}
.AnyTagClassName
{
color: #CA8B2E;
}
</style>
background-color css
<style>
a { background-color: #CA8B2E; }
a { background-color: rgb(202,139,46); }
div.DivClassName
{
background-color: #CA8B2E;
}
.BgClassName
{
background-color: #CA8B2E;
}
</style>
border-color css
<style>
span { border-color: #CA8B2E; }
span { border-color: rgb(202,139,46); }
td.TdClassName
{
border-color: #CA8B2E;
}
.TagClassName
{
border-color: #CA8B2E;
}
</style>