Shades of Dixie #CF8532
Tints of Dixie #CF8532
RGB
CMYK
RGB Variations
Color information
#CF8532 (or 0xCF8532) is known color: Dixie. HEX triplet: CF, 85 and 32. RGB value is (207,133,50). Sum of RGB (Red+Green+Blue) = 207+133+50=390 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.08% from 390); Green value is 133 (52.34% from 255 or 34.10% from 390); Blue value is 50 (19.92% from 255 or 12.82% from 390); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8532 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8532 is #307ACD. Grayscale: #929292. Windows color (decimal): -3177166 or 3311055. OLE color: 3311055.
HSL color Cylindrical-coordinate representation of color #CF8532: hue angle of 31.72º 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 #CF8532 is Cyan = 0, Magento = 0.36, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 133 | 50 | - |
| CMYK | 0 | 0.36 | 0.76 | 0.19 |
| HSL | 31.72º | 0.62% | 0.5% | - |
| HSV(B) | 31.72º | 0.76% | 0.81% | - |
| XYZ | 34.7 | 30.27 | 7.03 | - |
| YUV | 145.66 | 74.02 | 171.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 133 | 50 | 0 | 0.36 | 0.76 | 0.19 | 31.72 | 0.62 | 0.5 |
| Hex | CF | 85 | 32 | 0 | 24 | 4C | 13 | 20 | 3E | 32 |
| Octal | 317 | 205 | 62 | 0 | 44 | 114 | 23 | 40 | 76 | 62 |
| Binary | 11001111 | 10000101 | 110010 | 0 | 100100 | 1001100 | 10011 | 100000 | 111110 | 110010 |
Color Harmonies of #CF8532
Complementary color
Monochromatic Colors of #CF8532
Black with #CF8532
Text Example
Text Example
White with #CF8532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8532; }
p { color: rgb(207,133,50); }
H1.HeaderClassName
{
color: #CF8532;
}
.AnyTagClassName
{
color: #CF8532;
}
</style>
background-color css
<style>
a { background-color: #CF8532; }
a { background-color: rgb(207,133,50); }
div.DivClassName
{
background-color: #CF8532;
}
.BgClassName
{
background-color: #CF8532;
}
</style>
border-color css
<style>
span { border-color: #CF8532; }
span { border-color: rgb(207,133,50); }
td.TdClassName
{
border-color: #CF8532;
}
.TagClassName
{
border-color: #CF8532;
}
</style>