Shades of Dixie #CE892E
Tints of Dixie #CE892E
RGB
CMYK
RGB Variations
Color information
#CE892E (or 0xCE892E) is known color: Dixie. HEX triplet: CE, 89 and 2E. RGB value is (206,137,46). Sum of RGB (Red+Green+Blue) = 206+137+46=389 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.96% from 389); Green value is 137 (53.91% from 255 or 35.22% from 389); Blue value is 46 (18.36% from 255 or 11.83% from 389); Max value from RGB is 206 - color contains mainly: red. Hex color #CE892E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE892E is #3176D1. Grayscale: #939393. Windows color (decimal): -3241682 or 3049934. OLE color: 3049934.
HSL color Cylindrical-coordinate representation of color #CE892E: hue angle of 34.12º 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 #CE892E is Cyan = 0, Magento = 0.33, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 137 | 46 | - |
| CMYK | 0 | 0.33 | 0.78 | 0.19 |
| HSL | 34.13º | 0.63% | 0.49% | - |
| HSV(B) | 34.13º | 0.78% | 0.81% | - |
| XYZ | 34.89 | 31.21 | 6.77 | - |
| YUV | 147.26 | 70.86 | 169.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 137 | 46 | 0 | 0.33 | 0.78 | 0.19 | 34.13 | 0.63 | 0.49 |
| Hex | CE | 89 | 2E | 0 | 21 | 4E | 13 | 22 | 3F | 31 |
| Octal | 316 | 211 | 56 | 0 | 41 | 116 | 23 | 42 | 77 | 61 |
| Binary | 11001110 | 10001001 | 101110 | 0 | 100001 | 1001110 | 10011 | 100010 | 111111 | 110001 |
Color Harmonies of #CE892E
Complementary color
Monochromatic Colors of #CE892E
Black with #CE892E
Text Example
Text Example
White with #CE892E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE892E; }
p { color: rgb(206,137,46); }
H1.HeaderClassName
{
color: #CE892E;
}
.AnyTagClassName
{
color: #CE892E;
}
</style>
background-color css
<style>
a { background-color: #CE892E; }
a { background-color: rgb(206,137,46); }
div.DivClassName
{
background-color: #CE892E;
}
.BgClassName
{
background-color: #CE892E;
}
</style>
border-color css
<style>
span { border-color: #CE892E; }
span { border-color: rgb(206,137,46); }
td.TdClassName
{
border-color: #CE892E;
}
.TagClassName
{
border-color: #CE892E;
}
</style>