Shades of Dixie #CF812B
Tints of Dixie #CF812B
RGB
CMYK
RGB Variations
Color information
#CF812B (or 0xCF812B) is known color: Dixie. HEX triplet: CF, 81 and 2B. RGB value is (207,129,43). Sum of RGB (Red+Green+Blue) = 207+129+43=379 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.62% from 379); Green value is 129 (50.78% from 255 or 34.04% from 379); Blue value is 43 (17.19% from 255 or 11.35% from 379); Max value from RGB is 207 - color contains mainly: red. Hex color #CF812B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF812B is #307ED4. Grayscale: #8E8E8E. Windows color (decimal): -3178197 or 2851279. OLE color: 2851279.
HSL color Cylindrical-coordinate representation of color #CF812B: hue angle of 31.46º 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 #CF812B is Cyan = 0, Magento = 0.38, Yellow = 0.79 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 129 | 43 | - |
| CMYK | 0 | 0.38 | 0.79 | 0.19 |
| HSL | 31.46º | 0.66% | 0.49% | - |
| HSV(B) | 31.46º | 0.79% | 0.81% | - |
| XYZ | 34.02 | 29.14 | 6.12 | - |
| YUV | 142.52 | 71.84 | 173.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 129 | 43 | 0 | 0.38 | 0.79 | 0.19 | 31.46 | 0.66 | 0.49 |
| Hex | CF | 81 | 2B | 0 | 26 | 4F | 13 | 1F | 42 | 31 |
| Octal | 317 | 201 | 53 | 0 | 46 | 117 | 23 | 37 | 102 | 61 |
| Binary | 11001111 | 10000001 | 101011 | 0 | 100110 | 1001111 | 10011 | 11111 | 1000010 | 110001 |
Color Harmonies of #CF812B
Complementary color
Monochromatic Colors of #CF812B
Black with #CF812B
Text Example
Text Example
White with #CF812B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF812B; }
p { color: rgb(207,129,43); }
H1.HeaderClassName
{
color: #CF812B;
}
.AnyTagClassName
{
color: #CF812B;
}
</style>
background-color css
<style>
a { background-color: #CF812B; }
a { background-color: rgb(207,129,43); }
div.DivClassName
{
background-color: #CF812B;
}
.BgClassName
{
background-color: #CF812B;
}
</style>
border-color css
<style>
span { border-color: #CF812B; }
span { border-color: rgb(207,129,43); }
td.TdClassName
{
border-color: #CF812B;
}
.TagClassName
{
border-color: #CF812B;
}
</style>