Shades of Dixie #CE852B
Tints of Dixie #CE852B
RGB
CMYK
RGB Variations
Color information
#CE852B (or 0xCE852B) is known color: Dixie. HEX triplet: CE, 85 and 2B. RGB value is (206,133,43). Sum of RGB (Red+Green+Blue) = 206+133+43=382 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.93% from 382); Green value is 133 (52.34% from 255 or 34.82% from 382); Blue value is 43 (17.19% from 255 or 11.26% from 382); Max value from RGB is 206 - color contains mainly: red. Hex color #CE852B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE852B is #317AD4. Grayscale: #909090. Windows color (decimal): -3242709 or 2852302. OLE color: 2852302.
HSL color Cylindrical-coordinate representation of color #CE852B: hue angle of 33.13º 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 #CE852B is Cyan = 0, Magento = 0.35, Yellow = 0.79 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 133 | 43 | - |
| CMYK | 0 | 0.35 | 0.79 | 0.19 |
| HSL | 33.13º | 0.65% | 0.49% | - |
| HSV(B) | 33.13º | 0.79% | 0.81% | - |
| XYZ | 34.28 | 30.07 | 6.28 | - |
| YUV | 144.57 | 70.68 | 171.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 133 | 43 | 0 | 0.35 | 0.79 | 0.19 | 33.13 | 0.65 | 0.49 |
| Hex | CE | 85 | 2B | 0 | 23 | 4F | 13 | 21 | 41 | 31 |
| Octal | 316 | 205 | 53 | 0 | 43 | 117 | 23 | 41 | 101 | 61 |
| Binary | 11001110 | 10000101 | 101011 | 0 | 100011 | 1001111 | 10011 | 100001 | 1000001 | 110001 |
Color Harmonies of #CE852B
Complementary color
Monochromatic Colors of #CE852B
Black with #CE852B
Text Example
Text Example
White with #CE852B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE852B; }
p { color: rgb(206,133,43); }
H1.HeaderClassName
{
color: #CE852B;
}
.AnyTagClassName
{
color: #CE852B;
}
</style>
background-color css
<style>
a { background-color: #CE852B; }
a { background-color: rgb(206,133,43); }
div.DivClassName
{
background-color: #CE852B;
}
.BgClassName
{
background-color: #CE852B;
}
</style>
border-color css
<style>
span { border-color: #CE852B; }
span { border-color: rgb(206,133,43); }
td.TdClassName
{
border-color: #CE852B;
}
.TagClassName
{
border-color: #CE852B;
}
</style>