Shades of Dixie #CF8624
Tints of Dixie #CF8624
RGB
CMYK
RGB Variations
Color information
#CF8624 (or 0xCF8624) is known color: Dixie. HEX triplet: CF, 86 and 24. RGB value is (207,134,36). Sum of RGB (Red+Green+Blue) = 207+134+36=377 (49% of max value = 765). Red value is 207 (81.25% from 255 or 54.91% from 377); Green value is 134 (52.73% from 255 or 35.54% from 377); Blue value is 36 (14.45% from 255 or 9.55% from 377); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8624 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8624 is #3079DB. Grayscale: #919191. Windows color (decimal): -3176924 or 2393807. OLE color: 2393807.
HSL color Cylindrical-coordinate representation of color #CF8624: hue angle of 34.39º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CF8624 is Cyan = 0, Magento = 0.35, Yellow = 0.83 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 134 | 36 | - |
| CMYK | 0 | 0.35 | 0.83 | 0.19 |
| HSL | 34.39º | 0.7% | 0.48% | - |
| HSV(B) | 34.39º | 0.83% | 0.81% | - |
| XYZ | 34.58 | 30.44 | 5.72 | - |
| YUV | 144.66 | 66.68 | 172.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 134 | 36 | 0 | 0.35 | 0.83 | 0.19 | 34.39 | 0.7 | 0.48 |
| Hex | CF | 86 | 24 | 0 | 23 | 53 | 13 | 22 | 46 | 30 |
| Octal | 317 | 206 | 44 | 0 | 43 | 123 | 23 | 42 | 106 | 60 |
| Binary | 11001111 | 10000110 | 100100 | 0 | 100011 | 1010011 | 10011 | 100010 | 1000110 | 110000 |
Color Harmonies of #CF8624
Complementary color
Monochromatic Colors of #CF8624
Black with #CF8624
Text Example
Text Example
White with #CF8624
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8624; }
p { color: rgb(207,134,36); }
H1.HeaderClassName
{
color: #CF8624;
}
.AnyTagClassName
{
color: #CF8624;
}
</style>
background-color css
<style>
a { background-color: #CF8624; }
a { background-color: rgb(207,134,36); }
div.DivClassName
{
background-color: #CF8624;
}
.BgClassName
{
background-color: #CF8624;
}
</style>
border-color css
<style>
span { border-color: #CF8624; }
span { border-color: rgb(207,134,36); }
td.TdClassName
{
border-color: #CF8624;
}
.TagClassName
{
border-color: #CF8624;
}
</style>