Shades of Dixie #C98936
Tints of Dixie #C98936
RGB
CMYK
RGB Variations
Color information
#C98936 (or 0xC98936) is known color: Dixie. HEX triplet: C9, 89 and 36. RGB value is (201,137,54). Sum of RGB (Red+Green+Blue) = 201+137+54=392 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.28% from 392); Green value is 137 (53.91% from 255 or 34.95% from 392); Blue value is 54 (21.48% from 255 or 13.78% from 392); Max value from RGB is 201 - color contains mainly: red. Hex color #C98936 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C98936 is #3676C9. Grayscale: #939393. Windows color (decimal): -3569354 or 3574217. OLE color: 3574217.
HSL color Cylindrical-coordinate representation of color #C98936: hue angle of 33.88º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C98936 is Cyan = 0, Magento = 0.32, Yellow = 0.73 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 137 | 54 | - |
| CMYK | 0 | 0.32 | 0.73 | 0.21 |
| HSL | 33.88º | 0.58% | 0.5% | - |
| HSV(B) | 33.88º | 0.73% | 0.79% | - |
| XYZ | 33.7 | 30.58 | 7.62 | - |
| YUV | 146.67 | 75.7 | 166.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 137 | 54 | 0 | 0.32 | 0.73 | 0.21 | 33.88 | 0.58 | 0.5 |
| Hex | C9 | 89 | 36 | 0 | 20 | 49 | 15 | 22 | 3A | 32 |
| Octal | 311 | 211 | 66 | 0 | 40 | 111 | 25 | 42 | 72 | 62 |
| Binary | 11001001 | 10001001 | 110110 | 0 | 100000 | 1001001 | 10101 | 100010 | 111010 | 110010 |
Color Harmonies of #C98936
Complementary color
Monochromatic Colors of #C98936
Black with #C98936
Text Example
Text Example
White with #C98936
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98936; }
p { color: rgb(201,137,54); }
H1.HeaderClassName
{
color: #C98936;
}
.AnyTagClassName
{
color: #C98936;
}
</style>
background-color css
<style>
a { background-color: #C98936; }
a { background-color: rgb(201,137,54); }
div.DivClassName
{
background-color: #C98936;
}
.BgClassName
{
background-color: #C98936;
}
</style>
border-color css
<style>
span { border-color: #C98936; }
span { border-color: rgb(201,137,54); }
td.TdClassName
{
border-color: #C98936;
}
.TagClassName
{
border-color: #C98936;
}
</style>