Shades of Ochre #CF8014
Tints of Ochre #CF8014
RGB
CMYK
RGB Variations
Color information
#CF8014 (or 0xCF8014) is known color: Ochre. HEX triplet: CF, 80 and 14. RGB value is (207,128,20). Sum of RGB (Red+Green+Blue) = 207+128+20=355 (47% of max value = 765). Red value is 207 (81.25% from 255 or 58.31% from 355); Green value is 128 (50.39% from 255 or 36.06% from 355); Blue value is 20 (8.20% from 255 or 5.63% from 355); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8014 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF8014 is #307FEB. Grayscale: #8B8B8B. Windows color (decimal): -3178476 or 1343695. OLE color: 1343695.
HSL color Cylindrical-coordinate representation of color #CF8014: hue angle of 34.65º 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 #CF8014 is Cyan = 0, Magento = 0.38, Yellow = 0.90 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 128 | 20 | - |
| CMYK | 0 | 0.38 | 0.90 | 0.19 |
| HSL | 34.65º | 0.82% | 0.45% | - |
| HSV(B) | 34.65º | 0.9% | 0.81% | - |
| XYZ | 33.58 | 28.75 | 4.44 | - |
| YUV | 139.31 | 60.67 | 176.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 128 | 20 | 0 | 0.38 | 0.90 | 0.19 | 34.65 | 0.82 | 0.45 |
| Hex | CF | 80 | 14 | 0 | 26 | 5A | 13 | 23 | 52 | 2D |
| Octal | 317 | 200 | 24 | 0 | 46 | 132 | 23 | 43 | 122 | 55 |
| Binary | 11001111 | 10000000 | 10100 | 0 | 100110 | 1011010 | 10011 | 100011 | 1010010 | 101101 |
Color Harmonies of #CF8014
Complementary color
Monochromatic Colors of #CF8014
Black with #CF8014
Text Example
Text Example
White with #CF8014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8014; }
p { color: rgb(207,128,20); }
H1.HeaderClassName
{
color: #CF8014;
}
.AnyTagClassName
{
color: #CF8014;
}
</style>
background-color css
<style>
a { background-color: #CF8014; }
a { background-color: rgb(207,128,20); }
div.DivClassName
{
background-color: #CF8014;
}
.BgClassName
{
background-color: #CF8014;
}
</style>
border-color css
<style>
span { border-color: #CF8014; }
span { border-color: rgb(207,128,20); }
td.TdClassName
{
border-color: #CF8014;
}
.TagClassName
{
border-color: #CF8014;
}
</style>