Shades of Ochre #CF8414
Tints of Ochre #CF8414
RGB
CMYK
RGB Variations
Color information
#CF8414 (or 0xCF8414) is known color: Ochre. HEX triplet: CF, 84 and 14. RGB value is (207,132,20). Sum of RGB (Red+Green+Blue) = 207+132+20=359 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.66% from 359); Green value is 132 (51.95% from 255 or 36.77% from 359); Blue value is 20 (8.20% from 255 or 5.57% from 359); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8414 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF8414 is #307BEB. Grayscale: #8E8E8E. Windows color (decimal): -3177452 or 1344719. OLE color: 1344719.
HSL color Cylindrical-coordinate representation of color #CF8414: hue angle of 35.94º 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 #CF8414 is Cyan = 0, Magento = 0.36, Yellow = 0.90 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 132 | 20 | - |
| CMYK | 0 | 0.36 | 0.90 | 0.19 |
| HSL | 35.94º | 0.82% | 0.45% | - |
| HSV(B) | 35.94º | 0.9% | 0.81% | - |
| XYZ | 34.11 | 29.82 | 4.62 | - |
| YUV | 141.66 | 59.35 | 174.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 132 | 20 | 0 | 0.36 | 0.90 | 0.19 | 35.94 | 0.82 | 0.45 |
| Hex | CF | 84 | 14 | 0 | 24 | 5A | 13 | 24 | 52 | 2D |
| Octal | 317 | 204 | 24 | 0 | 44 | 132 | 23 | 44 | 122 | 55 |
| Binary | 11001111 | 10000100 | 10100 | 0 | 100100 | 1011010 | 10011 | 100100 | 1010010 | 101101 |
Color Harmonies of #CF8414
Complementary color
Monochromatic Colors of #CF8414
Black with #CF8414
Text Example
Text Example
White with #CF8414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8414; }
p { color: rgb(207,132,20); }
H1.HeaderClassName
{
color: #CF8414;
}
.AnyTagClassName
{
color: #CF8414;
}
</style>
background-color css
<style>
a { background-color: #CF8414; }
a { background-color: rgb(207,132,20); }
div.DivClassName
{
background-color: #CF8414;
}
.BgClassName
{
background-color: #CF8414;
}
</style>
border-color css
<style>
span { border-color: #CF8414; }
span { border-color: rgb(207,132,20); }
td.TdClassName
{
border-color: #CF8414;
}
.TagClassName
{
border-color: #CF8414;
}
</style>