Shades of Dixie #CF8935
Tints of Dixie #CF8935
RGB
CMYK
RGB Variations
Color information
#CF8935 (or 0xCF8935) is known color: Dixie. HEX triplet: CF, 89 and 35. RGB value is (207,137,53). Sum of RGB (Red+Green+Blue) = 207+137+53=397 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.14% from 397); Green value is 137 (53.91% from 255 or 34.51% from 397); Blue value is 53 (21.09% from 255 or 13.35% from 397); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8935 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8935 is #3076CA. Grayscale: #949494. Windows color (decimal): -3176139 or 3508687. OLE color: 3508687.
HSL color Cylindrical-coordinate representation of color #CF8935: hue angle of 32.73º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CF8935 is Cyan = 0, Magento = 0.34, Yellow = 0.74 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 137 | 53 | - |
| CMYK | 0 | 0.34 | 0.74 | 0.19 |
| HSL | 32.73º | 0.62% | 0.51% | - |
| HSV(B) | 32.73º | 0.74% | 0.81% | - |
| XYZ | 35.32 | 31.41 | 7.57 | - |
| YUV | 148.35 | 74.19 | 169.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 137 | 53 | 0 | 0.34 | 0.74 | 0.19 | 32.73 | 0.62 | 0.51 |
| Hex | CF | 89 | 35 | 0 | 22 | 4A | 13 | 21 | 3E | 33 |
| Octal | 317 | 211 | 65 | 0 | 42 | 112 | 23 | 41 | 76 | 63 |
| Binary | 11001111 | 10001001 | 110101 | 0 | 100010 | 1001010 | 10011 | 100001 | 111110 | 110011 |
Color Harmonies of #CF8935
Complementary color
Monochromatic Colors of #CF8935
Black with #CF8935
Text Example
Text Example
White with #CF8935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8935; }
p { color: rgb(207,137,53); }
H1.HeaderClassName
{
color: #CF8935;
}
.AnyTagClassName
{
color: #CF8935;
}
</style>
background-color css
<style>
a { background-color: #CF8935; }
a { background-color: rgb(207,137,53); }
div.DivClassName
{
background-color: #CF8935;
}
.BgClassName
{
background-color: #CF8935;
}
</style>
border-color css
<style>
span { border-color: #CF8935; }
span { border-color: rgb(207,137,53); }
td.TdClassName
{
border-color: #CF8935;
}
.TagClassName
{
border-color: #CF8935;
}
</style>