Shades of Dixie #CF8227
Tints of Dixie #CF8227
RGB
CMYK
RGB Variations
Color information
#CF8227 (or 0xCF8227) is known color: Dixie. HEX triplet: CF, 82 and 27. RGB value is (207,130,39). Sum of RGB (Red+Green+Blue) = 207+130+39=376 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.05% from 376); Green value is 130 (51.17% from 255 or 34.57% from 376); Blue value is 39 (15.62% from 255 or 10.37% from 376); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8227 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8227 is #307DD8. Grayscale: #8F8F8F. Windows color (decimal): -3177945 or 2589391. OLE color: 2589391.
HSL color Cylindrical-coordinate representation of color #CF8227: hue angle of 32.5º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CF8227 is Cyan = 0, Magento = 0.37, Yellow = 0.81 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 130 | 39 | - |
| CMYK | 0 | 0.37 | 0.81 | 0.19 |
| HSL | 32.5º | 0.68% | 0.48% | - |
| HSV(B) | 32.5º | 0.81% | 0.81% | - |
| XYZ | 34.08 | 29.38 | 5.79 | - |
| YUV | 142.65 | 69.51 | 173.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 130 | 39 | 0 | 0.37 | 0.81 | 0.19 | 32.5 | 0.68 | 0.48 |
| Hex | CF | 82 | 27 | 0 | 25 | 51 | 13 | 20 | 44 | 30 |
| Octal | 317 | 202 | 47 | 0 | 45 | 121 | 23 | 40 | 104 | 60 |
| Binary | 11001111 | 10000010 | 100111 | 0 | 100101 | 1010001 | 10011 | 100000 | 1000100 | 110000 |
Color Harmonies of #CF8227
Complementary color
Monochromatic Colors of #CF8227
Black with #CF8227
Text Example
Text Example
White with #CF8227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8227; }
p { color: rgb(207,130,39); }
H1.HeaderClassName
{
color: #CF8227;
}
.AnyTagClassName
{
color: #CF8227;
}
</style>
background-color css
<style>
a { background-color: #CF8227; }
a { background-color: rgb(207,130,39); }
div.DivClassName
{
background-color: #CF8227;
}
.BgClassName
{
background-color: #CF8227;
}
</style>
border-color css
<style>
span { border-color: #CF8227; }
span { border-color: rgb(207,130,39); }
td.TdClassName
{
border-color: #CF8227;
}
.TagClassName
{
border-color: #CF8227;
}
</style>