Shades of Dixie #CF852D
Tints of Dixie #CF852D
RGB
CMYK
RGB Variations
Color information
#CF852D (or 0xCF852D) is known color: Dixie. HEX triplet: CF, 85 and 2D. RGB value is (207,133,45). Sum of RGB (Red+Green+Blue) = 207+133+45=385 (50% of max value = 765). Red value is 207 (81.25% from 255 or 53.77% from 385); Green value is 133 (52.34% from 255 or 34.55% from 385); Blue value is 45 (17.97% from 255 or 11.69% from 385); Max value from RGB is 207 - color contains mainly: red. Hex color #CF852D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF852D is #307AD2. Grayscale: #919191. Windows color (decimal): -3177171 or 2983375. OLE color: 2983375.
HSL color Cylindrical-coordinate representation of color #CF852D: hue angle of 32.59º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CF852D is Cyan = 0, Magento = 0.36, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 133 | 45 | - |
| CMYK | 0 | 0.36 | 0.78 | 0.19 |
| HSL | 32.59º | 0.64% | 0.49% | - |
| HSV(B) | 32.59º | 0.78% | 0.81% | - |
| XYZ | 34.59 | 30.23 | 6.49 | - |
| YUV | 145.09 | 71.52 | 172.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 133 | 45 | 0 | 0.36 | 0.78 | 0.19 | 32.59 | 0.64 | 0.49 |
| Hex | CF | 85 | 2D | 0 | 24 | 4E | 13 | 21 | 40 | 31 |
| Octal | 317 | 205 | 55 | 0 | 44 | 116 | 23 | 41 | 100 | 61 |
| Binary | 11001111 | 10000101 | 101101 | 0 | 100100 | 1001110 | 10011 | 100001 | 1000000 | 110001 |
Color Harmonies of #CF852D
Complementary color
Monochromatic Colors of #CF852D
Black with #CF852D
Text Example
Text Example
White with #CF852D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF852D; }
p { color: rgb(207,133,45); }
H1.HeaderClassName
{
color: #CF852D;
}
.AnyTagClassName
{
color: #CF852D;
}
</style>
background-color css
<style>
a { background-color: #CF852D; }
a { background-color: rgb(207,133,45); }
div.DivClassName
{
background-color: #CF852D;
}
.BgClassName
{
background-color: #CF852D;
}
</style>
border-color css
<style>
span { border-color: #CF852D; }
span { border-color: rgb(207,133,45); }
td.TdClassName
{
border-color: #CF852D;
}
.TagClassName
{
border-color: #CF852D;
}
</style>