Shades of Ochre #CF8421
Tints of Ochre #CF8421
RGB
CMYK
RGB Variations
Color information
#CF8421 (or 0xCF8421) is known color: Ochre. HEX triplet: CF, 84 and 21. RGB value is (207,132,33). Sum of RGB (Red+Green+Blue) = 207+132+33=372 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.65% from 372); Green value is 132 (51.95% from 255 or 35.48% from 372); Blue value is 33 (13.28% from 255 or 8.87% from 372); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8421 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8421 is #307BDE. Grayscale: #8F8F8F. Windows color (decimal): -3177439 or 2196687. OLE color: 2196687.
HSL color Cylindrical-coordinate representation of color #CF8421: hue angle of 34.14º 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 #CF8421 is Cyan = 0, Magento = 0.36, Yellow = 0.84 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 132 | 33 | - |
| CMYK | 0 | 0.36 | 0.84 | 0.19 |
| HSL | 34.14º | 0.73% | 0.47% | - |
| HSV(B) | 34.14º | 0.84% | 0.81% | - |
| XYZ | 34.26 | 29.88 | 5.4 | - |
| YUV | 143.14 | 65.85 | 173.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 132 | 33 | 0 | 0.36 | 0.84 | 0.19 | 34.14 | 0.73 | 0.47 |
| Hex | CF | 84 | 21 | 0 | 24 | 54 | 13 | 22 | 48 | 2F |
| Octal | 317 | 204 | 41 | 0 | 44 | 124 | 23 | 42 | 110 | 57 |
| Binary | 11001111 | 10000100 | 100001 | 0 | 100100 | 1010100 | 10011 | 100010 | 1001000 | 101111 |
Color Harmonies of #CF8421
Complementary color
Monochromatic Colors of #CF8421
Black with #CF8421
Text Example
Text Example
White with #CF8421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8421; }
p { color: rgb(207,132,33); }
H1.HeaderClassName
{
color: #CF8421;
}
.AnyTagClassName
{
color: #CF8421;
}
</style>
background-color css
<style>
a { background-color: #CF8421; }
a { background-color: rgb(207,132,33); }
div.DivClassName
{
background-color: #CF8421;
}
.BgClassName
{
background-color: #CF8421;
}
</style>
border-color css
<style>
span { border-color: #CF8421; }
span { border-color: rgb(207,132,33); }
td.TdClassName
{
border-color: #CF8421;
}
.TagClassName
{
border-color: #CF8421;
}
</style>