Shades of Ochre #CF7214
Tints of Ochre #CF7214
RGB
CMYK
RGB Variations
Color information
#CF7214 (or 0xCF7214) is known color: Ochre. HEX triplet: CF, 72 and 14. RGB value is (207,114,20). Sum of RGB (Red+Green+Blue) = 207+114+20=341 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60.70% from 341); Green value is 114 (44.92% from 255 or 33.43% from 341); Blue value is 20 (8.20% from 255 or 5.87% from 341); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7214 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF7214 is #308DEB. Grayscale: #838383. Windows color (decimal): -3182060 or 1340111. OLE color: 1340111.
HSL color Cylindrical-coordinate representation of color #CF7214: hue angle of 30.16º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CF7214 is Cyan = 0, Magento = 0.45, Yellow = 0.90 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 114 | 20 | - |
| CMYK | 0 | 0.45 | 0.90 | 0.19 |
| HSL | 30.16º | 0.82% | 0.45% | - |
| HSV(B) | 30.16º | 0.9% | 0.81% | - |
| XYZ | 31.88 | 25.35 | 3.87 | - |
| YUV | 131.09 | 65.31 | 182.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 114 | 20 | 0 | 0.45 | 0.90 | 0.19 | 30.16 | 0.82 | 0.45 |
| Hex | CF | 72 | 14 | 0 | 2D | 5A | 13 | 1E | 52 | 2D |
| Octal | 317 | 162 | 24 | 0 | 55 | 132 | 23 | 36 | 122 | 55 |
| Binary | 11001111 | 1110010 | 10100 | 0 | 101101 | 1011010 | 10011 | 11110 | 1010010 | 101101 |
Color Harmonies of #CF7214
Complementary color
Monochromatic Colors of #CF7214
Black with #CF7214
Text Example
Text Example
White with #CF7214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7214; }
p { color: rgb(207,114,20); }
H1.HeaderClassName
{
color: #CF7214;
}
.AnyTagClassName
{
color: #CF7214;
}
</style>
background-color css
<style>
a { background-color: #CF7214; }
a { background-color: rgb(207,114,20); }
div.DivClassName
{
background-color: #CF7214;
}
.BgClassName
{
background-color: #CF7214;
}
</style>
border-color css
<style>
span { border-color: #CF7214; }
span { border-color: rgb(207,114,20); }
td.TdClassName
{
border-color: #CF7214;
}
.TagClassName
{
border-color: #CF7214;
}
</style>