Shades of Dixie #CF8531
Tints of Dixie #CF8531
RGB
CMYK
RGB Variations
Color information
#CF8531 (or 0xCF8531) is known color: Dixie. HEX triplet: CF, 85 and 31. RGB value is (207,133,49). Sum of RGB (Red+Green+Blue) = 207+133+49=389 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.21% from 389); Green value is 133 (52.34% from 255 or 34.19% from 389); Blue value is 49 (19.53% from 255 or 12.60% from 389); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8531 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8531 is #307ACE. Grayscale: #919191. Windows color (decimal): -3177167 or 3245519. OLE color: 3245519.
HSL color Cylindrical-coordinate representation of color #CF8531: hue angle of 31.9º 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 #CF8531 is Cyan = 0, Magento = 0.36, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 133 | 49 | - |
| CMYK | 0 | 0.36 | 0.76 | 0.19 |
| HSL | 31.9º | 0.62% | 0.5% | - |
| HSV(B) | 31.9º | 0.76% | 0.81% | - |
| XYZ | 34.67 | 30.26 | 6.92 | - |
| YUV | 145.55 | 73.52 | 171.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 133 | 49 | 0 | 0.36 | 0.76 | 0.19 | 31.9 | 0.62 | 0.5 |
| Hex | CF | 85 | 31 | 0 | 24 | 4C | 13 | 20 | 3E | 32 |
| Octal | 317 | 205 | 61 | 0 | 44 | 114 | 23 | 40 | 76 | 62 |
| Binary | 11001111 | 10000101 | 110001 | 0 | 100100 | 1001100 | 10011 | 100000 | 111110 | 110010 |
Color Harmonies of #CF8531
Complementary color
Monochromatic Colors of #CF8531
Black with #CF8531
Text Example
Text Example
White with #CF8531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8531; }
p { color: rgb(207,133,49); }
H1.HeaderClassName
{
color: #CF8531;
}
.AnyTagClassName
{
color: #CF8531;
}
</style>
background-color css
<style>
a { background-color: #CF8531; }
a { background-color: rgb(207,133,49); }
div.DivClassName
{
background-color: #CF8531;
}
.BgClassName
{
background-color: #CF8531;
}
</style>
border-color css
<style>
span { border-color: #CF8531; }
span { border-color: rgb(207,133,49); }
td.TdClassName
{
border-color: #CF8531;
}
.TagClassName
{
border-color: #CF8531;
}
</style>