Shades of Dixie #CE8432
Tints of Dixie #CE8432
RGB
CMYK
RGB Variations
Color information
#CE8432 (or 0xCE8432) is known color: Dixie. HEX triplet: CE, 84 and 32. RGB value is (206,132,50). Sum of RGB (Red+Green+Blue) = 206+132+50=388 (51% of max value = 765). Red value is 206 (80.86% from 255 or 53.09% from 388); Green value is 132 (51.95% from 255 or 34.02% from 388); Blue value is 50 (19.92% from 255 or 12.89% from 388); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8432 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE8432 is #317BCD. Grayscale: #919191. Windows color (decimal): -3242958 or 3310798. OLE color: 3310798.
HSL color Cylindrical-coordinate representation of color #CE8432: hue angle of 31.54º 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 #CE8432 is Cyan = 0, Magento = 0.36, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 132 | 50 | - |
| CMYK | 0 | 0.36 | 0.76 | 0.19 |
| HSL | 31.54º | 0.61% | 0.5% | - |
| HSV(B) | 31.54º | 0.76% | 0.81% | - |
| XYZ | 34.28 | 29.85 | 6.97 | - |
| YUV | 144.78 | 74.52 | 171.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 132 | 50 | 0 | 0.36 | 0.76 | 0.19 | 31.54 | 0.61 | 0.5 |
| Hex | CE | 84 | 32 | 0 | 24 | 4C | 13 | 20 | 3D | 32 |
| Octal | 316 | 204 | 62 | 0 | 44 | 114 | 23 | 40 | 75 | 62 |
| Binary | 11001110 | 10000100 | 110010 | 0 | 100100 | 1001100 | 10011 | 100000 | 111101 | 110010 |
Color Harmonies of #CE8432
Complementary color
Monochromatic Colors of #CE8432
Black with #CE8432
Text Example
Text Example
White with #CE8432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8432; }
p { color: rgb(206,132,50); }
H1.HeaderClassName
{
color: #CE8432;
}
.AnyTagClassName
{
color: #CE8432;
}
</style>
background-color css
<style>
a { background-color: #CE8432; }
a { background-color: rgb(206,132,50); }
div.DivClassName
{
background-color: #CE8432;
}
.BgClassName
{
background-color: #CE8432;
}
</style>
border-color css
<style>
span { border-color: #CE8432; }
span { border-color: rgb(206,132,50); }
td.TdClassName
{
border-color: #CE8432;
}
.TagClassName
{
border-color: #CE8432;
}
</style>