Shades of Dixie #CA8633
Tints of Dixie #CA8633
RGB
CMYK
RGB Variations
Color information
#CA8633 (or 0xCA8633) is known color: Dixie. HEX triplet: CA, 86 and 33. RGB value is (202,134,51). Sum of RGB (Red+Green+Blue) = 202+134+51=387 (51% of max value = 765). Red value is 202 (79.30% from 255 or 52.20% from 387); Green value is 134 (52.73% from 255 or 34.63% from 387); Blue value is 51 (20.31% from 255 or 13.18% from 387); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8633 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA8633 is #3579CC. Grayscale: #919191. Windows color (decimal): -3504589 or 3376842. OLE color: 3376842.
HSL color Cylindrical-coordinate representation of color #CA8633: hue angle of 32.98º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CA8633 is Cyan = 0, Magento = 0.34, Yellow = 0.75 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 134 | 51 | - |
| CMYK | 0 | 0.34 | 0.75 | 0.21 |
| HSL | 32.98º | 0.6% | 0.5% | - |
| HSV(B) | 32.98º | 0.75% | 0.79% | - |
| XYZ | 33.48 | 29.85 | 7.13 | - |
| YUV | 144.87 | 75.03 | 168.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 134 | 51 | 0 | 0.34 | 0.75 | 0.21 | 32.98 | 0.6 | 0.5 |
| Hex | CA | 86 | 33 | 0 | 22 | 4B | 15 | 21 | 3C | 32 |
| Octal | 312 | 206 | 63 | 0 | 42 | 113 | 25 | 41 | 74 | 62 |
| Binary | 11001010 | 10000110 | 110011 | 0 | 100010 | 1001011 | 10101 | 100001 | 111100 | 110010 |
Color Harmonies of #CA8633
Complementary color
Monochromatic Colors of #CA8633
Black with #CA8633
Text Example
Text Example
White with #CA8633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8633; }
p { color: rgb(202,134,51); }
H1.HeaderClassName
{
color: #CA8633;
}
.AnyTagClassName
{
color: #CA8633;
}
</style>
background-color css
<style>
a { background-color: #CA8633; }
a { background-color: rgb(202,134,51); }
div.DivClassName
{
background-color: #CA8633;
}
.BgClassName
{
background-color: #CA8633;
}
</style>
border-color css
<style>
span { border-color: #CA8633; }
span { border-color: rgb(202,134,51); }
td.TdClassName
{
border-color: #CA8633;
}
.TagClassName
{
border-color: #CA8633;
}
</style>