Shades of Dixie #C98934
Tints of Dixie #C98934
RGB
CMYK
RGB Variations
Color information
#C98934 (or 0xC98934) is known color: Dixie. HEX triplet: C9, 89 and 34. RGB value is (201,137,52). Sum of RGB (Red+Green+Blue) = 201+137+52=390 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.54% from 390); Green value is 137 (53.91% from 255 or 35.13% from 390); Blue value is 52 (20.70% from 255 or 13.33% from 390); Max value from RGB is 201 - color contains mainly: red. Hex color #C98934 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C98934 is #3676CB. Grayscale: #929292. Windows color (decimal): -3569356 or 3443145. OLE color: 3443145.
HSL color Cylindrical-coordinate representation of color #C98934: hue angle of 34.23º 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 #C98934 is Cyan = 0, Magento = 0.32, Yellow = 0.74 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 137 | 52 | - |
| CMYK | 0 | 0.32 | 0.74 | 0.21 |
| HSL | 34.23º | 0.59% | 0.5% | - |
| HSV(B) | 34.23º | 0.74% | 0.79% | - |
| XYZ | 33.65 | 30.56 | 7.37 | - |
| YUV | 146.45 | 74.7 | 166.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 137 | 52 | 0 | 0.32 | 0.74 | 0.21 | 34.23 | 0.59 | 0.5 |
| Hex | C9 | 89 | 34 | 0 | 20 | 4A | 15 | 22 | 3B | 32 |
| Octal | 311 | 211 | 64 | 0 | 40 | 112 | 25 | 42 | 73 | 62 |
| Binary | 11001001 | 10001001 | 110100 | 0 | 100000 | 1001010 | 10101 | 100010 | 111011 | 110010 |
Color Harmonies of #C98934
Complementary color
Monochromatic Colors of #C98934
Black with #C98934
Text Example
Text Example
White with #C98934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98934; }
p { color: rgb(201,137,52); }
H1.HeaderClassName
{
color: #C98934;
}
.AnyTagClassName
{
color: #C98934;
}
</style>
background-color css
<style>
a { background-color: #C98934; }
a { background-color: rgb(201,137,52); }
div.DivClassName
{
background-color: #C98934;
}
.BgClassName
{
background-color: #C98934;
}
</style>
border-color css
<style>
span { border-color: #C98934; }
span { border-color: rgb(201,137,52); }
td.TdClassName
{
border-color: #C98934;
}
.TagClassName
{
border-color: #C98934;
}
</style>