Shades of Dixie #CF852F
Tints of Dixie #CF852F
RGB
CMYK
RGB Variations
Color information
#CF852F (or 0xCF852F) is known color: Dixie. HEX triplet: CF, 85 and 2F. RGB value is (207,133,47). Sum of RGB (Red+Green+Blue) = 207+133+47=387 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.49% from 387); Green value is 133 (52.34% from 255 or 34.37% from 387); Blue value is 47 (18.75% from 255 or 12.14% from 387); Max value from RGB is 207 - color contains mainly: red. Hex color #CF852F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF852F is #307AD0. Grayscale: #919191. Windows color (decimal): -3177169 or 3114447. OLE color: 3114447.
HSL color Cylindrical-coordinate representation of color #CF852F: hue angle of 32.25º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CF852F is Cyan = 0, Magento = 0.36, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 133 | 47 | - |
| CMYK | 0 | 0.36 | 0.77 | 0.19 |
| HSL | 32.25º | 0.63% | 0.5% | - |
| HSV(B) | 32.25º | 0.77% | 0.81% | - |
| XYZ | 34.63 | 30.25 | 6.7 | - |
| YUV | 145.32 | 72.52 | 171.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 133 | 47 | 0 | 0.36 | 0.77 | 0.19 | 32.25 | 0.63 | 0.5 |
| Hex | CF | 85 | 2F | 0 | 24 | 4D | 13 | 20 | 3F | 32 |
| Octal | 317 | 205 | 57 | 0 | 44 | 115 | 23 | 40 | 77 | 62 |
| Binary | 11001111 | 10000101 | 101111 | 0 | 100100 | 1001101 | 10011 | 100000 | 111111 | 110010 |
Color Harmonies of #CF852F
Complementary color
Monochromatic Colors of #CF852F
Black with #CF852F
Text Example
Text Example
White with #CF852F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF852F; }
p { color: rgb(207,133,47); }
H1.HeaderClassName
{
color: #CF852F;
}
.AnyTagClassName
{
color: #CF852F;
}
</style>
background-color css
<style>
a { background-color: #CF852F; }
a { background-color: rgb(207,133,47); }
div.DivClassName
{
background-color: #CF852F;
}
.BgClassName
{
background-color: #CF852F;
}
</style>
border-color css
<style>
span { border-color: #CF852F; }
span { border-color: rgb(207,133,47); }
td.TdClassName
{
border-color: #CF852F;
}
.TagClassName
{
border-color: #CF852F;
}
</style>