Shades of Ochre #CF8214
Tints of Ochre #CF8214
RGB
CMYK
RGB Variations
Color information
#CF8214 (or 0xCF8214) is known color: Ochre. HEX triplet: CF, 82 and 14. RGB value is (207,130,20). Sum of RGB (Red+Green+Blue) = 207+130+20=357 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.98% from 357); Green value is 130 (51.17% from 255 or 36.41% from 357); Blue value is 20 (8.20% from 255 or 5.60% from 357); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8214 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF8214 is #307DEB. Grayscale: #8D8D8D. Windows color (decimal): -3177964 or 1344207. OLE color: 1344207.
HSL color Cylindrical-coordinate representation of color #CF8214: hue angle of 35.29º 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 #CF8214 is Cyan = 0, Magento = 0.37, Yellow = 0.90 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 130 | 20 | - |
| CMYK | 0 | 0.37 | 0.90 | 0.19 |
| HSL | 35.29º | 0.82% | 0.45% | - |
| HSV(B) | 35.29º | 0.9% | 0.81% | - |
| XYZ | 33.84 | 29.28 | 4.53 | - |
| YUV | 140.48 | 60.01 | 175.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 130 | 20 | 0 | 0.37 | 0.90 | 0.19 | 35.29 | 0.82 | 0.45 |
| Hex | CF | 82 | 14 | 0 | 25 | 5A | 13 | 23 | 52 | 2D |
| Octal | 317 | 202 | 24 | 0 | 45 | 132 | 23 | 43 | 122 | 55 |
| Binary | 11001111 | 10000010 | 10100 | 0 | 100101 | 1011010 | 10011 | 100011 | 1010010 | 101101 |
Color Harmonies of #CF8214
Complementary color
Monochromatic Colors of #CF8214
Black with #CF8214
Text Example
Text Example
White with #CF8214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8214; }
p { color: rgb(207,130,20); }
H1.HeaderClassName
{
color: #CF8214;
}
.AnyTagClassName
{
color: #CF8214;
}
</style>
background-color css
<style>
a { background-color: #CF8214; }
a { background-color: rgb(207,130,20); }
div.DivClassName
{
background-color: #CF8214;
}
.BgClassName
{
background-color: #CF8214;
}
</style>
border-color css
<style>
span { border-color: #CF8214; }
span { border-color: rgb(207,130,20); }
td.TdClassName
{
border-color: #CF8214;
}
.TagClassName
{
border-color: #CF8214;
}
</style>