Shades of Dixie #CE8827
Tints of Dixie #CE8827
RGB
CMYK
RGB Variations
Color information
#CE8827 (or 0xCE8827) is known color: Dixie. HEX triplet: CE, 88 and 27. RGB value is (206,136,39). Sum of RGB (Red+Green+Blue) = 206+136+39=381 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.07% from 381); Green value is 136 (53.52% from 255 or 35.70% from 381); Blue value is 39 (15.62% from 255 or 10.24% from 381); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8827 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE8827 is #3177D8. Grayscale: #929292. Windows color (decimal): -3241945 or 2590926. OLE color: 2590926.
HSL color Cylindrical-coordinate representation of color #CE8827: hue angle of 34.85º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CE8827 is Cyan = 0, Magento = 0.34, Yellow = 0.81 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 136 | 39 | - |
| CMYK | 0 | 0.34 | 0.81 | 0.19 |
| HSL | 34.85º | 0.68% | 0.48% | - |
| HSV(B) | 34.85º | 0.81% | 0.81% | - |
| XYZ | 34.62 | 30.88 | 6.05 | - |
| YUV | 145.87 | 67.69 | 170.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 136 | 39 | 0 | 0.34 | 0.81 | 0.19 | 34.85 | 0.68 | 0.48 |
| Hex | CE | 88 | 27 | 0 | 22 | 51 | 13 | 23 | 44 | 30 |
| Octal | 316 | 210 | 47 | 0 | 42 | 121 | 23 | 43 | 104 | 60 |
| Binary | 11001110 | 10001000 | 100111 | 0 | 100010 | 1010001 | 10011 | 100011 | 1000100 | 110000 |
Color Harmonies of #CE8827
Complementary color
Monochromatic Colors of #CE8827
Black with #CE8827
Text Example
Text Example
White with #CE8827
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8827; }
p { color: rgb(206,136,39); }
H1.HeaderClassName
{
color: #CE8827;
}
.AnyTagClassName
{
color: #CE8827;
}
</style>
background-color css
<style>
a { background-color: #CE8827; }
a { background-color: rgb(206,136,39); }
div.DivClassName
{
background-color: #CE8827;
}
.BgClassName
{
background-color: #CE8827;
}
</style>
border-color css
<style>
span { border-color: #CE8827; }
span { border-color: rgb(206,136,39); }
td.TdClassName
{
border-color: #CE8827;
}
.TagClassName
{
border-color: #CE8827;
}
</style>