Shades of Dixie #CF8737
Tints of Dixie #CF8737
RGB
CMYK
RGB Variations
Color information
#CF8737 (or 0xCF8737) is known color: Dixie. HEX triplet: CF, 87 and 37. RGB value is (207,135,55). Sum of RGB (Red+Green+Blue) = 207+135+55=397 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.14% from 397); Green value is 135 (53.12% from 255 or 34.01% from 397); Blue value is 55 (21.88% from 255 or 13.85% from 397); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8737 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8737 is #3078C8. Grayscale: #939393. Windows color (decimal): -3176649 or 3639247. OLE color: 3639247.
HSL color Cylindrical-coordinate representation of color #CF8737: hue angle of 31.58º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CF8737 is Cyan = 0, Magento = 0.35, Yellow = 0.73 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 135 | 55 | - |
| CMYK | 0 | 0.35 | 0.73 | 0.19 |
| HSL | 31.58º | 0.61% | 0.51% | - |
| HSV(B) | 31.58º | 0.73% | 0.81% | - |
| XYZ | 35.09 | 30.87 | 7.72 | - |
| YUV | 147.41 | 75.85 | 170.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 135 | 55 | 0 | 0.35 | 0.73 | 0.19 | 31.58 | 0.61 | 0.51 |
| Hex | CF | 87 | 37 | 0 | 23 | 49 | 13 | 20 | 3D | 33 |
| Octal | 317 | 207 | 67 | 0 | 43 | 111 | 23 | 40 | 75 | 63 |
| Binary | 11001111 | 10000111 | 110111 | 0 | 100011 | 1001001 | 10011 | 100000 | 111101 | 110011 |
Color Harmonies of #CF8737
Complementary color
Monochromatic Colors of #CF8737
Black with #CF8737
Text Example
Text Example
White with #CF8737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8737; }
p { color: rgb(207,135,55); }
H1.HeaderClassName
{
color: #CF8737;
}
.AnyTagClassName
{
color: #CF8737;
}
</style>
background-color css
<style>
a { background-color: #CF8737; }
a { background-color: rgb(207,135,55); }
div.DivClassName
{
background-color: #CF8737;
}
.BgClassName
{
background-color: #CF8737;
}
</style>
border-color css
<style>
span { border-color: #CF8737; }
span { border-color: rgb(207,135,55); }
td.TdClassName
{
border-color: #CF8737;
}
.TagClassName
{
border-color: #CF8737;
}
</style>