Shades of Dixie #CF852A
Tints of Dixie #CF852A
RGB
CMYK
RGB Variations
Color information
#CF852A (or 0xCF852A) is known color: Dixie. HEX triplet: CF, 85 and 2A. RGB value is (207,133,42). Sum of RGB (Red+Green+Blue) = 207+133+42=382 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.19% from 382); Green value is 133 (52.34% from 255 or 34.82% from 382); Blue value is 42 (16.80% from 255 or 10.99% from 382); Max value from RGB is 207 - color contains mainly: red. Hex color #CF852A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF852A is #307AD5. Grayscale: #919191. Windows color (decimal): -3177174 or 2786767. OLE color: 2786767.
HSL color Cylindrical-coordinate representation of color #CF852A: hue angle of 33.09º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CF852A is Cyan = 0, Magento = 0.36, Yellow = 0.80 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 133 | 42 | - |
| CMYK | 0 | 0.36 | 0.80 | 0.19 |
| HSL | 33.09º | 0.66% | 0.49% | - |
| HSV(B) | 33.09º | 0.8% | 0.81% | - |
| XYZ | 34.54 | 30.21 | 6.2 | - |
| YUV | 144.75 | 70.02 | 172.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 133 | 42 | 0 | 0.36 | 0.80 | 0.19 | 33.09 | 0.66 | 0.49 |
| Hex | CF | 85 | 2A | 0 | 24 | 50 | 13 | 21 | 42 | 31 |
| Octal | 317 | 205 | 52 | 0 | 44 | 120 | 23 | 41 | 102 | 61 |
| Binary | 11001111 | 10000101 | 101010 | 0 | 100100 | 1010000 | 10011 | 100001 | 1000010 | 110001 |
Color Harmonies of #CF852A
Complementary color
Monochromatic Colors of #CF852A
Black with #CF852A
Text Example
Text Example
White with #CF852A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF852A; }
p { color: rgb(207,133,42); }
H1.HeaderClassName
{
color: #CF852A;
}
.AnyTagClassName
{
color: #CF852A;
}
</style>
background-color css
<style>
a { background-color: #CF852A; }
a { background-color: rgb(207,133,42); }
div.DivClassName
{
background-color: #CF852A;
}
.BgClassName
{
background-color: #CF852A;
}
</style>
border-color css
<style>
span { border-color: #CF852A; }
span { border-color: rgb(207,133,42); }
td.TdClassName
{
border-color: #CF852A;
}
.TagClassName
{
border-color: #CF852A;
}
</style>