Shades of Dixie #CE8631
Tints of Dixie #CE8631
RGB
CMYK
RGB Variations
Color information
#CE8631 (or 0xCE8631) is known color: Dixie. HEX triplet: CE, 86 and 31. RGB value is (206,134,49). Sum of RGB (Red+Green+Blue) = 206+134+49=389 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.96% from 389); Green value is 134 (52.73% from 255 or 34.45% from 389); Blue value is 49 (19.53% from 255 or 12.60% from 389); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8631 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE8631 is #3179CE. Grayscale: #929292. Windows color (decimal): -3242447 or 3245774. OLE color: 3245774.
HSL color Cylindrical-coordinate representation of color #CE8631: hue angle of 32.48º degrees, saturation: 0.62, 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 #CE8631 is Cyan = 0, Magento = 0.35, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 134 | 49 | - |
| CMYK | 0 | 0.35 | 0.76 | 0.19 |
| HSL | 32.48º | 0.62% | 0.5% | - |
| HSV(B) | 32.48º | 0.76% | 0.81% | - |
| XYZ | 34.53 | 30.39 | 6.95 | - |
| YUV | 145.84 | 73.35 | 170.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 134 | 49 | 0 | 0.35 | 0.76 | 0.19 | 32.48 | 0.62 | 0.5 |
| Hex | CE | 86 | 31 | 0 | 23 | 4C | 13 | 20 | 3E | 32 |
| Octal | 316 | 206 | 61 | 0 | 43 | 114 | 23 | 40 | 76 | 62 |
| Binary | 11001110 | 10000110 | 110001 | 0 | 100011 | 1001100 | 10011 | 100000 | 111110 | 110010 |
Color Harmonies of #CE8631
Complementary color
Monochromatic Colors of #CE8631
Black with #CE8631
Text Example
Text Example
White with #CE8631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8631; }
p { color: rgb(206,134,49); }
H1.HeaderClassName
{
color: #CE8631;
}
.AnyTagClassName
{
color: #CE8631;
}
</style>
background-color css
<style>
a { background-color: #CE8631; }
a { background-color: rgb(206,134,49); }
div.DivClassName
{
background-color: #CE8631;
}
.BgClassName
{
background-color: #CE8631;
}
</style>
border-color css
<style>
span { border-color: #CE8631; }
span { border-color: rgb(206,134,49); }
td.TdClassName
{
border-color: #CE8631;
}
.TagClassName
{
border-color: #CE8631;
}
</style>