Shades of Dixie #CE8734
Tints of Dixie #CE8734
RGB
CMYK
RGB Variations
Color information
#CE8734 (or 0xCE8734) is known color: Dixie. HEX triplet: CE, 87 and 34. RGB value is (206,135,52). Sum of RGB (Red+Green+Blue) = 206+135+52=393 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.42% from 393); Green value is 135 (53.12% from 255 or 34.35% from 393); Blue value is 52 (20.70% from 255 or 13.23% from 393); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8734 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE8734 is #3178CB. Grayscale: #939393. Windows color (decimal): -3242188 or 3442638. OLE color: 3442638.
HSL color Cylindrical-coordinate representation of color #CE8734: hue angle of 32.34º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CE8734 is Cyan = 0, Magento = 0.34, Yellow = 0.75 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 135 | 52 | - |
| CMYK | 0 | 0.34 | 0.75 | 0.19 |
| HSL | 32.34º | 0.61% | 0.51% | - |
| HSV(B) | 32.34º | 0.75% | 0.81% | - |
| XYZ | 34.74 | 30.7 | 7.34 | - |
| YUV | 146.77 | 74.52 | 170.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 135 | 52 | 0 | 0.34 | 0.75 | 0.19 | 32.34 | 0.61 | 0.51 |
| Hex | CE | 87 | 34 | 0 | 22 | 4B | 13 | 20 | 3D | 33 |
| Octal | 316 | 207 | 64 | 0 | 42 | 113 | 23 | 40 | 75 | 63 |
| Binary | 11001110 | 10000111 | 110100 | 0 | 100010 | 1001011 | 10011 | 100000 | 111101 | 110011 |
Color Harmonies of #CE8734
Complementary color
Monochromatic Colors of #CE8734
Black with #CE8734
Text Example
Text Example
White with #CE8734
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8734; }
p { color: rgb(206,135,52); }
H1.HeaderClassName
{
color: #CE8734;
}
.AnyTagClassName
{
color: #CE8734;
}
</style>
background-color css
<style>
a { background-color: #CE8734; }
a { background-color: rgb(206,135,52); }
div.DivClassName
{
background-color: #CE8734;
}
.BgClassName
{
background-color: #CE8734;
}
</style>
border-color css
<style>
span { border-color: #CE8734; }
span { border-color: rgb(206,135,52); }
td.TdClassName
{
border-color: #CE8734;
}
.TagClassName
{
border-color: #CE8734;
}
</style>