Shades of Dixie #CF8430
Tints of Dixie #CF8430
RGB
CMYK
RGB Variations
Color information
#CF8430 (or 0xCF8430) is known color: Dixie. HEX triplet: CF, 84 and 30. RGB value is (207,132,48). Sum of RGB (Red+Green+Blue) = 207+132+48=387 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.49% from 387); Green value is 132 (51.95% from 255 or 34.11% from 387); Blue value is 48 (19.14% from 255 or 12.40% from 387); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8430 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8430 is #307BCF. Grayscale: #919191. Windows color (decimal): -3177424 or 3179727. OLE color: 3179727.
HSL color Cylindrical-coordinate representation of color #CF8430: hue angle of 31.7º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CF8430 is Cyan = 0, Magento = 0.36, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 132 | 48 | - |
| CMYK | 0 | 0.36 | 0.77 | 0.19 |
| HSL | 31.7º | 0.62% | 0.5% | - |
| HSV(B) | 31.7º | 0.77% | 0.81% | - |
| XYZ | 34.52 | 29.98 | 6.76 | - |
| YUV | 144.85 | 73.35 | 172.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 132 | 48 | 0 | 0.36 | 0.77 | 0.19 | 31.7 | 0.62 | 0.5 |
| Hex | CF | 84 | 30 | 0 | 24 | 4D | 13 | 20 | 3E | 32 |
| Octal | 317 | 204 | 60 | 0 | 44 | 115 | 23 | 40 | 76 | 62 |
| Binary | 11001111 | 10000100 | 110000 | 0 | 100100 | 1001101 | 10011 | 100000 | 111110 | 110010 |
Color Harmonies of #CF8430
Complementary color
Monochromatic Colors of #CF8430
Black with #CF8430
Text Example
Text Example
White with #CF8430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8430; }
p { color: rgb(207,132,48); }
H1.HeaderClassName
{
color: #CF8430;
}
.AnyTagClassName
{
color: #CF8430;
}
</style>
background-color css
<style>
a { background-color: #CF8430; }
a { background-color: rgb(207,132,48); }
div.DivClassName
{
background-color: #CF8430;
}
.BgClassName
{
background-color: #CF8430;
}
</style>
border-color css
<style>
span { border-color: #CF8430; }
span { border-color: rgb(207,132,48); }
td.TdClassName
{
border-color: #CF8430;
}
.TagClassName
{
border-color: #CF8430;
}
</style>