Shades of Dixie #CF8436
Tints of Dixie #CF8436
RGB
CMYK
RGB Variations
Color information
#CF8436 (or 0xCF8436) is known color: Dixie. HEX triplet: CF, 84 and 36. RGB value is (207,132,54). Sum of RGB (Red+Green+Blue) = 207+132+54=393 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.67% from 393); Green value is 132 (51.95% from 255 or 33.59% from 393); Blue value is 54 (21.48% from 255 or 13.74% from 393); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8436 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8436 is #307BC9. Grayscale: #919191. Windows color (decimal): -3177418 or 3572943. OLE color: 3572943.
HSL color Cylindrical-coordinate representation of color #CF8436: hue angle of 30.59º 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 #CF8436 is Cyan = 0, Magento = 0.36, Yellow = 0.74 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 132 | 54 | - |
| CMYK | 0 | 0.36 | 0.74 | 0.19 |
| HSL | 30.59º | 0.61% | 0.51% | - |
| HSV(B) | 30.59º | 0.74% | 0.81% | - |
| XYZ | 34.65 | 30.03 | 7.46 | - |
| YUV | 145.53 | 76.35 | 171.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 132 | 54 | 0 | 0.36 | 0.74 | 0.19 | 30.59 | 0.61 | 0.51 |
| Hex | CF | 84 | 36 | 0 | 24 | 4A | 13 | 1F | 3D | 33 |
| Octal | 317 | 204 | 66 | 0 | 44 | 112 | 23 | 37 | 75 | 63 |
| Binary | 11001111 | 10000100 | 110110 | 0 | 100100 | 1001010 | 10011 | 11111 | 111101 | 110011 |
Color Harmonies of #CF8436
Complementary color
Monochromatic Colors of #CF8436
Black with #CF8436
Text Example
Text Example
White with #CF8436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8436; }
p { color: rgb(207,132,54); }
H1.HeaderClassName
{
color: #CF8436;
}
.AnyTagClassName
{
color: #CF8436;
}
</style>
background-color css
<style>
a { background-color: #CF8436; }
a { background-color: rgb(207,132,54); }
div.DivClassName
{
background-color: #CF8436;
}
.BgClassName
{
background-color: #CF8436;
}
</style>
border-color css
<style>
span { border-color: #CF8436; }
span { border-color: rgb(207,132,54); }
td.TdClassName
{
border-color: #CF8436;
}
.TagClassName
{
border-color: #CF8436;
}
</style>