Shades of Dixie #C98131
Tints of Dixie #C98131
RGB
CMYK
RGB Variations
Color information
#C98131 (or 0xC98131) is known color: Dixie. HEX triplet: C9, 81 and 31. RGB value is (201,129,49). Sum of RGB (Red+Green+Blue) = 201+129+49=379 (50% of max value = 765). Red value is 201 (78.91% from 255 or 53.03% from 379); Green value is 129 (50.78% from 255 or 34.04% from 379); Blue value is 49 (19.53% from 255 or 12.93% from 379); Max value from RGB is 201 - color contains mainly: red. Hex color #C98131 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C98131 is #367ECE. Grayscale: #8D8D8D. Windows color (decimal): -3571407 or 3244489. OLE color: 3244489.
HSL color Cylindrical-coordinate representation of color #C98131: hue angle of 31.58º degrees, saturation: 0.61, 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 #C98131 is Cyan = 0, Magento = 0.36, Yellow = 0.76 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 129 | 49 | - |
| CMYK | 0 | 0.36 | 0.76 | 0.21 |
| HSL | 31.58º | 0.61% | 0.49% | - |
| HSV(B) | 31.58º | 0.76% | 0.79% | - |
| XYZ | 32.49 | 28.34 | 6.66 | - |
| YUV | 141.41 | 75.85 | 170.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 129 | 49 | 0 | 0.36 | 0.76 | 0.21 | 31.58 | 0.61 | 0.49 |
| Hex | C9 | 81 | 31 | 0 | 24 | 4C | 15 | 20 | 3D | 31 |
| Octal | 311 | 201 | 61 | 0 | 44 | 114 | 25 | 40 | 75 | 61 |
| Binary | 11001001 | 10000001 | 110001 | 0 | 100100 | 1001100 | 10101 | 100000 | 111101 | 110001 |
Color Harmonies of #C98131
Complementary color
Monochromatic Colors of #C98131
Black with #C98131
Text Example
Text Example
White with #C98131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98131; }
p { color: rgb(201,129,49); }
H1.HeaderClassName
{
color: #C98131;
}
.AnyTagClassName
{
color: #C98131;
}
</style>
background-color css
<style>
a { background-color: #C98131; }
a { background-color: rgb(201,129,49); }
div.DivClassName
{
background-color: #C98131;
}
.BgClassName
{
background-color: #C98131;
}
</style>
border-color css
<style>
span { border-color: #C98131; }
span { border-color: rgb(201,129,49); }
td.TdClassName
{
border-color: #C98131;
}
.TagClassName
{
border-color: #C98131;
}
</style>