Shades of Ochre #CC8418
Tints of Ochre #CC8418
RGB
CMYK
RGB Variations
Color information
#CC8418 (or 0xCC8418) is known color: Ochre. HEX triplet: CC, 84 and 18. RGB value is (204,132,24). Sum of RGB (Red+Green+Blue) = 204+132+24=360 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.67% from 360); Green value is 132 (51.95% from 255 or 36.67% from 360); Blue value is 24 (9.77% from 255 or 6.67% from 360); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8418 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC8418 is #337BE7. Grayscale: #8D8D8D. Windows color (decimal): -3374056 or 1606860. OLE color: 1606860.
HSL color Cylindrical-coordinate representation of color #CC8418: hue angle of 36º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CC8418 is Cyan = 0, Magento = 0.35, Yellow = 0.88 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 132 | 24 | - |
| CMYK | 0 | 0.35 | 0.88 | 0.2 |
| HSL | 36º | 0.79% | 0.45% | - |
| HSV(B) | 36º | 0.88% | 0.8% | - |
| XYZ | 33.32 | 29.41 | 4.78 | - |
| YUV | 141.22 | 61.85 | 172.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 132 | 24 | 0 | 0.35 | 0.88 | 0.2 | 36 | 0.79 | 0.45 |
| Hex | CC | 84 | 18 | 0 | 23 | 58 | 14 | 24 | 4F | 2D |
| Octal | 314 | 204 | 30 | 0 | 43 | 130 | 24 | 44 | 117 | 55 |
| Binary | 11001100 | 10000100 | 11000 | 0 | 100011 | 1011000 | 10100 | 100100 | 1001111 | 101101 |
Color Harmonies of #CC8418
Complementary color
Monochromatic Colors of #CC8418
Black with #CC8418
Text Example
Text Example
White with #CC8418
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8418; }
p { color: rgb(204,132,24); }
H1.HeaderClassName
{
color: #CC8418;
}
.AnyTagClassName
{
color: #CC8418;
}
</style>
background-color css
<style>
a { background-color: #CC8418; }
a { background-color: rgb(204,132,24); }
div.DivClassName
{
background-color: #CC8418;
}
.BgClassName
{
background-color: #CC8418;
}
</style>
border-color css
<style>
span { border-color: #CC8418; }
span { border-color: rgb(204,132,24); }
td.TdClassName
{
border-color: #CC8418;
}
.TagClassName
{
border-color: #CC8418;
}
</style>