Shades of Dixie #CF8331
Tints of Dixie #CF8331
RGB
CMYK
RGB Variations
Color information
#CF8331 (or 0xCF8331) is known color: Dixie. HEX triplet: CF, 83 and 31. RGB value is (207,131,49). Sum of RGB (Red+Green+Blue) = 207+131+49=387 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.49% from 387); Green value is 131 (51.56% from 255 or 33.85% from 387); Blue value is 49 (19.53% from 255 or 12.66% from 387); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8331 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8331 is #307CCE. Grayscale: #909090. Windows color (decimal): -3177679 or 3245007. OLE color: 3245007.
HSL color Cylindrical-coordinate representation of color #CF8331: hue angle of 31.14º 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 #CF8331 is Cyan = 0, Magento = 0.37, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 131 | 49 | - |
| CMYK | 0 | 0.37 | 0.76 | 0.19 |
| HSL | 31.14º | 0.62% | 0.5% | - |
| HSV(B) | 31.14º | 0.76% | 0.81% | - |
| XYZ | 34.4 | 29.72 | 6.83 | - |
| YUV | 144.38 | 74.18 | 172.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 131 | 49 | 0 | 0.37 | 0.76 | 0.19 | 31.14 | 0.62 | 0.5 |
| Hex | CF | 83 | 31 | 0 | 25 | 4C | 13 | 1F | 3E | 32 |
| Octal | 317 | 203 | 61 | 0 | 45 | 114 | 23 | 37 | 76 | 62 |
| Binary | 11001111 | 10000011 | 110001 | 0 | 100101 | 1001100 | 10011 | 11111 | 111110 | 110010 |
Color Harmonies of #CF8331
Complementary color
Monochromatic Colors of #CF8331
Black with #CF8331
Text Example
Text Example
White with #CF8331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8331; }
p { color: rgb(207,131,49); }
H1.HeaderClassName
{
color: #CF8331;
}
.AnyTagClassName
{
color: #CF8331;
}
</style>
background-color css
<style>
a { background-color: #CF8331; }
a { background-color: rgb(207,131,49); }
div.DivClassName
{
background-color: #CF8331;
}
.BgClassName
{
background-color: #CF8331;
}
</style>
border-color css
<style>
span { border-color: #CF8331; }
span { border-color: rgb(207,131,49); }
td.TdClassName
{
border-color: #CF8331;
}
.TagClassName
{
border-color: #CF8331;
}
</style>