Shades of Dixie #CF8127
Tints of Dixie #CF8127
RGB
CMYK
RGB Variations
Color information
#CF8127 (or 0xCF8127) is known color: Dixie. HEX triplet: CF, 81 and 27. RGB value is (207,129,39). Sum of RGB (Red+Green+Blue) = 207+129+39=375 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.2% from 375); Green value is 129 (50.78% from 255 or 34.4% from 375); Blue value is 39 (15.62% from 255 or 10.4% from 375); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8127 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8127 is #307ED8. Grayscale: #8E8E8E. Windows color (decimal): -3178201 or 2589135. OLE color: 2589135.
HSL color Cylindrical-coordinate representation of color #CF8127: hue angle of 32.14º 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 #CF8127 is Cyan = 0, Magento = 0.38, Yellow = 0.81 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 129 | 39 | - |
| CMYK | 0 | 0.38 | 0.81 | 0.19 |
| HSL | 32.14º | 0.68% | 0.48% | - |
| HSV(B) | 32.14º | 0.81% | 0.81% | - |
| XYZ | 33.95 | 29.11 | 5.75 | - |
| YUV | 142.06 | 69.84 | 174.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 129 | 39 | 0 | 0.38 | 0.81 | 0.19 | 32.14 | 0.68 | 0.48 |
| Hex | CF | 81 | 27 | 0 | 26 | 51 | 13 | 20 | 44 | 30 |
| Octal | 317 | 201 | 47 | 0 | 46 | 121 | 23 | 40 | 104 | 60 |
| Binary | 11001111 | 10000001 | 100111 | 0 | 100110 | 1010001 | 10011 | 100000 | 1000100 | 110000 |
Color Harmonies of #CF8127
Complementary color
Monochromatic Colors of #CF8127
Black with #CF8127
Text Example
Text Example
White with #CF8127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8127; }
p { color: rgb(207,129,39); }
H1.HeaderClassName
{
color: #CF8127;
}
.AnyTagClassName
{
color: #CF8127;
}
</style>
background-color css
<style>
a { background-color: #CF8127; }
a { background-color: rgb(207,129,39); }
div.DivClassName
{
background-color: #CF8127;
}
.BgClassName
{
background-color: #CF8127;
}
</style>
border-color css
<style>
span { border-color: #CF8127; }
span { border-color: rgb(207,129,39); }
td.TdClassName
{
border-color: #CF8127;
}
.TagClassName
{
border-color: #CF8127;
}
</style>