Shades of Dixie #CF8533
Tints of Dixie #CF8533
RGB
CMYK
RGB Variations
Color information
#CF8533 (or 0xCF8533) is known color: Dixie. HEX triplet: CF, 85 and 33. RGB value is (207,133,51). Sum of RGB (Red+Green+Blue) = 207+133+51=391 (51% of max value = 765). Red value is 207 (81.25% from 255 or 52.94% from 391); Green value is 133 (52.34% from 255 or 34.02% from 391); Blue value is 51 (20.31% from 255 or 13.04% from 391); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8533 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8533 is #307ACC. Grayscale: #929292. Windows color (decimal): -3177165 or 3376591. OLE color: 3376591.
HSL color Cylindrical-coordinate representation of color #CF8533: hue angle of 31.54º 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 #CF8533 is Cyan = 0, Magento = 0.36, Yellow = 0.75 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 133 | 51 | - |
| CMYK | 0 | 0.36 | 0.75 | 0.19 |
| HSL | 31.54º | 0.62% | 0.51% | - |
| HSV(B) | 31.54º | 0.75% | 0.81% | - |
| XYZ | 34.72 | 30.28 | 7.15 | - |
| YUV | 145.78 | 74.52 | 171.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 133 | 51 | 0 | 0.36 | 0.75 | 0.19 | 31.54 | 0.62 | 0.51 |
| Hex | CF | 85 | 33 | 0 | 24 | 4B | 13 | 20 | 3E | 33 |
| Octal | 317 | 205 | 63 | 0 | 44 | 113 | 23 | 40 | 76 | 63 |
| Binary | 11001111 | 10000101 | 110011 | 0 | 100100 | 1001011 | 10011 | 100000 | 111110 | 110011 |
Color Harmonies of #CF8533
Complementary color
Monochromatic Colors of #CF8533
Black with #CF8533
Text Example
Text Example
White with #CF8533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8533; }
p { color: rgb(207,133,51); }
H1.HeaderClassName
{
color: #CF8533;
}
.AnyTagClassName
{
color: #CF8533;
}
</style>
background-color css
<style>
a { background-color: #CF8533; }
a { background-color: rgb(207,133,51); }
div.DivClassName
{
background-color: #CF8533;
}
.BgClassName
{
background-color: #CF8533;
}
</style>
border-color css
<style>
span { border-color: #CF8533; }
span { border-color: rgb(207,133,51); }
td.TdClassName
{
border-color: #CF8533;
}
.TagClassName
{
border-color: #CF8533;
}
</style>