Shades of Dixie #CF842B
Tints of Dixie #CF842B
RGB
CMYK
RGB Variations
Color information
#CF842B (or 0xCF842B) is known color: Dixie. HEX triplet: CF, 84 and 2B. RGB value is (207,132,43). Sum of RGB (Red+Green+Blue) = 207+132+43=382 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.19% from 382); Green value is 132 (51.95% from 255 or 34.55% from 382); Blue value is 43 (17.19% from 255 or 11.26% from 382); Max value from RGB is 207 - color contains mainly: red. Hex color #CF842B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF842B is #307BD4. Grayscale: #909090. Windows color (decimal): -3177429 or 2852047. OLE color: 2852047.
HSL color Cylindrical-coordinate representation of color #CF842B: hue angle of 32.56º 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 #CF842B is Cyan = 0, Magento = 0.36, Yellow = 0.79 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 132 | 43 | - |
| CMYK | 0 | 0.36 | 0.79 | 0.19 |
| HSL | 32.56º | 0.66% | 0.49% | - |
| HSV(B) | 32.56º | 0.79% | 0.81% | - |
| XYZ | 34.42 | 29.94 | 6.25 | - |
| YUV | 144.28 | 70.85 | 172.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 132 | 43 | 0 | 0.36 | 0.79 | 0.19 | 32.56 | 0.66 | 0.49 |
| Hex | CF | 84 | 2B | 0 | 24 | 4F | 13 | 21 | 42 | 31 |
| Octal | 317 | 204 | 53 | 0 | 44 | 117 | 23 | 41 | 102 | 61 |
| Binary | 11001111 | 10000100 | 101011 | 0 | 100100 | 1001111 | 10011 | 100001 | 1000010 | 110001 |
Color Harmonies of #CF842B
Complementary color
Monochromatic Colors of #CF842B
Black with #CF842B
Text Example
Text Example
White with #CF842B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF842B; }
p { color: rgb(207,132,43); }
H1.HeaderClassName
{
color: #CF842B;
}
.AnyTagClassName
{
color: #CF842B;
}
</style>
background-color css
<style>
a { background-color: #CF842B; }
a { background-color: rgb(207,132,43); }
div.DivClassName
{
background-color: #CF842B;
}
.BgClassName
{
background-color: #CF842B;
}
</style>
border-color css
<style>
span { border-color: #CF842B; }
span { border-color: rgb(207,132,43); }
td.TdClassName
{
border-color: #CF842B;
}
.TagClassName
{
border-color: #CF842B;
}
</style>