Shades of Dixie #CE852C
Tints of Dixie #CE852C
RGB
CMYK
RGB Variations
Color information
#CE852C (or 0xCE852C) is known color: Dixie. HEX triplet: CE, 85 and 2C. RGB value is (206,133,44). Sum of RGB (Red+Green+Blue) = 206+133+44=383 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.79% from 383); Green value is 133 (52.34% from 255 or 34.73% from 383); Blue value is 44 (17.58% from 255 or 11.49% from 383); Max value from RGB is 206 - color contains mainly: red. Hex color #CE852C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE852C is #317AD3. Grayscale: #919191. Windows color (decimal): -3242708 or 2917838. OLE color: 2917838.
HSL color Cylindrical-coordinate representation of color #CE852C: hue angle of 32.96º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CE852C is Cyan = 0, Magento = 0.35, Yellow = 0.79 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 133 | 44 | - |
| CMYK | 0 | 0.35 | 0.79 | 0.19 |
| HSL | 32.96º | 0.65% | 0.49% | - |
| HSV(B) | 32.96º | 0.79% | 0.81% | - |
| XYZ | 34.3 | 30.08 | 6.38 | - |
| YUV | 144.68 | 71.18 | 171.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 133 | 44 | 0 | 0.35 | 0.79 | 0.19 | 32.96 | 0.65 | 0.49 |
| Hex | CE | 85 | 2C | 0 | 23 | 4F | 13 | 21 | 41 | 31 |
| Octal | 316 | 205 | 54 | 0 | 43 | 117 | 23 | 41 | 101 | 61 |
| Binary | 11001110 | 10000101 | 101100 | 0 | 100011 | 1001111 | 10011 | 100001 | 1000001 | 110001 |
Color Harmonies of #CE852C
Complementary color
Monochromatic Colors of #CE852C
Black with #CE852C
Text Example
Text Example
White with #CE852C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE852C; }
p { color: rgb(206,133,44); }
H1.HeaderClassName
{
color: #CE852C;
}
.AnyTagClassName
{
color: #CE852C;
}
</style>
background-color css
<style>
a { background-color: #CE852C; }
a { background-color: rgb(206,133,44); }
div.DivClassName
{
background-color: #CE852C;
}
.BgClassName
{
background-color: #CE852C;
}
</style>
border-color css
<style>
span { border-color: #CE852C; }
span { border-color: rgb(206,133,44); }
td.TdClassName
{
border-color: #CE852C;
}
.TagClassName
{
border-color: #CE852C;
}
</style>