Shades of Dixie #CE8833
Tints of Dixie #CE8833
RGB
CMYK
RGB Variations
Color information
#CE8833 (or 0xCE8833) is known color: Dixie. HEX triplet: CE, 88 and 33. RGB value is (206,136,51). Sum of RGB (Red+Green+Blue) = 206+136+51=393 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.42% from 393); Green value is 136 (53.52% from 255 or 34.61% from 393); Blue value is 51 (20.31% from 255 or 12.98% from 393); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8833 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE8833 is #3177CC. Grayscale: #939393. Windows color (decimal): -3241933 or 3377358. OLE color: 3377358.
HSL color Cylindrical-coordinate representation of color #CE8833: hue angle of 32.9º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CE8833 is Cyan = 0, Magento = 0.34, Yellow = 0.75 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 136 | 51 | - |
| CMYK | 0 | 0.34 | 0.75 | 0.19 |
| HSL | 32.9º | 0.61% | 0.5% | - |
| HSV(B) | 32.9º | 0.75% | 0.81% | - |
| XYZ | 34.86 | 30.97 | 7.27 | - |
| YUV | 147.24 | 73.69 | 169.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 136 | 51 | 0 | 0.34 | 0.75 | 0.19 | 32.9 | 0.61 | 0.5 |
| Hex | CE | 88 | 33 | 0 | 22 | 4B | 13 | 21 | 3D | 32 |
| Octal | 316 | 210 | 63 | 0 | 42 | 113 | 23 | 41 | 75 | 62 |
| Binary | 11001110 | 10001000 | 110011 | 0 | 100010 | 1001011 | 10011 | 100001 | 111101 | 110010 |
Color Harmonies of #CE8833
Complementary color
Monochromatic Colors of #CE8833
Black with #CE8833
Text Example
Text Example
White with #CE8833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8833; }
p { color: rgb(206,136,51); }
H1.HeaderClassName
{
color: #CE8833;
}
.AnyTagClassName
{
color: #CE8833;
}
</style>
background-color css
<style>
a { background-color: #CE8833; }
a { background-color: rgb(206,136,51); }
div.DivClassName
{
background-color: #CE8833;
}
.BgClassName
{
background-color: #CE8833;
}
</style>
border-color css
<style>
span { border-color: #CE8833; }
span { border-color: rgb(206,136,51); }
td.TdClassName
{
border-color: #CE8833;
}
.TagClassName
{
border-color: #CE8833;
}
</style>