Shades of Dixie #CF8536
Tints of Dixie #CF8536
RGB
CMYK
RGB Variations
Color information
#CF8536 (or 0xCF8536) is known color: Dixie. HEX triplet: CF, 85 and 36. RGB value is (207,133,54). Sum of RGB (Red+Green+Blue) = 207+133+54=394 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.54% from 394); Green value is 133 (52.34% from 255 or 33.76% from 394); Blue value is 54 (21.48% from 255 or 13.71% from 394); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8536 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8536 is #307AC9. Grayscale: #929292. Windows color (decimal): -3177162 or 3573199. OLE color: 3573199.
HSL color Cylindrical-coordinate representation of color #CF8536: hue angle of 30.98º degrees, saturation: 0.61, 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 #CF8536 is Cyan = 0, Magento = 0.36, Yellow = 0.74 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 133 | 54 | - |
| CMYK | 0 | 0.36 | 0.74 | 0.19 |
| HSL | 30.98º | 0.61% | 0.51% | - |
| HSV(B) | 30.98º | 0.74% | 0.81% | - |
| XYZ | 34.79 | 30.31 | 7.51 | - |
| YUV | 146.12 | 76.02 | 171.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 133 | 54 | 0 | 0.36 | 0.74 | 0.19 | 30.98 | 0.61 | 0.51 |
| Hex | CF | 85 | 36 | 0 | 24 | 4A | 13 | 1F | 3D | 33 |
| Octal | 317 | 205 | 66 | 0 | 44 | 112 | 23 | 37 | 75 | 63 |
| Binary | 11001111 | 10000101 | 110110 | 0 | 100100 | 1001010 | 10011 | 11111 | 111101 | 110011 |
Color Harmonies of #CF8536
Complementary color
Monochromatic Colors of #CF8536
Black with #CF8536
Text Example
Text Example
White with #CF8536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8536; }
p { color: rgb(207,133,54); }
H1.HeaderClassName
{
color: #CF8536;
}
.AnyTagClassName
{
color: #CF8536;
}
</style>
background-color css
<style>
a { background-color: #CF8536; }
a { background-color: rgb(207,133,54); }
div.DivClassName
{
background-color: #CF8536;
}
.BgClassName
{
background-color: #CF8536;
}
</style>
border-color css
<style>
span { border-color: #CF8536; }
span { border-color: rgb(207,133,54); }
td.TdClassName
{
border-color: #CF8536;
}
.TagClassName
{
border-color: #CF8536;
}
</style>