Shades of Dixie #CE892D
Tints of Dixie #CE892D
RGB
CMYK
RGB Variations
Color information
#CE892D (or 0xCE892D) is known color: Dixie. HEX triplet: CE, 89 and 2D. RGB value is (206,137,45). Sum of RGB (Red+Green+Blue) = 206+137+45=388 (51% of max value = 765). Red value is 206 (80.86% from 255 or 53.09% from 388); Green value is 137 (53.91% from 255 or 35.31% from 388); Blue value is 45 (17.97% from 255 or 11.60% from 388); Max value from RGB is 206 - color contains mainly: red. Hex color #CE892D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE892D is #3176D2. Grayscale: #939393. Windows color (decimal): -3241683 or 2984398. OLE color: 2984398.
HSL color Cylindrical-coordinate representation of color #CE892D: hue angle of 34.29º degrees, saturation: 0.64, 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 #CE892D is Cyan = 0, Magento = 0.33, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 137 | 45 | - |
| CMYK | 0 | 0.33 | 0.78 | 0.19 |
| HSL | 34.29º | 0.64% | 0.49% | - |
| HSV(B) | 34.29º | 0.78% | 0.81% | - |
| XYZ | 34.87 | 31.2 | 6.67 | - |
| YUV | 147.14 | 70.36 | 169.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 137 | 45 | 0 | 0.33 | 0.78 | 0.19 | 34.29 | 0.64 | 0.49 |
| Hex | CE | 89 | 2D | 0 | 21 | 4E | 13 | 22 | 40 | 31 |
| Octal | 316 | 211 | 55 | 0 | 41 | 116 | 23 | 42 | 100 | 61 |
| Binary | 11001110 | 10001001 | 101101 | 0 | 100001 | 1001110 | 10011 | 100010 | 1000000 | 110001 |
Color Harmonies of #CE892D
Complementary color
Monochromatic Colors of #CE892D
Black with #CE892D
Text Example
Text Example
White with #CE892D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE892D; }
p { color: rgb(206,137,45); }
H1.HeaderClassName
{
color: #CE892D;
}
.AnyTagClassName
{
color: #CE892D;
}
</style>
background-color css
<style>
a { background-color: #CE892D; }
a { background-color: rgb(206,137,45); }
div.DivClassName
{
background-color: #CE892D;
}
.BgClassName
{
background-color: #CE892D;
}
</style>
border-color css
<style>
span { border-color: #CE892D; }
span { border-color: rgb(206,137,45); }
td.TdClassName
{
border-color: #CE892D;
}
.TagClassName
{
border-color: #CE892D;
}
</style>