Shades of Dixie #CF8633
Tints of Dixie #CF8633
RGB
CMYK
RGB Variations
Color information
#CF8633 (or 0xCF8633) is known color: Dixie. HEX triplet: CF, 86 and 33. RGB value is (207,134,51). Sum of RGB (Red+Green+Blue) = 207+134+51=392 (51% of max value = 765). Red value is 207 (81.25% from 255 or 52.81% from 392); Green value is 134 (52.73% from 255 or 34.18% from 392); Blue value is 51 (20.31% from 255 or 13.01% from 392); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8633 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8633 is #3079CC. Grayscale: #929292. Windows color (decimal): -3176909 or 3376847. OLE color: 3376847.
HSL color Cylindrical-coordinate representation of color #CF8633: hue angle of 31.92º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CF8633 is Cyan = 0, Magento = 0.35, Yellow = 0.75 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 134 | 51 | - |
| CMYK | 0 | 0.35 | 0.75 | 0.19 |
| HSL | 31.92º | 0.62% | 0.51% | - |
| HSV(B) | 31.92º | 0.75% | 0.81% | - |
| XYZ | 34.85 | 30.55 | 7.19 | - |
| YUV | 146.37 | 74.18 | 171.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 134 | 51 | 0 | 0.35 | 0.75 | 0.19 | 31.92 | 0.62 | 0.51 |
| Hex | CF | 86 | 33 | 0 | 23 | 4B | 13 | 20 | 3E | 33 |
| Octal | 317 | 206 | 63 | 0 | 43 | 113 | 23 | 40 | 76 | 63 |
| Binary | 11001111 | 10000110 | 110011 | 0 | 100011 | 1001011 | 10011 | 100000 | 111110 | 110011 |
Color Harmonies of #CF8633
Complementary color
Monochromatic Colors of #CF8633
Black with #CF8633
Text Example
Text Example
White with #CF8633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8633; }
p { color: rgb(207,134,51); }
H1.HeaderClassName
{
color: #CF8633;
}
.AnyTagClassName
{
color: #CF8633;
}
</style>
background-color css
<style>
a { background-color: #CF8633; }
a { background-color: rgb(207,134,51); }
div.DivClassName
{
background-color: #CF8633;
}
.BgClassName
{
background-color: #CF8633;
}
</style>
border-color css
<style>
span { border-color: #CF8633; }
span { border-color: rgb(207,134,51); }
td.TdClassName
{
border-color: #CF8633;
}
.TagClassName
{
border-color: #CF8633;
}
</style>