Shades of Ochre #CF8516
Tints of Ochre #CF8516
RGB
CMYK
RGB Variations
Color information
#CF8516 (or 0xCF8516) is known color: Ochre. HEX triplet: CF, 85 and 16. RGB value is (207,133,22). Sum of RGB (Red+Green+Blue) = 207+133+22=362 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.18% from 362); Green value is 133 (52.34% from 255 or 36.74% from 362); Blue value is 22 (8.98% from 255 or 6.08% from 362); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8516 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF8516 is #307AE9. Grayscale: #8E8E8E. Windows color (decimal): -3177194 or 1476047. OLE color: 1476047.
HSL color Cylindrical-coordinate representation of color #CF8516: hue angle of 36º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CF8516 is Cyan = 0, Magento = 0.36, Yellow = 0.89 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 133 | 22 | - |
| CMYK | 0 | 0.36 | 0.89 | 0.19 |
| HSL | 36º | 0.81% | 0.45% | - |
| HSV(B) | 36º | 0.89% | 0.81% | - |
| XYZ | 34.26 | 30.1 | 4.76 | - |
| YUV | 142.47 | 60.02 | 174.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 133 | 22 | 0 | 0.36 | 0.89 | 0.19 | 36 | 0.81 | 0.45 |
| Hex | CF | 85 | 16 | 0 | 24 | 59 | 13 | 24 | 51 | 2D |
| Octal | 317 | 205 | 26 | 0 | 44 | 131 | 23 | 44 | 121 | 55 |
| Binary | 11001111 | 10000101 | 10110 | 0 | 100100 | 1011001 | 10011 | 100100 | 1010001 | 101101 |
Color Harmonies of #CF8516
Complementary color
Monochromatic Colors of #CF8516
Black with #CF8516
Text Example
Text Example
White with #CF8516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8516; }
p { color: rgb(207,133,22); }
H1.HeaderClassName
{
color: #CF8516;
}
.AnyTagClassName
{
color: #CF8516;
}
</style>
background-color css
<style>
a { background-color: #CF8516; }
a { background-color: rgb(207,133,22); }
div.DivClassName
{
background-color: #CF8516;
}
.BgClassName
{
background-color: #CF8516;
}
</style>
border-color css
<style>
span { border-color: #CF8516; }
span { border-color: rgb(207,133,22); }
td.TdClassName
{
border-color: #CF8516;
}
.TagClassName
{
border-color: #CF8516;
}
</style>