Shades of Ochre #CF8013
Tints of Ochre #CF8013
RGB
CMYK
RGB Variations
Color information
#CF8013 (or 0xCF8013) is known color: Ochre. HEX triplet: CF, 80 and 13. RGB value is (207,128,19). Sum of RGB (Red+Green+Blue) = 207+128+19=354 (46% of max value = 765). Red value is 207 (81.25% from 255 or 58.47% from 354); Green value is 128 (50.39% from 255 or 36.16% from 354); Blue value is 19 (7.81% from 255 or 5.37% from 354); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8013 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF8013 is #307FEC. Grayscale: #8B8B8B. Windows color (decimal): -3178477 or 1278159. OLE color: 1278159.
HSL color Cylindrical-coordinate representation of color #CF8013: hue angle of 34.79º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CF8013 is Cyan = 0, Magento = 0.38, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 128 | 19 | - |
| CMYK | 0 | 0.38 | 0.91 | 0.19 |
| HSL | 34.79º | 0.83% | 0.44% | - |
| HSV(B) | 34.79º | 0.91% | 0.81% | - |
| XYZ | 33.57 | 28.75 | 4.4 | - |
| YUV | 139.2 | 60.17 | 176.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 128 | 19 | 0 | 0.38 | 0.91 | 0.19 | 34.79 | 0.83 | 0.44 |
| Hex | CF | 80 | 13 | 0 | 26 | 5B | 13 | 23 | 53 | 2C |
| Octal | 317 | 200 | 23 | 0 | 46 | 133 | 23 | 43 | 123 | 54 |
| Binary | 11001111 | 10000000 | 10011 | 0 | 100110 | 1011011 | 10011 | 100011 | 1010011 | 101100 |
Color Harmonies of #CF8013
Complementary color
Monochromatic Colors of #CF8013
Black with #CF8013
Text Example
Text Example
White with #CF8013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8013; }
p { color: rgb(207,128,19); }
H1.HeaderClassName
{
color: #CF8013;
}
.AnyTagClassName
{
color: #CF8013;
}
</style>
background-color css
<style>
a { background-color: #CF8013; }
a { background-color: rgb(207,128,19); }
div.DivClassName
{
background-color: #CF8013;
}
.BgClassName
{
background-color: #CF8013;
}
</style>
border-color css
<style>
span { border-color: #CF8013; }
span { border-color: rgb(207,128,19); }
td.TdClassName
{
border-color: #CF8013;
}
.TagClassName
{
border-color: #CF8013;
}
</style>