Shades of Dixie #CF8326
Tints of Dixie #CF8326
RGB
CMYK
RGB Variations
Color information
#CF8326 (or 0xCF8326) is known color: Dixie. HEX triplet: CF, 83 and 26. RGB value is (207,131,38). Sum of RGB (Red+Green+Blue) = 207+131+38=376 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.05% from 376); Green value is 131 (51.56% from 255 or 34.84% from 376); Blue value is 38 (15.23% from 255 or 10.11% from 376); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8326 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8326 is #307CD9. Grayscale: #8F8F8F. Windows color (decimal): -3177690 or 2524111. OLE color: 2524111.
HSL color Cylindrical-coordinate representation of color #CF8326: hue angle of 33.02º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CF8326 is Cyan = 0, Magento = 0.37, Yellow = 0.82 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 131 | 38 | - |
| CMYK | 0 | 0.37 | 0.82 | 0.19 |
| HSL | 33.02º | 0.69% | 0.48% | - |
| HSV(B) | 33.02º | 0.82% | 0.81% | - |
| XYZ | 34.2 | 29.64 | 5.75 | - |
| YUV | 143.12 | 68.68 | 173.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 131 | 38 | 0 | 0.37 | 0.82 | 0.19 | 33.02 | 0.69 | 0.48 |
| Hex | CF | 83 | 26 | 0 | 25 | 52 | 13 | 21 | 45 | 30 |
| Octal | 317 | 203 | 46 | 0 | 45 | 122 | 23 | 41 | 105 | 60 |
| Binary | 11001111 | 10000011 | 100110 | 0 | 100101 | 1010010 | 10011 | 100001 | 1000101 | 110000 |
Color Harmonies of #CF8326
Complementary color
Monochromatic Colors of #CF8326
Black with #CF8326
Text Example
Text Example
White with #CF8326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8326; }
p { color: rgb(207,131,38); }
H1.HeaderClassName
{
color: #CF8326;
}
.AnyTagClassName
{
color: #CF8326;
}
</style>
background-color css
<style>
a { background-color: #CF8326; }
a { background-color: rgb(207,131,38); }
div.DivClassName
{
background-color: #CF8326;
}
.BgClassName
{
background-color: #CF8326;
}
</style>
border-color css
<style>
span { border-color: #CF8326; }
span { border-color: rgb(207,131,38); }
td.TdClassName
{
border-color: #CF8326;
}
.TagClassName
{
border-color: #CF8326;
}
</style>