Shades of Dixie #C98A34
Tints of Dixie #C98A34
RGB
CMYK
RGB Variations
Color information
#C98A34 (or 0xC98A34) is known color: Dixie. HEX triplet: C9, 8A and 34. RGB value is (201,138,52). Sum of RGB (Red+Green+Blue) = 201+138+52=391 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.41% from 391); Green value is 138 (54.30% from 255 or 35.29% from 391); Blue value is 52 (20.70% from 255 or 13.30% from 391); Max value from RGB is 201 - color contains mainly: red. Hex color #C98A34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C98A34 is #3675CB. Grayscale: #939393. Windows color (decimal): -3569100 or 3443401. OLE color: 3443401.
HSL color Cylindrical-coordinate representation of color #C98A34: hue angle of 34.63º 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 #C98A34 is Cyan = 0, Magento = 0.31, Yellow = 0.74 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 138 | 52 | - |
| CMYK | 0 | 0.31 | 0.74 | 0.21 |
| HSL | 34.63º | 0.59% | 0.5% | - |
| HSV(B) | 34.63º | 0.74% | 0.79% | - |
| XYZ | 33.8 | 30.84 | 7.42 | - |
| YUV | 147.03 | 74.37 | 166.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 138 | 52 | 0 | 0.31 | 0.74 | 0.21 | 34.63 | 0.59 | 0.5 |
| Hex | C9 | 8A | 34 | 0 | 1F | 4A | 15 | 23 | 3B | 32 |
| Octal | 311 | 212 | 64 | 0 | 37 | 112 | 25 | 43 | 73 | 62 |
| Binary | 11001001 | 10001010 | 110100 | 0 | 11111 | 1001010 | 10101 | 100011 | 111011 | 110010 |
Color Harmonies of #C98A34
Complementary color
Monochromatic Colors of #C98A34
Black with #C98A34
Text Example
Text Example
White with #C98A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98A34; }
p { color: rgb(201,138,52); }
H1.HeaderClassName
{
color: #C98A34;
}
.AnyTagClassName
{
color: #C98A34;
}
</style>
background-color css
<style>
a { background-color: #C98A34; }
a { background-color: rgb(201,138,52); }
div.DivClassName
{
background-color: #C98A34;
}
.BgClassName
{
background-color: #C98A34;
}
</style>
border-color css
<style>
span { border-color: #C98A34; }
span { border-color: rgb(201,138,52); }
td.TdClassName
{
border-color: #C98A34;
}
.TagClassName
{
border-color: #C98A34;
}
</style>