Shades of Dixie #CE852E
Tints of Dixie #CE852E
RGB
CMYK
RGB Variations
Color information
#CE852E (or 0xCE852E) is known color: Dixie. HEX triplet: CE, 85 and 2E. RGB value is (206,133,46). Sum of RGB (Red+Green+Blue) = 206+133+46=385 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.51% from 385); Green value is 133 (52.34% from 255 or 34.55% from 385); Blue value is 46 (18.36% from 255 or 11.95% from 385); Max value from RGB is 206 - color contains mainly: red. Hex color #CE852E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE852E is #317AD1. Grayscale: #919191. Windows color (decimal): -3242706 or 3048910. OLE color: 3048910.
HSL color Cylindrical-coordinate representation of color #CE852E: hue angle of 32.62º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CE852E is Cyan = 0, Magento = 0.35, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 133 | 46 | - |
| CMYK | 0 | 0.35 | 0.78 | 0.19 |
| HSL | 32.63º | 0.63% | 0.49% | - |
| HSV(B) | 32.63º | 0.78% | 0.81% | - |
| XYZ | 34.33 | 30.09 | 6.58 | - |
| YUV | 144.91 | 72.18 | 171.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 133 | 46 | 0 | 0.35 | 0.78 | 0.19 | 32.63 | 0.63 | 0.49 |
| Hex | CE | 85 | 2E | 0 | 23 | 4E | 13 | 21 | 3F | 31 |
| Octal | 316 | 205 | 56 | 0 | 43 | 116 | 23 | 41 | 77 | 61 |
| Binary | 11001110 | 10000101 | 101110 | 0 | 100011 | 1001110 | 10011 | 100001 | 111111 | 110001 |
Color Harmonies of #CE852E
Complementary color
Monochromatic Colors of #CE852E
Black with #CE852E
Text Example
Text Example
White with #CE852E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE852E; }
p { color: rgb(206,133,46); }
H1.HeaderClassName
{
color: #CE852E;
}
.AnyTagClassName
{
color: #CE852E;
}
</style>
background-color css
<style>
a { background-color: #CE852E; }
a { background-color: rgb(206,133,46); }
div.DivClassName
{
background-color: #CE852E;
}
.BgClassName
{
background-color: #CE852E;
}
</style>
border-color css
<style>
span { border-color: #CE852E; }
span { border-color: rgb(206,133,46); }
td.TdClassName
{
border-color: #CE852E;
}
.TagClassName
{
border-color: #CE852E;
}
</style>