Shades of Dixie #C98532
Tints of Dixie #C98532
RGB
CMYK
RGB Variations
Color information
#C98532 (or 0xC98532) is known color: Dixie. HEX triplet: C9, 85 and 32. RGB value is (201,133,50). Sum of RGB (Red+Green+Blue) = 201+133+50=384 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.34% from 384); Green value is 133 (52.34% from 255 or 34.64% from 384); Blue value is 50 (19.92% from 255 or 13.02% from 384); Max value from RGB is 201 - color contains mainly: red. Hex color #C98532 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C98532 is #367ACD. Grayscale: #909090. Windows color (decimal): -3570382 or 3311049. OLE color: 3311049.
HSL color Cylindrical-coordinate representation of color #C98532: hue angle of 32.98º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C98532 is Cyan = 0, Magento = 0.34, Yellow = 0.75 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 133 | 50 | - |
| CMYK | 0 | 0.34 | 0.75 | 0.21 |
| HSL | 32.98º | 0.6% | 0.49% | - |
| HSV(B) | 32.98º | 0.75% | 0.79% | - |
| XYZ | 33.05 | 29.42 | 6.95 | - |
| YUV | 143.87 | 75.03 | 168.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 133 | 50 | 0 | 0.34 | 0.75 | 0.21 | 32.98 | 0.6 | 0.49 |
| Hex | C9 | 85 | 32 | 0 | 22 | 4B | 15 | 21 | 3C | 31 |
| Octal | 311 | 205 | 62 | 0 | 42 | 113 | 25 | 41 | 74 | 61 |
| Binary | 11001001 | 10000101 | 110010 | 0 | 100010 | 1001011 | 10101 | 100001 | 111100 | 110001 |
Color Harmonies of #C98532
Complementary color
Monochromatic Colors of #C98532
Black with #C98532
Text Example
Text Example
White with #C98532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98532; }
p { color: rgb(201,133,50); }
H1.HeaderClassName
{
color: #C98532;
}
.AnyTagClassName
{
color: #C98532;
}
</style>
background-color css
<style>
a { background-color: #C98532; }
a { background-color: rgb(201,133,50); }
div.DivClassName
{
background-color: #C98532;
}
.BgClassName
{
background-color: #C98532;
}
</style>
border-color css
<style>
span { border-color: #C98532; }
span { border-color: rgb(201,133,50); }
td.TdClassName
{
border-color: #C98532;
}
.TagClassName
{
border-color: #C98532;
}
</style>