Shades of Dixie #CF892F
Tints of Dixie #CF892F
RGB
CMYK
RGB Variations
Color information
#CF892F (or 0xCF892F) is known color: Dixie. HEX triplet: CF, 89 and 2F. RGB value is (207,137,47). Sum of RGB (Red+Green+Blue) = 207+137+47=391 (51% of max value = 765). Red value is 207 (81.25% from 255 or 52.94% from 391); Green value is 137 (53.91% from 255 or 35.04% from 391); Blue value is 47 (18.75% from 255 or 12.02% from 391); Max value from RGB is 207 - color contains mainly: red. Hex color #CF892F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF892F is #3076D0. Grayscale: #949494. Windows color (decimal): -3176145 or 3115471. OLE color: 3115471.
HSL color Cylindrical-coordinate representation of color #CF892F: hue angle of 33.75º degrees, saturation: 0.63, 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 #CF892F is Cyan = 0, Magento = 0.34, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 137 | 47 | - |
| CMYK | 0 | 0.34 | 0.77 | 0.19 |
| HSL | 33.75º | 0.63% | 0.5% | - |
| HSV(B) | 33.75º | 0.77% | 0.81% | - |
| XYZ | 35.19 | 31.36 | 6.89 | - |
| YUV | 147.67 | 71.19 | 170.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 137 | 47 | 0 | 0.34 | 0.77 | 0.19 | 33.75 | 0.63 | 0.5 |
| Hex | CF | 89 | 2F | 0 | 22 | 4D | 13 | 22 | 3F | 32 |
| Octal | 317 | 211 | 57 | 0 | 42 | 115 | 23 | 42 | 77 | 62 |
| Binary | 11001111 | 10001001 | 101111 | 0 | 100010 | 1001101 | 10011 | 100010 | 111111 | 110010 |
Color Harmonies of #CF892F
Complementary color
Monochromatic Colors of #CF892F
Black with #CF892F
Text Example
Text Example
White with #CF892F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF892F; }
p { color: rgb(207,137,47); }
H1.HeaderClassName
{
color: #CF892F;
}
.AnyTagClassName
{
color: #CF892F;
}
</style>
background-color css
<style>
a { background-color: #CF892F; }
a { background-color: rgb(207,137,47); }
div.DivClassName
{
background-color: #CF892F;
}
.BgClassName
{
background-color: #CF892F;
}
</style>
border-color css
<style>
span { border-color: #CF892F; }
span { border-color: rgb(207,137,47); }
td.TdClassName
{
border-color: #CF892F;
}
.TagClassName
{
border-color: #CF892F;
}
</style>