Shades of Dixie #CF8525
Tints of Dixie #CF8525
RGB
CMYK
RGB Variations
Color information
#CF8525 (or 0xCF8525) is known color: Dixie. HEX triplet: CF, 85 and 25. RGB value is (207,133,37). Sum of RGB (Red+Green+Blue) = 207+133+37=377 (49% of max value = 765). Red value is 207 (81.25% from 255 or 54.91% from 377); Green value is 133 (52.34% from 255 or 35.28% from 377); Blue value is 37 (14.84% from 255 or 9.81% from 377); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8525 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8525 is #307ADA. Grayscale: #909090. Windows color (decimal): -3177179 or 2459087. OLE color: 2459087.
HSL color Cylindrical-coordinate representation of color #CF8525: hue angle of 33.88º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CF8525 is Cyan = 0, Magento = 0.36, Yellow = 0.82 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 133 | 37 | - |
| CMYK | 0 | 0.36 | 0.82 | 0.19 |
| HSL | 33.88º | 0.7% | 0.48% | - |
| HSV(B) | 33.88º | 0.82% | 0.81% | - |
| XYZ | 34.45 | 30.17 | 5.76 | - |
| YUV | 144.18 | 67.52 | 172.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 133 | 37 | 0 | 0.36 | 0.82 | 0.19 | 33.88 | 0.7 | 0.48 |
| Hex | CF | 85 | 25 | 0 | 24 | 52 | 13 | 22 | 46 | 30 |
| Octal | 317 | 205 | 45 | 0 | 44 | 122 | 23 | 42 | 106 | 60 |
| Binary | 11001111 | 10000101 | 100101 | 0 | 100100 | 1010010 | 10011 | 100010 | 1000110 | 110000 |
Color Harmonies of #CF8525
Complementary color
Monochromatic Colors of #CF8525
Black with #CF8525
Text Example
Text Example
White with #CF8525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8525; }
p { color: rgb(207,133,37); }
H1.HeaderClassName
{
color: #CF8525;
}
.AnyTagClassName
{
color: #CF8525;
}
</style>
background-color css
<style>
a { background-color: #CF8525; }
a { background-color: rgb(207,133,37); }
div.DivClassName
{
background-color: #CF8525;
}
.BgClassName
{
background-color: #CF8525;
}
</style>
border-color css
<style>
span { border-color: #CF8525; }
span { border-color: rgb(207,133,37); }
td.TdClassName
{
border-color: #CF8525;
}
.TagClassName
{
border-color: #CF8525;
}
</style>