Shades of Ochre #CC8514
Tints of Ochre #CC8514
RGB
CMYK
RGB Variations
Color information
#CC8514 (or 0xCC8514) is known color: Ochre. HEX triplet: CC, 85 and 14. RGB value is (204,133,20). Sum of RGB (Red+Green+Blue) = 204+133+20=357 (47% of max value = 765). Red value is 204 (80.08% from 255 or 57.14% from 357); Green value is 133 (52.34% from 255 or 37.25% from 357); Blue value is 20 (8.20% from 255 or 5.60% from 357); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8514 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC8514 is #337AEB. Grayscale: #8D8D8D. Windows color (decimal): -3373804 or 1344972. OLE color: 1344972.
HSL color Cylindrical-coordinate representation of color #CC8514: hue angle of 36.85º 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 #CC8514 is Cyan = 0, Magento = 0.35, Yellow = 0.90 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 133 | 20 | - |
| CMYK | 0 | 0.35 | 0.90 | 0.2 |
| HSL | 36.85º | 0.82% | 0.44% | - |
| HSV(B) | 36.85º | 0.9% | 0.8% | - |
| XYZ | 33.42 | 29.66 | 4.63 | - |
| YUV | 141.35 | 59.52 | 172.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 133 | 20 | 0 | 0.35 | 0.90 | 0.2 | 36.85 | 0.82 | 0.44 |
| Hex | CC | 85 | 14 | 0 | 23 | 5A | 14 | 25 | 52 | 2C |
| Octal | 314 | 205 | 24 | 0 | 43 | 132 | 24 | 45 | 122 | 54 |
| Binary | 11001100 | 10000101 | 10100 | 0 | 100011 | 1011010 | 10100 | 100101 | 1010010 | 101100 |
Color Harmonies of #CC8514
Complementary color
Monochromatic Colors of #CC8514
Black with #CC8514
Text Example
Text Example
White with #CC8514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8514; }
p { color: rgb(204,133,20); }
H1.HeaderClassName
{
color: #CC8514;
}
.AnyTagClassName
{
color: #CC8514;
}
</style>
background-color css
<style>
a { background-color: #CC8514; }
a { background-color: rgb(204,133,20); }
div.DivClassName
{
background-color: #CC8514;
}
.BgClassName
{
background-color: #CC8514;
}
</style>
border-color css
<style>
span { border-color: #CC8514; }
span { border-color: rgb(204,133,20); }
td.TdClassName
{
border-color: #CC8514;
}
.TagClassName
{
border-color: #CC8514;
}
</style>