Shades of Dixie #CF8929
Tints of Dixie #CF8929
RGB
CMYK
RGB Variations
Color information
#CF8929 (or 0xCF8929) is known color: Dixie. HEX triplet: CF, 89 and 29. RGB value is (207,137,41). Sum of RGB (Red+Green+Blue) = 207+137+41=385 (50% of max value = 765). Red value is 207 (81.25% from 255 or 53.77% from 385); Green value is 137 (53.91% from 255 or 35.58% from 385); Blue value is 41 (16.41% from 255 or 10.65% from 385); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8929 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8929 is #3076D6. Grayscale: #939393. Windows color (decimal): -3176151 or 2722255. OLE color: 2722255.
HSL color Cylindrical-coordinate representation of color #CF8929: hue angle of 34.7º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CF8929 is Cyan = 0, Magento = 0.34, Yellow = 0.80 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 137 | 41 | - |
| CMYK | 0 | 0.34 | 0.80 | 0.19 |
| HSL | 34.7º | 0.67% | 0.49% | - |
| HSV(B) | 34.7º | 0.8% | 0.81% | - |
| XYZ | 35.08 | 31.32 | 6.29 | - |
| YUV | 146.99 | 68.19 | 170.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 137 | 41 | 0 | 0.34 | 0.80 | 0.19 | 34.7 | 0.67 | 0.49 |
| Hex | CF | 89 | 29 | 0 | 22 | 50 | 13 | 23 | 43 | 31 |
| Octal | 317 | 211 | 51 | 0 | 42 | 120 | 23 | 43 | 103 | 61 |
| Binary | 11001111 | 10001001 | 101001 | 0 | 100010 | 1010000 | 10011 | 100011 | 1000011 | 110001 |
Color Harmonies of #CF8929
Complementary color
Monochromatic Colors of #CF8929
Black with #CF8929
Text Example
Text Example
White with #CF8929
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8929; }
p { color: rgb(207,137,41); }
H1.HeaderClassName
{
color: #CF8929;
}
.AnyTagClassName
{
color: #CF8929;
}
</style>
background-color css
<style>
a { background-color: #CF8929; }
a { background-color: rgb(207,137,41); }
div.DivClassName
{
background-color: #CF8929;
}
.BgClassName
{
background-color: #CF8929;
}
</style>
border-color css
<style>
span { border-color: #CF8929; }
span { border-color: rgb(207,137,41); }
td.TdClassName
{
border-color: #CF8929;
}
.TagClassName
{
border-color: #CF8929;
}
</style>