Shades of Dixie #CF8631
Tints of Dixie #CF8631
RGB
CMYK
RGB Variations
Color information
#CF8631 (or 0xCF8631) is known color: Dixie. HEX triplet: CF, 86 and 31. RGB value is (207,134,49). Sum of RGB (Red+Green+Blue) = 207+134+49=390 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.08% from 390); Green value is 134 (52.73% from 255 or 34.36% from 390); Blue value is 49 (19.53% from 255 or 12.56% from 390); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8631 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8631 is #3079CE. Grayscale: #929292. Windows color (decimal): -3176911 or 3245775. OLE color: 3245775.
HSL color Cylindrical-coordinate representation of color #CF8631: hue angle of 32.28º 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 #CF8631 is Cyan = 0, Magento = 0.35, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 134 | 49 | - |
| CMYK | 0 | 0.35 | 0.76 | 0.19 |
| HSL | 32.28º | 0.62% | 0.5% | - |
| HSV(B) | 32.28º | 0.76% | 0.81% | - |
| XYZ | 34.81 | 30.54 | 6.97 | - |
| YUV | 146.14 | 73.18 | 171.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 134 | 49 | 0 | 0.35 | 0.76 | 0.19 | 32.28 | 0.62 | 0.5 |
| Hex | CF | 86 | 31 | 0 | 23 | 4C | 13 | 20 | 3E | 32 |
| Octal | 317 | 206 | 61 | 0 | 43 | 114 | 23 | 40 | 76 | 62 |
| Binary | 11001111 | 10000110 | 110001 | 0 | 100011 | 1001100 | 10011 | 100000 | 111110 | 110010 |
Color Harmonies of #CF8631
Complementary color
Monochromatic Colors of #CF8631
Black with #CF8631
Text Example
Text Example
White with #CF8631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8631; }
p { color: rgb(207,134,49); }
H1.HeaderClassName
{
color: #CF8631;
}
.AnyTagClassName
{
color: #CF8631;
}
</style>
background-color css
<style>
a { background-color: #CF8631; }
a { background-color: rgb(207,134,49); }
div.DivClassName
{
background-color: #CF8631;
}
.BgClassName
{
background-color: #CF8631;
}
</style>
border-color css
<style>
span { border-color: #CF8631; }
span { border-color: rgb(207,134,49); }
td.TdClassName
{
border-color: #CF8631;
}
.TagClassName
{
border-color: #CF8631;
}
</style>