Shades of Dixie #CF8524
Tints of Dixie #CF8524
RGB
CMYK
RGB Variations
Color information
#CF8524 (or 0xCF8524) is known color: Dixie. HEX triplet: CF, 85 and 24. RGB value is (207,133,36). Sum of RGB (Red+Green+Blue) = 207+133+36=376 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.05% from 376); Green value is 133 (52.34% from 255 or 35.37% from 376); Blue value is 36 (14.45% from 255 or 9.57% from 376); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8524 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8524 is #307ADB. Grayscale: #909090. Windows color (decimal): -3177180 or 2393551. OLE color: 2393551.
HSL color Cylindrical-coordinate representation of color #CF8524: hue angle of 34.04º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CF8524 is Cyan = 0, Magento = 0.36, Yellow = 0.83 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 133 | 36 | - |
| CMYK | 0 | 0.36 | 0.83 | 0.19 |
| HSL | 34.04º | 0.7% | 0.48% | - |
| HSV(B) | 34.04º | 0.83% | 0.81% | - |
| XYZ | 34.44 | 30.17 | 5.68 | - |
| YUV | 144.07 | 67.02 | 172.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 133 | 36 | 0 | 0.36 | 0.83 | 0.19 | 34.04 | 0.7 | 0.48 |
| Hex | CF | 85 | 24 | 0 | 24 | 53 | 13 | 22 | 46 | 30 |
| Octal | 317 | 205 | 44 | 0 | 44 | 123 | 23 | 42 | 106 | 60 |
| Binary | 11001111 | 10000101 | 100100 | 0 | 100100 | 1010011 | 10011 | 100010 | 1000110 | 110000 |
Color Harmonies of #CF8524
Complementary color
Monochromatic Colors of #CF8524
Black with #CF8524
Text Example
Text Example
White with #CF8524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8524; }
p { color: rgb(207,133,36); }
H1.HeaderClassName
{
color: #CF8524;
}
.AnyTagClassName
{
color: #CF8524;
}
</style>
background-color css
<style>
a { background-color: #CF8524; }
a { background-color: rgb(207,133,36); }
div.DivClassName
{
background-color: #CF8524;
}
.BgClassName
{
background-color: #CF8524;
}
</style>
border-color css
<style>
span { border-color: #CF8524; }
span { border-color: rgb(207,133,36); }
td.TdClassName
{
border-color: #CF8524;
}
.TagClassName
{
border-color: #CF8524;
}
</style>