Shades of Dixie #CA8730
Tints of Dixie #CA8730
RGB
CMYK
RGB Variations
Color information
#CA8730 (or 0xCA8730) is known color: Dixie. HEX triplet: CA, 87 and 30. RGB value is (202,135,48). Sum of RGB (Red+Green+Blue) = 202+135+48=385 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.47% from 385); Green value is 135 (53.12% from 255 or 35.06% from 385); Blue value is 48 (19.14% from 255 or 12.47% from 385); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8730 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA8730 is #3578CF. Grayscale: #919191. Windows color (decimal): -3504336 or 3180490. OLE color: 3180490.
HSL color Cylindrical-coordinate representation of color #CA8730: hue angle of 33.9º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CA8730 is Cyan = 0, Magento = 0.33, Yellow = 0.76 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 135 | 48 | - |
| CMYK | 0 | 0.33 | 0.76 | 0.21 |
| HSL | 33.9º | 0.62% | 0.49% | - |
| HSV(B) | 33.9º | 0.76% | 0.79% | - |
| XYZ | 33.55 | 30.1 | 6.84 | - |
| YUV | 145.12 | 73.2 | 168.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 135 | 48 | 0 | 0.33 | 0.76 | 0.21 | 33.9 | 0.62 | 0.49 |
| Hex | CA | 87 | 30 | 0 | 21 | 4C | 15 | 22 | 3E | 31 |
| Octal | 312 | 207 | 60 | 0 | 41 | 114 | 25 | 42 | 76 | 61 |
| Binary | 11001010 | 10000111 | 110000 | 0 | 100001 | 1001100 | 10101 | 100010 | 111110 | 110001 |
Color Harmonies of #CA8730
Complementary color
Monochromatic Colors of #CA8730
Black with #CA8730
Text Example
Text Example
White with #CA8730
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8730; }
p { color: rgb(202,135,48); }
H1.HeaderClassName
{
color: #CA8730;
}
.AnyTagClassName
{
color: #CA8730;
}
</style>
background-color css
<style>
a { background-color: #CA8730; }
a { background-color: rgb(202,135,48); }
div.DivClassName
{
background-color: #CA8730;
}
.BgClassName
{
background-color: #CA8730;
}
</style>
border-color css
<style>
span { border-color: #CA8730; }
span { border-color: rgb(202,135,48); }
td.TdClassName
{
border-color: #CA8730;
}
.TagClassName
{
border-color: #CA8730;
}
</style>