Shades of Dixie #CE8426
Tints of Dixie #CE8426
RGB
CMYK
RGB Variations
Color information
#CE8426 (or 0xCE8426) is known color: Dixie. HEX triplet: CE, 84 and 26. RGB value is (206,132,38). Sum of RGB (Red+Green+Blue) = 206+132+38=376 (49% of max value = 765). Red value is 206 (80.86% from 255 or 54.79% from 376); Green value is 132 (51.95% from 255 or 35.11% from 376); Blue value is 38 (15.23% from 255 or 10.11% from 376); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8426 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE8426 is #317BD9. Grayscale: #8F8F8F. Windows color (decimal): -3242970 or 2524366. OLE color: 2524366.
HSL color Cylindrical-coordinate representation of color #CE8426: hue angle of 33.57º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CE8426 is Cyan = 0, Magento = 0.36, Yellow = 0.82 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 132 | 38 | - |
| CMYK | 0 | 0.36 | 0.82 | 0.19 |
| HSL | 33.57º | 0.69% | 0.48% | - |
| HSV(B) | 33.57º | 0.82% | 0.81% | - |
| XYZ | 34.05 | 29.76 | 5.78 | - |
| YUV | 143.41 | 68.52 | 172.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 132 | 38 | 0 | 0.36 | 0.82 | 0.19 | 33.57 | 0.69 | 0.48 |
| Hex | CE | 84 | 26 | 0 | 24 | 52 | 13 | 22 | 45 | 30 |
| Octal | 316 | 204 | 46 | 0 | 44 | 122 | 23 | 42 | 105 | 60 |
| Binary | 11001110 | 10000100 | 100110 | 0 | 100100 | 1010010 | 10011 | 100010 | 1000101 | 110000 |
Color Harmonies of #CE8426
Complementary color
Monochromatic Colors of #CE8426
Black with #CE8426
Text Example
Text Example
White with #CE8426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8426; }
p { color: rgb(206,132,38); }
H1.HeaderClassName
{
color: #CE8426;
}
.AnyTagClassName
{
color: #CE8426;
}
</style>
background-color css
<style>
a { background-color: #CE8426; }
a { background-color: rgb(206,132,38); }
div.DivClassName
{
background-color: #CE8426;
}
.BgClassName
{
background-color: #CE8426;
}
</style>
border-color css
<style>
span { border-color: #CE8426; }
span { border-color: rgb(206,132,38); }
td.TdClassName
{
border-color: #CE8426;
}
.TagClassName
{
border-color: #CE8426;
}
</style>