Shades of Ochre #CC8021
Tints of Ochre #CC8021
RGB
CMYK
RGB Variations
Color information
#CC8021 (or 0xCC8021) is known color: Ochre. HEX triplet: CC, 80 and 21. RGB value is (204,128,33). Sum of RGB (Red+Green+Blue) = 204+128+33=365 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.89% from 365); Green value is 128 (50.39% from 255 or 35.07% from 365); Blue value is 33 (13.28% from 255 or 9.04% from 365); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8021 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC8021 is #337FDE. Grayscale: #8C8C8C. Windows color (decimal): -3375071 or 2195660. OLE color: 2195660.
HSL color Cylindrical-coordinate representation of color #CC8021: hue angle of 33.33º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CC8021 is Cyan = 0, Magento = 0.37, Yellow = 0.84 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 128 | 33 | - |
| CMYK | 0 | 0.37 | 0.84 | 0.2 |
| HSL | 33.33º | 0.72% | 0.46% | - |
| HSV(B) | 33.33º | 0.84% | 0.8% | - |
| XYZ | 32.9 | 28.39 | 5.18 | - |
| YUV | 139.89 | 67.68 | 173.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 128 | 33 | 0 | 0.37 | 0.84 | 0.2 | 33.33 | 0.72 | 0.46 |
| Hex | CC | 80 | 21 | 0 | 25 | 54 | 14 | 21 | 48 | 2E |
| Octal | 314 | 200 | 41 | 0 | 45 | 124 | 24 | 41 | 110 | 56 |
| Binary | 11001100 | 10000000 | 100001 | 0 | 100101 | 1010100 | 10100 | 100001 | 1001000 | 101110 |
Color Harmonies of #CC8021
Complementary color
Monochromatic Colors of #CC8021
Black with #CC8021
Text Example
Text Example
White with #CC8021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8021; }
p { color: rgb(204,128,33); }
H1.HeaderClassName
{
color: #CC8021;
}
.AnyTagClassName
{
color: #CC8021;
}
</style>
background-color css
<style>
a { background-color: #CC8021; }
a { background-color: rgb(204,128,33); }
div.DivClassName
{
background-color: #CC8021;
}
.BgClassName
{
background-color: #CC8021;
}
</style>
border-color css
<style>
span { border-color: #CC8021; }
span { border-color: rgb(204,128,33); }
td.TdClassName
{
border-color: #CC8021;
}
.TagClassName
{
border-color: #CC8021;
}
</style>