Shades of Ochre #CF7A0D
Tints of Ochre #CF7A0D
RGB
CMYK
RGB Variations
Color information
#CF7A0D (or 0xCF7A0D) is known color: Ochre. HEX triplet: CF, 7A and 0D. RGB value is (207,122,13). Sum of RGB (Red+Green+Blue) = 207+122+13=342 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60.53% from 342); Green value is 122 (48.05% from 255 or 35.67% from 342); Blue value is 13 (5.47% from 255 or 3.80% from 342); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7A0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF7A0D is #3085F2. Grayscale: #878787. Windows color (decimal): -3180019 or 883407. OLE color: 883407.
HSL color Cylindrical-coordinate representation of color #CF7A0D: hue angle of 33.71º 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 #CF7A0D is Cyan = 0, Magento = 0.41, Yellow = 0.94 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 122 | 13 | - |
| CMYK | 0 | 0.41 | 0.94 | 0.19 |
| HSL | 33.71º | 0.88% | 0.43% | - |
| HSV(B) | 33.71º | 0.94% | 0.81% | - |
| XYZ | 32.76 | 27.21 | 3.91 | - |
| YUV | 134.99 | 59.16 | 179.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 122 | 13 | 0 | 0.41 | 0.94 | 0.19 | 33.71 | 0.88 | 0.43 |
| Hex | CF | 7A | D | 0 | 29 | 5E | 13 | 22 | 58 | 2B |
| Octal | 317 | 172 | 15 | 0 | 51 | 136 | 23 | 42 | 130 | 53 |
| Binary | 11001111 | 1111010 | 1101 | 0 | 101001 | 1011110 | 10011 | 100010 | 1011000 | 101011 |
Color Harmonies of #CF7A0D
Complementary color
Monochromatic Colors of #CF7A0D
Black with #CF7A0D
Text Example
Text Example
White with #CF7A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7A0D; }
p { color: rgb(207,122,13); }
H1.HeaderClassName
{
color: #CF7A0D;
}
.AnyTagClassName
{
color: #CF7A0D;
}
</style>
background-color css
<style>
a { background-color: #CF7A0D; }
a { background-color: rgb(207,122,13); }
div.DivClassName
{
background-color: #CF7A0D;
}
.BgClassName
{
background-color: #CF7A0D;
}
</style>
border-color css
<style>
span { border-color: #CF7A0D; }
span { border-color: rgb(207,122,13); }
td.TdClassName
{
border-color: #CF7A0D;
}
.TagClassName
{
border-color: #CF7A0D;
}
</style>