Shades of Ochre #CF7911
Tints of Ochre #CF7911
RGB
CMYK
RGB Variations
Color information
#CF7911 (or 0xCF7911) is known color: Ochre. HEX triplet: CF, 79 and 11. RGB value is (207,121,17). Sum of RGB (Red+Green+Blue) = 207+121+17=345 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60% from 345); Green value is 121 (47.66% from 255 or 35.07% from 345); Blue value is 17 (7.03% from 255 or 4.93% from 345); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7911 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF7911 is #3086EE. Grayscale: #878787. Windows color (decimal): -3180271 or 1145295. OLE color: 1145295.
HSL color Cylindrical-coordinate representation of color #CF7911: hue angle of 32.84º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CF7911 is Cyan = 0, Magento = 0.42, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 121 | 17 | - |
| CMYK | 0 | 0.42 | 0.92 | 0.19 |
| HSL | 32.84º | 0.85% | 0.44% | - |
| HSV(B) | 32.84º | 0.92% | 0.81% | - |
| XYZ | 32.67 | 26.98 | 4.02 | - |
| YUV | 134.86 | 61.49 | 179.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 121 | 17 | 0 | 0.42 | 0.92 | 0.19 | 32.84 | 0.85 | 0.44 |
| Hex | CF | 79 | 11 | 0 | 2A | 5C | 13 | 21 | 55 | 2C |
| Octal | 317 | 171 | 21 | 0 | 52 | 134 | 23 | 41 | 125 | 54 |
| Binary | 11001111 | 1111001 | 10001 | 0 | 101010 | 1011100 | 10011 | 100001 | 1010101 | 101100 |
Color Harmonies of #CF7911
Complementary color
Monochromatic Colors of #CF7911
Black with #CF7911
Text Example
Text Example
White with #CF7911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7911; }
p { color: rgb(207,121,17); }
H1.HeaderClassName
{
color: #CF7911;
}
.AnyTagClassName
{
color: #CF7911;
}
</style>
background-color css
<style>
a { background-color: #CF7911; }
a { background-color: rgb(207,121,17); }
div.DivClassName
{
background-color: #CF7911;
}
.BgClassName
{
background-color: #CF7911;
}
</style>
border-color css
<style>
span { border-color: #CF7911; }
span { border-color: rgb(207,121,17); }
td.TdClassName
{
border-color: #CF7911;
}
.TagClassName
{
border-color: #CF7911;
}
</style>