Shades of Ochre #CC8421
Tints of Ochre #CC8421
RGB
CMYK
RGB Variations
Color information
#CC8421 (or 0xCC8421) is known color: Ochre. HEX triplet: CC, 84 and 21. RGB value is (204,132,33). Sum of RGB (Red+Green+Blue) = 204+132+33=369 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.28% from 369); Green value is 132 (51.95% from 255 or 35.77% from 369); Blue value is 33 (13.28% from 255 or 8.94% from 369); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8421 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC8421 is #337BDE. Grayscale: #8E8E8E. Windows color (decimal): -3374047 or 2196684. OLE color: 2196684.
HSL color Cylindrical-coordinate representation of color #CC8421: hue angle of 34.74º 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 #CC8421 is Cyan = 0, Magento = 0.35, Yellow = 0.84 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 132 | 33 | - |
| CMYK | 0 | 0.35 | 0.84 | 0.2 |
| HSL | 34.74º | 0.72% | 0.46% | - |
| HSV(B) | 34.74º | 0.84% | 0.8% | - |
| XYZ | 33.43 | 29.45 | 5.36 | - |
| YUV | 142.24 | 66.35 | 172.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 132 | 33 | 0 | 0.35 | 0.84 | 0.2 | 34.74 | 0.72 | 0.46 |
| Hex | CC | 84 | 21 | 0 | 23 | 54 | 14 | 23 | 48 | 2E |
| Octal | 314 | 204 | 41 | 0 | 43 | 124 | 24 | 43 | 110 | 56 |
| Binary | 11001100 | 10000100 | 100001 | 0 | 100011 | 1010100 | 10100 | 100011 | 1001000 | 101110 |
Color Harmonies of #CC8421
Complementary color
Monochromatic Colors of #CC8421
Black with #CC8421
Text Example
Text Example
White with #CC8421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8421; }
p { color: rgb(204,132,33); }
H1.HeaderClassName
{
color: #CC8421;
}
.AnyTagClassName
{
color: #CC8421;
}
</style>
background-color css
<style>
a { background-color: #CC8421; }
a { background-color: rgb(204,132,33); }
div.DivClassName
{
background-color: #CC8421;
}
.BgClassName
{
background-color: #CC8421;
}
</style>
border-color css
<style>
span { border-color: #CC8421; }
span { border-color: rgb(204,132,33); }
td.TdClassName
{
border-color: #CC8421;
}
.TagClassName
{
border-color: #CC8421;
}
</style>