Shades of Dixie #C98634
Tints of Dixie #C98634
RGB
CMYK
RGB Variations
Color information
#C98634 (or 0xC98634) is known color: Dixie. HEX triplet: C9, 86 and 34. RGB value is (201,134,52). Sum of RGB (Red+Green+Blue) = 201+134+52=387 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.94% from 387); Green value is 134 (52.73% from 255 or 34.63% from 387); Blue value is 52 (20.70% from 255 or 13.44% from 387); Max value from RGB is 201 - color contains mainly: red. Hex color #C98634 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C98634 is #3679CB. Grayscale: #919191. Windows color (decimal): -3570124 or 3442377. OLE color: 3442377.
HSL color Cylindrical-coordinate representation of color #C98634: hue angle of 33.02º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C98634 is Cyan = 0, Magento = 0.33, Yellow = 0.74 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 134 | 52 | - |
| CMYK | 0 | 0.33 | 0.74 | 0.21 |
| HSL | 33.02º | 0.59% | 0.5% | - |
| HSV(B) | 33.02º | 0.74% | 0.79% | - |
| XYZ | 33.23 | 29.72 | 7.23 | - |
| YUV | 144.69 | 75.7 | 168.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 134 | 52 | 0 | 0.33 | 0.74 | 0.21 | 33.02 | 0.59 | 0.5 |
| Hex | C9 | 86 | 34 | 0 | 21 | 4A | 15 | 21 | 3B | 32 |
| Octal | 311 | 206 | 64 | 0 | 41 | 112 | 25 | 41 | 73 | 62 |
| Binary | 11001001 | 10000110 | 110100 | 0 | 100001 | 1001010 | 10101 | 100001 | 111011 | 110010 |
Color Harmonies of #C98634
Complementary color
Monochromatic Colors of #C98634
Black with #C98634
Text Example
Text Example
White with #C98634
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98634; }
p { color: rgb(201,134,52); }
H1.HeaderClassName
{
color: #C98634;
}
.AnyTagClassName
{
color: #C98634;
}
</style>
background-color css
<style>
a { background-color: #C98634; }
a { background-color: rgb(201,134,52); }
div.DivClassName
{
background-color: #C98634;
}
.BgClassName
{
background-color: #C98634;
}
</style>
border-color css
<style>
span { border-color: #C98634; }
span { border-color: rgb(201,134,52); }
td.TdClassName
{
border-color: #C98634;
}
.TagClassName
{
border-color: #C98634;
}
</style>