Shades of Dixie #CF8426
Tints of Dixie #CF8426
RGB
CMYK
RGB Variations
Color information
#CF8426 (or 0xCF8426) is known color: Dixie. HEX triplet: CF, 84 and 26. RGB value is (207,132,38). Sum of RGB (Red+Green+Blue) = 207+132+38=377 (49% of max value = 765). Red value is 207 (81.25% from 255 or 54.91% from 377); Green value is 132 (51.95% from 255 or 35.01% from 377); Blue value is 38 (15.23% from 255 or 10.08% from 377); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8426 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8426 is #307BD9. Grayscale: #909090. Windows color (decimal): -3177434 or 2524367. OLE color: 2524367.
HSL color Cylindrical-coordinate representation of color #CF8426: hue angle of 33.37º 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 #CF8426 is Cyan = 0, Magento = 0.36, Yellow = 0.82 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 132 | 38 | - |
| CMYK | 0 | 0.36 | 0.82 | 0.19 |
| HSL | 33.37º | 0.69% | 0.48% | - |
| HSV(B) | 33.37º | 0.82% | 0.81% | - |
| XYZ | 34.33 | 29.91 | 5.8 | - |
| YUV | 143.71 | 68.35 | 173.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 132 | 38 | 0 | 0.36 | 0.82 | 0.19 | 33.37 | 0.69 | 0.48 |
| Hex | CF | 84 | 26 | 0 | 24 | 52 | 13 | 21 | 45 | 30 |
| Octal | 317 | 204 | 46 | 0 | 44 | 122 | 23 | 41 | 105 | 60 |
| Binary | 11001111 | 10000100 | 100110 | 0 | 100100 | 1010010 | 10011 | 100001 | 1000101 | 110000 |
Color Harmonies of #CF8426
Complementary color
Monochromatic Colors of #CF8426
Black with #CF8426
Text Example
Text Example
White with #CF8426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8426; }
p { color: rgb(207,132,38); }
H1.HeaderClassName
{
color: #CF8426;
}
.AnyTagClassName
{
color: #CF8426;
}
</style>
background-color css
<style>
a { background-color: #CF8426; }
a { background-color: rgb(207,132,38); }
div.DivClassName
{
background-color: #CF8426;
}
.BgClassName
{
background-color: #CF8426;
}
</style>
border-color css
<style>
span { border-color: #CF8426; }
span { border-color: rgb(207,132,38); }
td.TdClassName
{
border-color: #CF8426;
}
.TagClassName
{
border-color: #CF8426;
}
</style>