Shades of Ochre #CC7D14
Tints of Ochre #CC7D14
RGB
CMYK
RGB Variations
Color information
#CC7D14 (or 0xCC7D14) is known color: Ochre. HEX triplet: CC, 7D and 14. RGB value is (204,125,20). Sum of RGB (Red+Green+Blue) = 204+125+20=349 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.45% from 349); Green value is 125 (49.22% from 255 or 35.82% from 349); Blue value is 20 (8.20% from 255 or 5.73% from 349); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7D14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC7D14 is #3382EB. Grayscale: #898989. Windows color (decimal): -3375852 or 1342924. OLE color: 1342924.
HSL color Cylindrical-coordinate representation of color #CC7D14: hue angle of 34.24º 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 #CC7D14 is Cyan = 0, Magento = 0.39, Yellow = 0.90 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 125 | 20 | - |
| CMYK | 0 | 0.39 | 0.90 | 0.2 |
| HSL | 34.24º | 0.82% | 0.44% | - |
| HSV(B) | 34.24º | 0.9% | 0.8% | - |
| XYZ | 32.36 | 27.56 | 4.27 | - |
| YUV | 136.65 | 62.17 | 176.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 125 | 20 | 0 | 0.39 | 0.90 | 0.2 | 34.24 | 0.82 | 0.44 |
| Hex | CC | 7D | 14 | 0 | 27 | 5A | 14 | 22 | 52 | 2C |
| Octal | 314 | 175 | 24 | 0 | 47 | 132 | 24 | 42 | 122 | 54 |
| Binary | 11001100 | 1111101 | 10100 | 0 | 100111 | 1011010 | 10100 | 100010 | 1010010 | 101100 |
Color Harmonies of #CC7D14
Complementary color
Monochromatic Colors of #CC7D14
Black with #CC7D14
Text Example
Text Example
White with #CC7D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7D14; }
p { color: rgb(204,125,20); }
H1.HeaderClassName
{
color: #CC7D14;
}
.AnyTagClassName
{
color: #CC7D14;
}
</style>
background-color css
<style>
a { background-color: #CC7D14; }
a { background-color: rgb(204,125,20); }
div.DivClassName
{
background-color: #CC7D14;
}
.BgClassName
{
background-color: #CC7D14;
}
</style>
border-color css
<style>
span { border-color: #CC7D14; }
span { border-color: rgb(204,125,20); }
td.TdClassName
{
border-color: #CC7D14;
}
.TagClassName
{
border-color: #CC7D14;
}
</style>