Shades of Dixie #CE8932
Tints of Dixie #CE8932
RGB
CMYK
RGB Variations
Color information
#CE8932 (or 0xCE8932) is known color: Dixie. HEX triplet: CE, 89 and 32. RGB value is (206,137,50). Sum of RGB (Red+Green+Blue) = 206+137+50=393 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.42% from 393); Green value is 137 (53.91% from 255 or 34.86% from 393); Blue value is 50 (19.92% from 255 or 12.72% from 393); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8932 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE8932 is #3176CD. Grayscale: #949494. Windows color (decimal): -3241678 or 3312078. OLE color: 3312078.
HSL color Cylindrical-coordinate representation of color #CE8932: hue angle of 33.46º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CE8932 is Cyan = 0, Magento = 0.33, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 137 | 50 | - |
| CMYK | 0 | 0.33 | 0.76 | 0.19 |
| HSL | 33.46º | 0.61% | 0.5% | - |
| HSV(B) | 33.46º | 0.76% | 0.81% | - |
| XYZ | 34.97 | 31.24 | 7.2 | - |
| YUV | 147.71 | 72.86 | 169.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 137 | 50 | 0 | 0.33 | 0.76 | 0.19 | 33.46 | 0.61 | 0.5 |
| Hex | CE | 89 | 32 | 0 | 21 | 4C | 13 | 21 | 3D | 32 |
| Octal | 316 | 211 | 62 | 0 | 41 | 114 | 23 | 41 | 75 | 62 |
| Binary | 11001110 | 10001001 | 110010 | 0 | 100001 | 1001100 | 10011 | 100001 | 111101 | 110010 |
Color Harmonies of #CE8932
Complementary color
Monochromatic Colors of #CE8932
Black with #CE8932
Text Example
Text Example
White with #CE8932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8932; }
p { color: rgb(206,137,50); }
H1.HeaderClassName
{
color: #CE8932;
}
.AnyTagClassName
{
color: #CE8932;
}
</style>
background-color css
<style>
a { background-color: #CE8932; }
a { background-color: rgb(206,137,50); }
div.DivClassName
{
background-color: #CE8932;
}
.BgClassName
{
background-color: #CE8932;
}
</style>
border-color css
<style>
span { border-color: #CE8932; }
span { border-color: rgb(206,137,50); }
td.TdClassName
{
border-color: #CE8932;
}
.TagClassName
{
border-color: #CE8932;
}
</style>