Shades of Dixie #CF8832
Tints of Dixie #CF8832
RGB
CMYK
RGB Variations
Color information
#CF8832 (or 0xCF8832) is known color: Dixie. HEX triplet: CF, 88 and 32. RGB value is (207,136,50). Sum of RGB (Red+Green+Blue) = 207+136+50=393 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.67% from 393); Green value is 136 (53.52% from 255 or 34.61% from 393); Blue value is 50 (19.92% from 255 or 12.72% from 393); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8832 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8832 is #3077CD. Grayscale: #939393. Windows color (decimal): -3176398 or 3311823. OLE color: 3311823.
HSL color Cylindrical-coordinate representation of color #CF8832: hue angle of 32.87º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CF8832 is Cyan = 0, Magento = 0.34, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 136 | 50 | - |
| CMYK | 0 | 0.34 | 0.76 | 0.19 |
| HSL | 32.87º | 0.62% | 0.5% | - |
| HSV(B) | 32.87º | 0.76% | 0.81% | - |
| XYZ | 35.11 | 31.1 | 7.17 | - |
| YUV | 147.43 | 73.02 | 170.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 136 | 50 | 0 | 0.34 | 0.76 | 0.19 | 32.87 | 0.62 | 0.5 |
| Hex | CF | 88 | 32 | 0 | 22 | 4C | 13 | 21 | 3E | 32 |
| Octal | 317 | 210 | 62 | 0 | 42 | 114 | 23 | 41 | 76 | 62 |
| Binary | 11001111 | 10001000 | 110010 | 0 | 100010 | 1001100 | 10011 | 100001 | 111110 | 110010 |
Color Harmonies of #CF8832
Complementary color
Monochromatic Colors of #CF8832
Black with #CF8832
Text Example
Text Example
White with #CF8832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8832; }
p { color: rgb(207,136,50); }
H1.HeaderClassName
{
color: #CF8832;
}
.AnyTagClassName
{
color: #CF8832;
}
</style>
background-color css
<style>
a { background-color: #CF8832; }
a { background-color: rgb(207,136,50); }
div.DivClassName
{
background-color: #CF8832;
}
.BgClassName
{
background-color: #CF8832;
}
</style>
border-color css
<style>
span { border-color: #CF8832; }
span { border-color: rgb(207,136,50); }
td.TdClassName
{
border-color: #CF8832;
}
.TagClassName
{
border-color: #CF8832;
}
</style>