Shades of Dixie #CE8425
Tints of Dixie #CE8425
RGB
CMYK
RGB Variations
Color information
#CE8425 (or 0xCE8425) is known color: Dixie. HEX triplet: CE, 84 and 25. RGB value is (206,132,37). Sum of RGB (Red+Green+Blue) = 206+132+37=375 (49% of max value = 765). Red value is 206 (80.86% from 255 or 54.93% from 375); Green value is 132 (51.95% from 255 or 35.2% from 375); Blue value is 37 (14.84% from 255 or 9.87% from 375); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8425 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE8425 is #317BDA. Grayscale: #8F8F8F. Windows color (decimal): -3242971 or 2458830. OLE color: 2458830.
HSL color Cylindrical-coordinate representation of color #CE8425: hue angle of 33.73º degrees, saturation: 0.7, 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 #CE8425 is Cyan = 0, Magento = 0.36, Yellow = 0.82 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 132 | 37 | - |
| CMYK | 0 | 0.36 | 0.82 | 0.19 |
| HSL | 33.73º | 0.7% | 0.48% | - |
| HSV(B) | 33.73º | 0.82% | 0.81% | - |
| XYZ | 34.04 | 29.76 | 5.7 | - |
| YUV | 143.3 | 68.02 | 172.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 132 | 37 | 0 | 0.36 | 0.82 | 0.19 | 33.73 | 0.7 | 0.48 |
| Hex | CE | 84 | 25 | 0 | 24 | 52 | 13 | 22 | 46 | 30 |
| Octal | 316 | 204 | 45 | 0 | 44 | 122 | 23 | 42 | 106 | 60 |
| Binary | 11001110 | 10000100 | 100101 | 0 | 100100 | 1010010 | 10011 | 100010 | 1000110 | 110000 |
Color Harmonies of #CE8425
Complementary color
Monochromatic Colors of #CE8425
Black with #CE8425
Text Example
Text Example
White with #CE8425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8425; }
p { color: rgb(206,132,37); }
H1.HeaderClassName
{
color: #CE8425;
}
.AnyTagClassName
{
color: #CE8425;
}
</style>
background-color css
<style>
a { background-color: #CE8425; }
a { background-color: rgb(206,132,37); }
div.DivClassName
{
background-color: #CE8425;
}
.BgClassName
{
background-color: #CE8425;
}
</style>
border-color css
<style>
span { border-color: #CE8425; }
span { border-color: rgb(206,132,37); }
td.TdClassName
{
border-color: #CE8425;
}
.TagClassName
{
border-color: #CE8425;
}
</style>