Shades of Ochre #CF7D0F
Tints of Ochre #CF7D0F
RGB
CMYK
RGB Variations
Color information
#CF7D0F (or 0xCF7D0F) is known color: Ochre. HEX triplet: CF, 7D and 0F. RGB value is (207,125,15). Sum of RGB (Red+Green+Blue) = 207+125+15=347 (45% of max value = 765). Red value is 207 (81.25% from 255 or 59.65% from 347); Green value is 125 (49.22% from 255 or 36.02% from 347); Blue value is 15 (6.25% from 255 or 4.32% from 347); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7D0F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF7D0F is #3082F0. Grayscale: #898989. Windows color (decimal): -3179249 or 1015247. OLE color: 1015247.
HSL color Cylindrical-coordinate representation of color #CF7D0F: hue angle of 34.38º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CF7D0F is Cyan = 0, Magento = 0.40, Yellow = 0.93 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 125 | 15 | - |
| CMYK | 0 | 0.40 | 0.93 | 0.19 |
| HSL | 34.38º | 0.86% | 0.44% | - |
| HSV(B) | 34.38º | 0.93% | 0.81% | - |
| XYZ | 33.15 | 27.97 | 4.1 | - |
| YUV | 136.98 | 59.17 | 177.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 125 | 15 | 0 | 0.40 | 0.93 | 0.19 | 34.38 | 0.86 | 0.44 |
| Hex | CF | 7D | F | 0 | 28 | 5D | 13 | 22 | 56 | 2C |
| Octal | 317 | 175 | 17 | 0 | 50 | 135 | 23 | 42 | 126 | 54 |
| Binary | 11001111 | 1111101 | 1111 | 0 | 101000 | 1011101 | 10011 | 100010 | 1010110 | 101100 |
Color Harmonies of #CF7D0F
Complementary color
Monochromatic Colors of #CF7D0F
Black with #CF7D0F
Text Example
Text Example
White with #CF7D0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7D0F; }
p { color: rgb(207,125,15); }
H1.HeaderClassName
{
color: #CF7D0F;
}
.AnyTagClassName
{
color: #CF7D0F;
}
</style>
background-color css
<style>
a { background-color: #CF7D0F; }
a { background-color: rgb(207,125,15); }
div.DivClassName
{
background-color: #CF7D0F;
}
.BgClassName
{
background-color: #CF7D0F;
}
</style>
border-color css
<style>
span { border-color: #CF7D0F; }
span { border-color: rgb(207,125,15); }
td.TdClassName
{
border-color: #CF7D0F;
}
.TagClassName
{
border-color: #CF7D0F;
}
</style>