Shades of Dixie #CE8530
Tints of Dixie #CE8530
RGB
CMYK
RGB Variations
Color information
#CE8530 (or 0xCE8530) is known color: Dixie. HEX triplet: CE, 85 and 30. RGB value is (206,133,48). Sum of RGB (Red+Green+Blue) = 206+133+48=387 (51% of max value = 765). Red value is 206 (80.86% from 255 or 53.23% from 387); Green value is 133 (52.34% from 255 or 34.37% from 387); Blue value is 48 (19.14% from 255 or 12.40% from 387); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8530 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE8530 is #317ACF. Grayscale: #919191. Windows color (decimal): -3242704 or 3179982. OLE color: 3179982.
HSL color Cylindrical-coordinate representation of color #CE8530: hue angle of 32.28º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CE8530 is Cyan = 0, Magento = 0.35, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 133 | 48 | - |
| CMYK | 0 | 0.35 | 0.77 | 0.19 |
| HSL | 32.28º | 0.62% | 0.5% | - |
| HSV(B) | 32.28º | 0.77% | 0.81% | - |
| XYZ | 34.37 | 30.11 | 6.8 | - |
| YUV | 145.14 | 73.18 | 171.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 133 | 48 | 0 | 0.35 | 0.77 | 0.19 | 32.28 | 0.62 | 0.5 |
| Hex | CE | 85 | 30 | 0 | 23 | 4D | 13 | 20 | 3E | 32 |
| Octal | 316 | 205 | 60 | 0 | 43 | 115 | 23 | 40 | 76 | 62 |
| Binary | 11001110 | 10000101 | 110000 | 0 | 100011 | 1001101 | 10011 | 100000 | 111110 | 110010 |
Color Harmonies of #CE8530
Complementary color
Monochromatic Colors of #CE8530
Black with #CE8530
Text Example
Text Example
White with #CE8530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8530; }
p { color: rgb(206,133,48); }
H1.HeaderClassName
{
color: #CE8530;
}
.AnyTagClassName
{
color: #CE8530;
}
</style>
background-color css
<style>
a { background-color: #CE8530; }
a { background-color: rgb(206,133,48); }
div.DivClassName
{
background-color: #CE8530;
}
.BgClassName
{
background-color: #CE8530;
}
</style>
border-color css
<style>
span { border-color: #CE8530; }
span { border-color: rgb(206,133,48); }
td.TdClassName
{
border-color: #CE8530;
}
.TagClassName
{
border-color: #CE8530;
}
</style>