Shades of Ochre #CC8024
Tints of Ochre #CC8024
RGB
CMYK
RGB Variations
Color information
#CC8024 (or 0xCC8024) is known color: Ochre. HEX triplet: CC, 80 and 24. RGB value is (204,128,36). Sum of RGB (Red+Green+Blue) = 204+128+36=368 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.43% from 368); Green value is 128 (50.39% from 255 or 34.78% from 368); Blue value is 36 (14.45% from 255 or 9.78% from 368); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8024 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC8024 is #337FDB. Grayscale: #8C8C8C. Windows color (decimal): -3375068 or 2392268. OLE color: 2392268.
HSL color Cylindrical-coordinate representation of color #CC8024: hue angle of 32.86º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CC8024 is Cyan = 0, Magento = 0.37, Yellow = 0.82 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 128 | 36 | - |
| CMYK | 0 | 0.37 | 0.82 | 0.2 |
| HSL | 32.86º | 0.7% | 0.47% | - |
| HSV(B) | 32.86º | 0.82% | 0.8% | - |
| XYZ | 32.94 | 28.4 | 5.42 | - |
| YUV | 140.24 | 69.18 | 173.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 128 | 36 | 0 | 0.37 | 0.82 | 0.2 | 32.86 | 0.7 | 0.47 |
| Hex | CC | 80 | 24 | 0 | 25 | 52 | 14 | 21 | 46 | 2F |
| Octal | 314 | 200 | 44 | 0 | 45 | 122 | 24 | 41 | 106 | 57 |
| Binary | 11001100 | 10000000 | 100100 | 0 | 100101 | 1010010 | 10100 | 100001 | 1000110 | 101111 |
Color Harmonies of #CC8024
Complementary color
Monochromatic Colors of #CC8024
Black with #CC8024
Text Example
Text Example
White with #CC8024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8024; }
p { color: rgb(204,128,36); }
H1.HeaderClassName
{
color: #CC8024;
}
.AnyTagClassName
{
color: #CC8024;
}
</style>
background-color css
<style>
a { background-color: #CC8024; }
a { background-color: rgb(204,128,36); }
div.DivClassName
{
background-color: #CC8024;
}
.BgClassName
{
background-color: #CC8024;
}
</style>
border-color css
<style>
span { border-color: #CC8024; }
span { border-color: rgb(204,128,36); }
td.TdClassName
{
border-color: #CC8024;
}
.TagClassName
{
border-color: #CC8024;
}
</style>