Shades of Ochre #CF7C0D
Tints of Ochre #CF7C0D
RGB
CMYK
RGB Variations
Color information
#CF7C0D (or 0xCF7C0D) is known color: Ochre. HEX triplet: CF, 7C and 0D. RGB value is (207,124,13). Sum of RGB (Red+Green+Blue) = 207+124+13=344 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60.17% from 344); Green value is 124 (48.83% from 255 or 36.05% from 344); Blue value is 13 (5.47% from 255 or 3.78% from 344); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7C0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF7C0D is #3083F2. Grayscale: #888888. Windows color (decimal): -3179507 or 883919. OLE color: 883919.
HSL color Cylindrical-coordinate representation of color #CF7C0D: hue angle of 34.33º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CF7C0D is Cyan = 0, Magento = 0.40, Yellow = 0.94 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 124 | 13 | - |
| CMYK | 0 | 0.40 | 0.94 | 0.19 |
| HSL | 34.33º | 0.88% | 0.43% | - |
| HSV(B) | 34.33º | 0.94% | 0.81% | - |
| XYZ | 33.01 | 27.71 | 3.99 | - |
| YUV | 136.16 | 58.5 | 178.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 124 | 13 | 0 | 0.40 | 0.94 | 0.19 | 34.33 | 0.88 | 0.43 |
| Hex | CF | 7C | D | 0 | 28 | 5E | 13 | 22 | 58 | 2B |
| Octal | 317 | 174 | 15 | 0 | 50 | 136 | 23 | 42 | 130 | 53 |
| Binary | 11001111 | 1111100 | 1101 | 0 | 101000 | 1011110 | 10011 | 100010 | 1011000 | 101011 |
Color Harmonies of #CF7C0D
Complementary color
Monochromatic Colors of #CF7C0D
Black with #CF7C0D
Text Example
Text Example
White with #CF7C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7C0D; }
p { color: rgb(207,124,13); }
H1.HeaderClassName
{
color: #CF7C0D;
}
.AnyTagClassName
{
color: #CF7C0D;
}
</style>
background-color css
<style>
a { background-color: #CF7C0D; }
a { background-color: rgb(207,124,13); }
div.DivClassName
{
background-color: #CF7C0D;
}
.BgClassName
{
background-color: #CF7C0D;
}
</style>
border-color css
<style>
span { border-color: #CF7C0D; }
span { border-color: rgb(207,124,13); }
td.TdClassName
{
border-color: #CF7C0D;
}
.TagClassName
{
border-color: #CF7C0D;
}
</style>