Shades of Dixie #CE8424
Tints of Dixie #CE8424
RGB
CMYK
RGB Variations
Color information
#CE8424 (or 0xCE8424) is known color: Dixie. HEX triplet: CE, 84 and 24. RGB value is (206,132,36). Sum of RGB (Red+Green+Blue) = 206+132+36=374 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.08% from 374); Green value is 132 (51.95% from 255 or 35.29% from 374); Blue value is 36 (14.45% from 255 or 9.63% from 374); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8424 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE8424 is #317BDB. Grayscale: #8F8F8F. Windows color (decimal): -3242972 or 2393294. OLE color: 2393294.
HSL color Cylindrical-coordinate representation of color #CE8424: hue angle of 33.88º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CE8424 is Cyan = 0, Magento = 0.36, Yellow = 0.83 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 132 | 36 | - |
| CMYK | 0 | 0.36 | 0.83 | 0.19 |
| HSL | 33.88º | 0.7% | 0.47% | - |
| HSV(B) | 33.88º | 0.83% | 0.81% | - |
| XYZ | 34.02 | 29.75 | 5.62 | - |
| YUV | 143.18 | 67.52 | 172.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 132 | 36 | 0 | 0.36 | 0.83 | 0.19 | 33.88 | 0.7 | 0.47 |
| Hex | CE | 84 | 24 | 0 | 24 | 53 | 13 | 22 | 46 | 2F |
| Octal | 316 | 204 | 44 | 0 | 44 | 123 | 23 | 42 | 106 | 57 |
| Binary | 11001110 | 10000100 | 100100 | 0 | 100100 | 1010011 | 10011 | 100010 | 1000110 | 101111 |
Color Harmonies of #CE8424
Complementary color
Monochromatic Colors of #CE8424
Black with #CE8424
Text Example
Text Example
White with #CE8424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8424; }
p { color: rgb(206,132,36); }
H1.HeaderClassName
{
color: #CE8424;
}
.AnyTagClassName
{
color: #CE8424;
}
</style>
background-color css
<style>
a { background-color: #CE8424; }
a { background-color: rgb(206,132,36); }
div.DivClassName
{
background-color: #CE8424;
}
.BgClassName
{
background-color: #CE8424;
}
</style>
border-color css
<style>
span { border-color: #CE8424; }
span { border-color: rgb(206,132,36); }
td.TdClassName
{
border-color: #CE8424;
}
.TagClassName
{
border-color: #CE8424;
}
</style>