Shades of Dixie #CE892F
Tints of Dixie #CE892F
RGB
CMYK
RGB Variations
Color information
#CE892F (or 0xCE892F) is known color: Dixie. HEX triplet: CE, 89 and 2F. RGB value is (206,137,47). Sum of RGB (Red+Green+Blue) = 206+137+47=390 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.82% from 390); Green value is 137 (53.91% from 255 or 35.13% from 390); Blue value is 47 (18.75% from 255 or 12.05% from 390); Max value from RGB is 206 - color contains mainly: red. Hex color #CE892F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE892F is #3176D0. Grayscale: #939393. Windows color (decimal): -3241681 or 3115470. OLE color: 3115470.
HSL color Cylindrical-coordinate representation of color #CE892F: hue angle of 33.96º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CE892F is Cyan = 0, Magento = 0.33, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 137 | 47 | - |
| CMYK | 0 | 0.33 | 0.77 | 0.19 |
| HSL | 33.96º | 0.63% | 0.5% | - |
| HSV(B) | 33.96º | 0.77% | 0.81% | - |
| XYZ | 34.91 | 31.22 | 6.87 | - |
| YUV | 147.37 | 71.36 | 169.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 137 | 47 | 0 | 0.33 | 0.77 | 0.19 | 33.96 | 0.63 | 0.5 |
| Hex | CE | 89 | 2F | 0 | 21 | 4D | 13 | 22 | 3F | 32 |
| Octal | 316 | 211 | 57 | 0 | 41 | 115 | 23 | 42 | 77 | 62 |
| Binary | 11001110 | 10001001 | 101111 | 0 | 100001 | 1001101 | 10011 | 100010 | 111111 | 110010 |
Color Harmonies of #CE892F
Complementary color
Monochromatic Colors of #CE892F
Black with #CE892F
Text Example
Text Example
White with #CE892F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE892F; }
p { color: rgb(206,137,47); }
H1.HeaderClassName
{
color: #CE892F;
}
.AnyTagClassName
{
color: #CE892F;
}
</style>
background-color css
<style>
a { background-color: #CE892F; }
a { background-color: rgb(206,137,47); }
div.DivClassName
{
background-color: #CE892F;
}
.BgClassName
{
background-color: #CE892F;
}
</style>
border-color css
<style>
span { border-color: #CE892F; }
span { border-color: rgb(206,137,47); }
td.TdClassName
{
border-color: #CE892F;
}
.TagClassName
{
border-color: #CE892F;
}
</style>