Shades of Dixie #CF8534
Tints of Dixie #CF8534
RGB
CMYK
RGB Variations
Color information
#CF8534 (or 0xCF8534) is known color: Dixie. HEX triplet: CF, 85 and 34. RGB value is (207,133,52). Sum of RGB (Red+Green+Blue) = 207+133+52=392 (51% of max value = 765). Red value is 207 (81.25% from 255 or 52.81% from 392); Green value is 133 (52.34% from 255 or 33.93% from 392); Blue value is 52 (20.70% from 255 or 13.27% from 392); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8534 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8534 is #307ACB. Grayscale: #929292. Windows color (decimal): -3177164 or 3442127. OLE color: 3442127.
HSL color Cylindrical-coordinate representation of color #CF8534: hue angle of 31.35º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CF8534 is Cyan = 0, Magento = 0.36, Yellow = 0.75 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 133 | 52 | - |
| CMYK | 0 | 0.36 | 0.75 | 0.19 |
| HSL | 31.35º | 0.62% | 0.51% | - |
| HSV(B) | 31.35º | 0.75% | 0.81% | - |
| XYZ | 34.74 | 30.29 | 7.26 | - |
| YUV | 145.89 | 75.02 | 171.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 133 | 52 | 0 | 0.36 | 0.75 | 0.19 | 31.35 | 0.62 | 0.51 |
| Hex | CF | 85 | 34 | 0 | 24 | 4B | 13 | 1F | 3E | 33 |
| Octal | 317 | 205 | 64 | 0 | 44 | 113 | 23 | 37 | 76 | 63 |
| Binary | 11001111 | 10000101 | 110100 | 0 | 100100 | 1001011 | 10011 | 11111 | 111110 | 110011 |
Color Harmonies of #CF8534
Complementary color
Monochromatic Colors of #CF8534
Black with #CF8534
Text Example
Text Example
White with #CF8534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8534; }
p { color: rgb(207,133,52); }
H1.HeaderClassName
{
color: #CF8534;
}
.AnyTagClassName
{
color: #CF8534;
}
</style>
background-color css
<style>
a { background-color: #CF8534; }
a { background-color: rgb(207,133,52); }
div.DivClassName
{
background-color: #CF8534;
}
.BgClassName
{
background-color: #CF8534;
}
</style>
border-color css
<style>
span { border-color: #CF8534; }
span { border-color: rgb(207,133,52); }
td.TdClassName
{
border-color: #CF8534;
}
.TagClassName
{
border-color: #CF8534;
}
</style>