Shades of Dixie #CE8332
Tints of Dixie #CE8332
RGB
CMYK
RGB Variations
Color information
#CE8332 (or 0xCE8332) is known color: Dixie. HEX triplet: CE, 83 and 32. RGB value is (206,131,50). Sum of RGB (Red+Green+Blue) = 206+131+50=387 (51% of max value = 765). Red value is 206 (80.86% from 255 or 53.23% from 387); Green value is 131 (51.56% from 255 or 33.85% from 387); Blue value is 50 (19.92% from 255 or 12.92% from 387); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8332 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE8332 is #317CCD. Grayscale: #909090. Windows color (decimal): -3243214 or 3310542. OLE color: 3310542.
HSL color Cylindrical-coordinate representation of color #CE8332: hue angle of 31.15º 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 #CE8332 is Cyan = 0, Magento = 0.36, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 131 | 50 | - |
| CMYK | 0 | 0.36 | 0.76 | 0.19 |
| HSL | 31.15º | 0.61% | 0.5% | - |
| HSV(B) | 31.15º | 0.76% | 0.81% | - |
| XYZ | 34.15 | 29.58 | 6.93 | - |
| YUV | 144.19 | 74.85 | 172.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 131 | 50 | 0 | 0.36 | 0.76 | 0.19 | 31.15 | 0.61 | 0.5 |
| Hex | CE | 83 | 32 | 0 | 24 | 4C | 13 | 1F | 3D | 32 |
| Octal | 316 | 203 | 62 | 0 | 44 | 114 | 23 | 37 | 75 | 62 |
| Binary | 11001110 | 10000011 | 110010 | 0 | 100100 | 1001100 | 10011 | 11111 | 111101 | 110010 |
Color Harmonies of #CE8332
Complementary color
Monochromatic Colors of #CE8332
Black with #CE8332
Text Example
Text Example
White with #CE8332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8332; }
p { color: rgb(206,131,50); }
H1.HeaderClassName
{
color: #CE8332;
}
.AnyTagClassName
{
color: #CE8332;
}
</style>
background-color css
<style>
a { background-color: #CE8332; }
a { background-color: rgb(206,131,50); }
div.DivClassName
{
background-color: #CE8332;
}
.BgClassName
{
background-color: #CE8332;
}
</style>
border-color css
<style>
span { border-color: #CE8332; }
span { border-color: rgb(206,131,50); }
td.TdClassName
{
border-color: #CE8332;
}
.TagClassName
{
border-color: #CE8332;
}
</style>