Shades of Ochre #CF8411
Tints of Ochre #CF8411
RGB
CMYK
RGB Variations
Color information
#CF8411 (or 0xCF8411) is known color: Ochre. HEX triplet: CF, 84 and 11. RGB value is (207,132,17). Sum of RGB (Red+Green+Blue) = 207+132+17=356 (47% of max value = 765). Red value is 207 (81.25% from 255 or 58.15% from 356); Green value is 132 (51.95% from 255 or 37.08% from 356); Blue value is 17 (7.03% from 255 or 4.78% from 356); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8411 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF8411 is #307BEE. Grayscale: #8D8D8D. Windows color (decimal): -3177455 or 1148111. OLE color: 1148111.
HSL color Cylindrical-coordinate representation of color #CF8411: hue angle of 36.32º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CF8411 is Cyan = 0, Magento = 0.36, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 132 | 17 | - |
| CMYK | 0 | 0.36 | 0.92 | 0.19 |
| HSL | 36.32º | 0.85% | 0.44% | - |
| HSV(B) | 36.32º | 0.92% | 0.81% | - |
| XYZ | 34.08 | 29.81 | 4.49 | - |
| YUV | 141.32 | 57.85 | 174.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 132 | 17 | 0 | 0.36 | 0.92 | 0.19 | 36.32 | 0.85 | 0.44 |
| Hex | CF | 84 | 11 | 0 | 24 | 5C | 13 | 24 | 55 | 2C |
| Octal | 317 | 204 | 21 | 0 | 44 | 134 | 23 | 44 | 125 | 54 |
| Binary | 11001111 | 10000100 | 10001 | 0 | 100100 | 1011100 | 10011 | 100100 | 1010101 | 101100 |
Color Harmonies of #CF8411
Complementary color
Monochromatic Colors of #CF8411
Black with #CF8411
Text Example
Text Example
White with #CF8411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8411; }
p { color: rgb(207,132,17); }
H1.HeaderClassName
{
color: #CF8411;
}
.AnyTagClassName
{
color: #CF8411;
}
</style>
background-color css
<style>
a { background-color: #CF8411; }
a { background-color: rgb(207,132,17); }
div.DivClassName
{
background-color: #CF8411;
}
.BgClassName
{
background-color: #CF8411;
}
</style>
border-color css
<style>
span { border-color: #CF8411; }
span { border-color: rgb(207,132,17); }
td.TdClassName
{
border-color: #CF8411;
}
.TagClassName
{
border-color: #CF8411;
}
</style>