Shades of Ochre #CF7021
Tints of Ochre #CF7021
RGB
CMYK
RGB Variations
Color information
#CF7021 (or 0xCF7021) is known color: Ochre. HEX triplet: CF, 70 and 21. RGB value is (207,112,33). Sum of RGB (Red+Green+Blue) = 207+112+33=352 (46% of max value = 765). Red value is 207 (81.25% from 255 or 58.81% from 352); Green value is 112 (44.14% from 255 or 31.82% from 352); Blue value is 33 (13.28% from 255 or 9.38% from 352); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7021 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF7021 is #308FDE. Grayscale: #838383. Windows color (decimal): -3182559 or 2191567. OLE color: 2191567.
HSL color Cylindrical-coordinate representation of color #CF7021: hue angle of 27.24º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CF7021 is Cyan = 0, Magento = 0.46, Yellow = 0.84 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 112 | 33 | - |
| CMYK | 0 | 0.46 | 0.84 | 0.19 |
| HSL | 27.24º | 0.73% | 0.47% | - |
| HSV(B) | 27.24º | 0.84% | 0.81% | - |
| XYZ | 31.8 | 24.96 | 4.58 | - |
| YUV | 131.4 | 72.47 | 181.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 112 | 33 | 0 | 0.46 | 0.84 | 0.19 | 27.24 | 0.73 | 0.47 |
| Hex | CF | 70 | 21 | 0 | 2E | 54 | 13 | 1B | 48 | 2F |
| Octal | 317 | 160 | 41 | 0 | 56 | 124 | 23 | 33 | 110 | 57 |
| Binary | 11001111 | 1110000 | 100001 | 0 | 101110 | 1010100 | 10011 | 11011 | 1001000 | 101111 |
Color Harmonies of #CF7021
Complementary color
Monochromatic Colors of #CF7021
Black with #CF7021
Text Example
Text Example
White with #CF7021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7021; }
p { color: rgb(207,112,33); }
H1.HeaderClassName
{
color: #CF7021;
}
.AnyTagClassName
{
color: #CF7021;
}
</style>
background-color css
<style>
a { background-color: #CF7021; }
a { background-color: rgb(207,112,33); }
div.DivClassName
{
background-color: #CF7021;
}
.BgClassName
{
background-color: #CF7021;
}
</style>
border-color css
<style>
span { border-color: #CF7021; }
span { border-color: rgb(207,112,33); }
td.TdClassName
{
border-color: #CF7021;
}
.TagClassName
{
border-color: #CF7021;
}
</style>