Shades of Dixie #CF8625
Tints of Dixie #CF8625
RGB
CMYK
RGB Variations
Color information
#CF8625 (or 0xCF8625) is known color: Dixie. HEX triplet: CF, 86 and 25. RGB value is (207,134,37). Sum of RGB (Red+Green+Blue) = 207+134+37=378 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.76% from 378); Green value is 134 (52.73% from 255 or 35.45% from 378); Blue value is 37 (14.84% from 255 or 9.79% from 378); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8625 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8625 is #3079DA. Grayscale: #919191. Windows color (decimal): -3176923 or 2459343. OLE color: 2459343.
HSL color Cylindrical-coordinate representation of color #CF8625: hue angle of 34.24º 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 #CF8625 is Cyan = 0, Magento = 0.35, Yellow = 0.82 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 134 | 37 | - |
| CMYK | 0 | 0.35 | 0.82 | 0.19 |
| HSL | 34.24º | 0.7% | 0.48% | - |
| HSV(B) | 34.24º | 0.82% | 0.81% | - |
| XYZ | 34.59 | 30.45 | 5.8 | - |
| YUV | 144.77 | 67.18 | 172.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 134 | 37 | 0 | 0.35 | 0.82 | 0.19 | 34.24 | 0.7 | 0.48 |
| Hex | CF | 86 | 25 | 0 | 23 | 52 | 13 | 22 | 46 | 30 |
| Octal | 317 | 206 | 45 | 0 | 43 | 122 | 23 | 42 | 106 | 60 |
| Binary | 11001111 | 10000110 | 100101 | 0 | 100011 | 1010010 | 10011 | 100010 | 1000110 | 110000 |
Color Harmonies of #CF8625
Complementary color
Monochromatic Colors of #CF8625
Black with #CF8625
Text Example
Text Example
White with #CF8625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8625; }
p { color: rgb(207,134,37); }
H1.HeaderClassName
{
color: #CF8625;
}
.AnyTagClassName
{
color: #CF8625;
}
</style>
background-color css
<style>
a { background-color: #CF8625; }
a { background-color: rgb(207,134,37); }
div.DivClassName
{
background-color: #CF8625;
}
.BgClassName
{
background-color: #CF8625;
}
</style>
border-color css
<style>
span { border-color: #CF8625; }
span { border-color: rgb(207,134,37); }
td.TdClassName
{
border-color: #CF8625;
}
.TagClassName
{
border-color: #CF8625;
}
</style>