Shades of Dixie #CF8835
Tints of Dixie #CF8835
RGB
CMYK
RGB Variations
Color information
#CF8835 (or 0xCF8835) is known color: Dixie. HEX triplet: CF, 88 and 35. RGB value is (207,136,53). Sum of RGB (Red+Green+Blue) = 207+136+53=396 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.27% from 396); Green value is 136 (53.52% from 255 or 34.34% from 396); Blue value is 53 (21.09% from 255 or 13.38% from 396); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8835 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8835 is #3077CA. Grayscale: #949494. Windows color (decimal): -3176395 or 3508431. OLE color: 3508431.
HSL color Cylindrical-coordinate representation of color #CF8835: hue angle of 32.34º 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 #CF8835 is Cyan = 0, Magento = 0.34, Yellow = 0.74 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 136 | 53 | - |
| CMYK | 0 | 0.34 | 0.74 | 0.19 |
| HSL | 32.34º | 0.62% | 0.51% | - |
| HSV(B) | 32.34º | 0.74% | 0.81% | - |
| XYZ | 35.18 | 31.13 | 7.52 | - |
| YUV | 147.77 | 74.52 | 170.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 136 | 53 | 0 | 0.34 | 0.74 | 0.19 | 32.34 | 0.62 | 0.51 |
| Hex | CF | 88 | 35 | 0 | 22 | 4A | 13 | 20 | 3E | 33 |
| Octal | 317 | 210 | 65 | 0 | 42 | 112 | 23 | 40 | 76 | 63 |
| Binary | 11001111 | 10001000 | 110101 | 0 | 100010 | 1001010 | 10011 | 100000 | 111110 | 110011 |
Color Harmonies of #CF8835
Complementary color
Monochromatic Colors of #CF8835
Black with #CF8835
Text Example
Text Example
White with #CF8835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8835; }
p { color: rgb(207,136,53); }
H1.HeaderClassName
{
color: #CF8835;
}
.AnyTagClassName
{
color: #CF8835;
}
</style>
background-color css
<style>
a { background-color: #CF8835; }
a { background-color: rgb(207,136,53); }
div.DivClassName
{
background-color: #CF8835;
}
.BgClassName
{
background-color: #CF8835;
}
</style>
border-color css
<style>
span { border-color: #CF8835; }
span { border-color: rgb(207,136,53); }
td.TdClassName
{
border-color: #CF8835;
}
.TagClassName
{
border-color: #CF8835;
}
</style>