Shades of Ochre #CC8014
Tints of Ochre #CC8014
RGB
CMYK
RGB Variations
Color information
#CC8014 (or 0xCC8014) is known color: Ochre. HEX triplet: CC, 80 and 14. RGB value is (204,128,20). Sum of RGB (Red+Green+Blue) = 204+128+20=352 (46% of max value = 765). Red value is 204 (80.08% from 255 or 57.95% from 352); Green value is 128 (50.39% from 255 or 36.36% from 352); Blue value is 20 (8.20% from 255 or 5.68% from 352); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8014 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC8014 is #337FEB. Grayscale: #8A8A8A. Windows color (decimal): -3375084 or 1343692. OLE color: 1343692.
HSL color Cylindrical-coordinate representation of color #CC8014: hue angle of 35.22º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CC8014 is Cyan = 0, Magento = 0.37, Yellow = 0.90 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 128 | 20 | - |
| CMYK | 0 | 0.37 | 0.90 | 0.2 |
| HSL | 35.22º | 0.82% | 0.44% | - |
| HSV(B) | 35.22º | 0.9% | 0.8% | - |
| XYZ | 32.75 | 28.33 | 4.4 | - |
| YUV | 138.41 | 61.18 | 174.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 128 | 20 | 0 | 0.37 | 0.90 | 0.2 | 35.22 | 0.82 | 0.44 |
| Hex | CC | 80 | 14 | 0 | 25 | 5A | 14 | 23 | 52 | 2C |
| Octal | 314 | 200 | 24 | 0 | 45 | 132 | 24 | 43 | 122 | 54 |
| Binary | 11001100 | 10000000 | 10100 | 0 | 100101 | 1011010 | 10100 | 100011 | 1010010 | 101100 |
Color Harmonies of #CC8014
Complementary color
Monochromatic Colors of #CC8014
Black with #CC8014
Text Example
Text Example
White with #CC8014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8014; }
p { color: rgb(204,128,20); }
H1.HeaderClassName
{
color: #CC8014;
}
.AnyTagClassName
{
color: #CC8014;
}
</style>
background-color css
<style>
a { background-color: #CC8014; }
a { background-color: rgb(204,128,20); }
div.DivClassName
{
background-color: #CC8014;
}
.BgClassName
{
background-color: #CC8014;
}
</style>
border-color css
<style>
span { border-color: #CC8014; }
span { border-color: rgb(204,128,20); }
td.TdClassName
{
border-color: #CC8014;
}
.TagClassName
{
border-color: #CC8014;
}
</style>