Shades of Dixie #CF812C
Tints of Dixie #CF812C
RGB
CMYK
RGB Variations
Color information
#CF812C (or 0xCF812C) is known color: Dixie. HEX triplet: CF, 81 and 2C. RGB value is (207,129,44). Sum of RGB (Red+Green+Blue) = 207+129+44=380 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.47% from 380); Green value is 129 (50.78% from 255 or 33.95% from 380); Blue value is 44 (17.58% from 255 or 11.58% from 380); Max value from RGB is 207 - color contains mainly: red. Hex color #CF812C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF812C is #307ED3. Grayscale: #8F8F8F. Windows color (decimal): -3178196 or 2916815. OLE color: 2916815.
HSL color Cylindrical-coordinate representation of color #CF812C: hue angle of 31.29º degrees, saturation: 0.65, 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 #CF812C is Cyan = 0, Magento = 0.38, Yellow = 0.79 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 129 | 44 | - |
| CMYK | 0 | 0.38 | 0.79 | 0.19 |
| HSL | 31.29º | 0.65% | 0.49% | - |
| HSV(B) | 31.29º | 0.79% | 0.81% | - |
| XYZ | 34.04 | 29.15 | 6.22 | - |
| YUV | 142.63 | 72.34 | 173.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 129 | 44 | 0 | 0.38 | 0.79 | 0.19 | 31.29 | 0.65 | 0.49 |
| Hex | CF | 81 | 2C | 0 | 26 | 4F | 13 | 1F | 41 | 31 |
| Octal | 317 | 201 | 54 | 0 | 46 | 117 | 23 | 37 | 101 | 61 |
| Binary | 11001111 | 10000001 | 101100 | 0 | 100110 | 1001111 | 10011 | 11111 | 1000001 | 110001 |
Color Harmonies of #CF812C
Complementary color
Monochromatic Colors of #CF812C
Black with #CF812C
Text Example
Text Example
White with #CF812C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF812C; }
p { color: rgb(207,129,44); }
H1.HeaderClassName
{
color: #CF812C;
}
.AnyTagClassName
{
color: #CF812C;
}
</style>
background-color css
<style>
a { background-color: #CF812C; }
a { background-color: rgb(207,129,44); }
div.DivClassName
{
background-color: #CF812C;
}
.BgClassName
{
background-color: #CF812C;
}
</style>
border-color css
<style>
span { border-color: #CF812C; }
span { border-color: rgb(207,129,44); }
td.TdClassName
{
border-color: #CF812C;
}
.TagClassName
{
border-color: #CF812C;
}
</style>