Shades of Dixie #CE832F
Tints of Dixie #CE832F
RGB
CMYK
RGB Variations
Color information
#CE832F (or 0xCE832F) is known color: Dixie. HEX triplet: CE, 83 and 2F. RGB value is (206,131,47). Sum of RGB (Red+Green+Blue) = 206+131+47=384 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.65% from 384); Green value is 131 (51.56% from 255 or 34.11% from 384); Blue value is 47 (18.75% from 255 or 12.24% from 384); Max value from RGB is 206 - color contains mainly: red. Hex color #CE832F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE832F is #317CD0. Grayscale: #909090. Windows color (decimal): -3243217 or 3113934. OLE color: 3113934.
HSL color Cylindrical-coordinate representation of color #CE832F: hue angle of 31.7º 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 #CE832F is Cyan = 0, Magento = 0.36, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 131 | 47 | - |
| CMYK | 0 | 0.36 | 0.77 | 0.19 |
| HSL | 31.7º | 0.63% | 0.5% | - |
| HSV(B) | 31.7º | 0.77% | 0.81% | - |
| XYZ | 34.08 | 29.56 | 6.6 | - |
| YUV | 143.85 | 73.35 | 172.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 131 | 47 | 0 | 0.36 | 0.77 | 0.19 | 31.7 | 0.63 | 0.5 |
| Hex | CE | 83 | 2F | 0 | 24 | 4D | 13 | 20 | 3F | 32 |
| Octal | 316 | 203 | 57 | 0 | 44 | 115 | 23 | 40 | 77 | 62 |
| Binary | 11001110 | 10000011 | 101111 | 0 | 100100 | 1001101 | 10011 | 100000 | 111111 | 110010 |
Color Harmonies of #CE832F
Complementary color
Monochromatic Colors of #CE832F
Black with #CE832F
Text Example
Text Example
White with #CE832F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE832F; }
p { color: rgb(206,131,47); }
H1.HeaderClassName
{
color: #CE832F;
}
.AnyTagClassName
{
color: #CE832F;
}
</style>
background-color css
<style>
a { background-color: #CE832F; }
a { background-color: rgb(206,131,47); }
div.DivClassName
{
background-color: #CE832F;
}
.BgClassName
{
background-color: #CE832F;
}
</style>
border-color css
<style>
span { border-color: #CE832F; }
span { border-color: rgb(206,131,47); }
td.TdClassName
{
border-color: #CE832F;
}
.TagClassName
{
border-color: #CE832F;
}
</style>