Shades of Dixie #CE8736
Tints of Dixie #CE8736
RGB
CMYK
RGB Variations
Color information
#CE8736 (or 0xCE8736) is known color: Dixie. HEX triplet: CE, 87 and 36. RGB value is (206,135,54). Sum of RGB (Red+Green+Blue) = 206+135+54=395 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.15% from 395); Green value is 135 (53.12% from 255 or 34.18% from 395); Blue value is 54 (21.48% from 255 or 13.67% from 395); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8736 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE8736 is #3178C9. Grayscale: #939393. Windows color (decimal): -3242186 or 3573710. OLE color: 3573710.
HSL color Cylindrical-coordinate representation of color #CE8736: hue angle of 31.97º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CE8736 is Cyan = 0, Magento = 0.34, Yellow = 0.74 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 135 | 54 | - |
| CMYK | 0 | 0.34 | 0.74 | 0.19 |
| HSL | 31.97º | 0.61% | 0.51% | - |
| HSV(B) | 31.97º | 0.74% | 0.81% | - |
| XYZ | 34.78 | 30.72 | 7.59 | - |
| YUV | 147 | 75.52 | 170.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 135 | 54 | 0 | 0.34 | 0.74 | 0.19 | 31.97 | 0.61 | 0.51 |
| Hex | CE | 87 | 36 | 0 | 22 | 4A | 13 | 20 | 3D | 33 |
| Octal | 316 | 207 | 66 | 0 | 42 | 112 | 23 | 40 | 75 | 63 |
| Binary | 11001110 | 10000111 | 110110 | 0 | 100010 | 1001010 | 10011 | 100000 | 111101 | 110011 |
Color Harmonies of #CE8736
Complementary color
Monochromatic Colors of #CE8736
Black with #CE8736
Text Example
Text Example
White with #CE8736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8736; }
p { color: rgb(206,135,54); }
H1.HeaderClassName
{
color: #CE8736;
}
.AnyTagClassName
{
color: #CE8736;
}
</style>
background-color css
<style>
a { background-color: #CE8736; }
a { background-color: rgb(206,135,54); }
div.DivClassName
{
background-color: #CE8736;
}
.BgClassName
{
background-color: #CE8736;
}
</style>
border-color css
<style>
span { border-color: #CE8736; }
span { border-color: rgb(206,135,54); }
td.TdClassName
{
border-color: #CE8736;
}
.TagClassName
{
border-color: #CE8736;
}
</style>