Shades of Dixie #CF852B
Tints of Dixie #CF852B
RGB
CMYK
RGB Variations
Color information
#CF852B (or 0xCF852B) is known color: Dixie. HEX triplet: CF, 85 and 2B. RGB value is (207,133,43). Sum of RGB (Red+Green+Blue) = 207+133+43=383 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.05% from 383); Green value is 133 (52.34% from 255 or 34.73% from 383); Blue value is 43 (17.19% from 255 or 11.23% from 383); Max value from RGB is 207 - color contains mainly: red. Hex color #CF852B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF852B is #307AD4. Grayscale: #919191. Windows color (decimal): -3177173 or 2852303. OLE color: 2852303.
HSL color Cylindrical-coordinate representation of color #CF852B: hue angle of 32.93º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CF852B is Cyan = 0, Magento = 0.36, Yellow = 0.79 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 133 | 43 | - |
| CMYK | 0 | 0.36 | 0.79 | 0.19 |
| HSL | 32.93º | 0.66% | 0.49% | - |
| HSV(B) | 32.93º | 0.79% | 0.81% | - |
| XYZ | 34.56 | 30.21 | 6.3 | - |
| YUV | 144.87 | 70.52 | 172.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 133 | 43 | 0 | 0.36 | 0.79 | 0.19 | 32.93 | 0.66 | 0.49 |
| Hex | CF | 85 | 2B | 0 | 24 | 4F | 13 | 21 | 42 | 31 |
| Octal | 317 | 205 | 53 | 0 | 44 | 117 | 23 | 41 | 102 | 61 |
| Binary | 11001111 | 10000101 | 101011 | 0 | 100100 | 1001111 | 10011 | 100001 | 1000010 | 110001 |
Color Harmonies of #CF852B
Complementary color
Monochromatic Colors of #CF852B
Black with #CF852B
Text Example
Text Example
White with #CF852B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF852B; }
p { color: rgb(207,133,43); }
H1.HeaderClassName
{
color: #CF852B;
}
.AnyTagClassName
{
color: #CF852B;
}
</style>
background-color css
<style>
a { background-color: #CF852B; }
a { background-color: rgb(207,133,43); }
div.DivClassName
{
background-color: #CF852B;
}
.BgClassName
{
background-color: #CF852B;
}
</style>
border-color css
<style>
span { border-color: #CF852B; }
span { border-color: rgb(207,133,43); }
td.TdClassName
{
border-color: #CF852B;
}
.TagClassName
{
border-color: #CF852B;
}
</style>