Shades of Dixie #CF862D
Tints of Dixie #CF862D
RGB
CMYK
RGB Variations
Color information
#CF862D (or 0xCF862D) is known color: Dixie. HEX triplet: CF, 86 and 2D. RGB value is (207,134,45). Sum of RGB (Red+Green+Blue) = 207+134+45=386 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.63% from 386); Green value is 134 (52.73% from 255 or 34.72% from 386); Blue value is 45 (17.97% from 255 or 11.66% from 386); Max value from RGB is 207 - color contains mainly: red. Hex color #CF862D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF862D is #3079D2. Grayscale: #929292. Windows color (decimal): -3176915 or 2983631. OLE color: 2983631.
HSL color Cylindrical-coordinate representation of color #CF862D: hue angle of 32.96º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CF862D is Cyan = 0, Magento = 0.35, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 134 | 45 | - |
| CMYK | 0 | 0.35 | 0.78 | 0.19 |
| HSL | 32.96º | 0.64% | 0.49% | - |
| HSV(B) | 32.96º | 0.78% | 0.81% | - |
| XYZ | 34.73 | 30.51 | 6.54 | - |
| YUV | 145.68 | 71.18 | 171.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 134 | 45 | 0 | 0.35 | 0.78 | 0.19 | 32.96 | 0.64 | 0.49 |
| Hex | CF | 86 | 2D | 0 | 23 | 4E | 13 | 21 | 40 | 31 |
| Octal | 317 | 206 | 55 | 0 | 43 | 116 | 23 | 41 | 100 | 61 |
| Binary | 11001111 | 10000110 | 101101 | 0 | 100011 | 1001110 | 10011 | 100001 | 1000000 | 110001 |
Color Harmonies of #CF862D
Complementary color
Monochromatic Colors of #CF862D
Black with #CF862D
Text Example
Text Example
White with #CF862D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF862D; }
p { color: rgb(207,134,45); }
H1.HeaderClassName
{
color: #CF862D;
}
.AnyTagClassName
{
color: #CF862D;
}
</style>
background-color css
<style>
a { background-color: #CF862D; }
a { background-color: rgb(207,134,45); }
div.DivClassName
{
background-color: #CF862D;
}
.BgClassName
{
background-color: #CF862D;
}
</style>
border-color css
<style>
span { border-color: #CF862D; }
span { border-color: rgb(207,134,45); }
td.TdClassName
{
border-color: #CF862D;
}
.TagClassName
{
border-color: #CF862D;
}
</style>