Shades of Dixie #CE8937
Tints of Dixie #CE8937
RGB
CMYK
RGB Variations
Color information
#CE8937 (or 0xCE8937) is known color: Dixie. HEX triplet: CE, 89 and 37. RGB value is (206,137,55). Sum of RGB (Red+Green+Blue) = 206+137+55=398 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.76% from 398); Green value is 137 (53.91% from 255 or 34.42% from 398); Blue value is 55 (21.88% from 255 or 13.82% from 398); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8937 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE8937 is #3176C8. Grayscale: #949494. Windows color (decimal): -3241673 or 3639758. OLE color: 3639758.
HSL color Cylindrical-coordinate representation of color #CE8937: hue angle of 32.58º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CE8937 is Cyan = 0, Magento = 0.33, Yellow = 0.73 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 137 | 55 | - |
| CMYK | 0 | 0.33 | 0.73 | 0.19 |
| HSL | 32.58º | 0.61% | 0.51% | - |
| HSV(B) | 32.58º | 0.73% | 0.81% | - |
| XYZ | 35.09 | 31.29 | 7.8 | - |
| YUV | 148.28 | 75.36 | 169.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 137 | 55 | 0 | 0.33 | 0.73 | 0.19 | 32.58 | 0.61 | 0.51 |
| Hex | CE | 89 | 37 | 0 | 21 | 49 | 13 | 21 | 3D | 33 |
| Octal | 316 | 211 | 67 | 0 | 41 | 111 | 23 | 41 | 75 | 63 |
| Binary | 11001110 | 10001001 | 110111 | 0 | 100001 | 1001001 | 10011 | 100001 | 111101 | 110011 |
Color Harmonies of #CE8937
Complementary color
Monochromatic Colors of #CE8937
Black with #CE8937
Text Example
Text Example
White with #CE8937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8937; }
p { color: rgb(206,137,55); }
H1.HeaderClassName
{
color: #CE8937;
}
.AnyTagClassName
{
color: #CE8937;
}
</style>
background-color css
<style>
a { background-color: #CE8937; }
a { background-color: rgb(206,137,55); }
div.DivClassName
{
background-color: #CE8937;
}
.BgClassName
{
background-color: #CE8937;
}
</style>
border-color css
<style>
span { border-color: #CE8937; }
span { border-color: rgb(206,137,55); }
td.TdClassName
{
border-color: #CE8937;
}
.TagClassName
{
border-color: #CE8937;
}
</style>