Shades of Dixie #CF8530
Tints of Dixie #CF8530
RGB
CMYK
RGB Variations
Color information
#CF8530 (or 0xCF8530) is known color: Dixie. HEX triplet: CF, 85 and 30. RGB value is (207,133,48). Sum of RGB (Red+Green+Blue) = 207+133+48=388 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.35% from 388); Green value is 133 (52.34% from 255 or 34.28% from 388); Blue value is 48 (19.14% from 255 or 12.37% from 388); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8530 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8530 is #307ACF. Grayscale: #919191. Windows color (decimal): -3177168 or 3179983. OLE color: 3179983.
HSL color Cylindrical-coordinate representation of color #CF8530: hue angle of 32.08º degrees, saturation: 0.62, 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 #CF8530 is Cyan = 0, Magento = 0.36, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 133 | 48 | - |
| CMYK | 0 | 0.36 | 0.77 | 0.19 |
| HSL | 32.08º | 0.62% | 0.5% | - |
| HSV(B) | 32.08º | 0.77% | 0.81% | - |
| XYZ | 34.65 | 30.25 | 6.81 | - |
| YUV | 145.44 | 73.02 | 171.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 133 | 48 | 0 | 0.36 | 0.77 | 0.19 | 32.08 | 0.62 | 0.5 |
| Hex | CF | 85 | 30 | 0 | 24 | 4D | 13 | 20 | 3E | 32 |
| Octal | 317 | 205 | 60 | 0 | 44 | 115 | 23 | 40 | 76 | 62 |
| Binary | 11001111 | 10000101 | 110000 | 0 | 100100 | 1001101 | 10011 | 100000 | 111110 | 110010 |
Color Harmonies of #CF8530
Complementary color
Monochromatic Colors of #CF8530
Black with #CF8530
Text Example
Text Example
White with #CF8530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8530; }
p { color: rgb(207,133,48); }
H1.HeaderClassName
{
color: #CF8530;
}
.AnyTagClassName
{
color: #CF8530;
}
</style>
background-color css
<style>
a { background-color: #CF8530; }
a { background-color: rgb(207,133,48); }
div.DivClassName
{
background-color: #CF8530;
}
.BgClassName
{
background-color: #CF8530;
}
</style>
border-color css
<style>
span { border-color: #CF8530; }
span { border-color: rgb(207,133,48); }
td.TdClassName
{
border-color: #CF8530;
}
.TagClassName
{
border-color: #CF8530;
}
</style>