Shades of Dixie #CF8932
Tints of Dixie #CF8932
RGB
CMYK
RGB Variations
Color information
#CF8932 (or 0xCF8932) is known color: Dixie. HEX triplet: CF, 89 and 32. RGB value is (207,137,50). Sum of RGB (Red+Green+Blue) = 207+137+50=394 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.54% from 394); Green value is 137 (53.91% from 255 or 34.77% from 394); Blue value is 50 (19.92% from 255 or 12.69% from 394); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8932 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8932 is #3076CD. Grayscale: #949494. Windows color (decimal): -3176142 or 3312079. OLE color: 3312079.
HSL color Cylindrical-coordinate representation of color #CF8932: hue angle of 33.25º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CF8932 is Cyan = 0, Magento = 0.34, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 137 | 50 | - |
| CMYK | 0 | 0.34 | 0.76 | 0.19 |
| HSL | 33.25º | 0.62% | 0.5% | - |
| HSV(B) | 33.25º | 0.76% | 0.81% | - |
| XYZ | 35.25 | 31.39 | 7.22 | - |
| YUV | 148.01 | 72.69 | 170.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 137 | 50 | 0 | 0.34 | 0.76 | 0.19 | 33.25 | 0.62 | 0.5 |
| Hex | CF | 89 | 32 | 0 | 22 | 4C | 13 | 21 | 3E | 32 |
| Octal | 317 | 211 | 62 | 0 | 42 | 114 | 23 | 41 | 76 | 62 |
| Binary | 11001111 | 10001001 | 110010 | 0 | 100010 | 1001100 | 10011 | 100001 | 111110 | 110010 |
Color Harmonies of #CF8932
Complementary color
Monochromatic Colors of #CF8932
Black with #CF8932
Text Example
Text Example
White with #CF8932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8932; }
p { color: rgb(207,137,50); }
H1.HeaderClassName
{
color: #CF8932;
}
.AnyTagClassName
{
color: #CF8932;
}
</style>
background-color css
<style>
a { background-color: #CF8932; }
a { background-color: rgb(207,137,50); }
div.DivClassName
{
background-color: #CF8932;
}
.BgClassName
{
background-color: #CF8932;
}
</style>
border-color css
<style>
span { border-color: #CF8932; }
span { border-color: rgb(207,137,50); }
td.TdClassName
{
border-color: #CF8932;
}
.TagClassName
{
border-color: #CF8932;
}
</style>