Shades of Ochre #CC7D17
Tints of Ochre #CC7D17
RGB
CMYK
RGB Variations
Color information
#CC7D17 (or 0xCC7D17) is known color: Ochre. HEX triplet: CC, 7D and 17. RGB value is (204,125,23). Sum of RGB (Red+Green+Blue) = 204+125+23=352 (46% of max value = 765). Red value is 204 (80.08% from 255 or 57.95% from 352); Green value is 125 (49.22% from 255 or 35.51% from 352); Blue value is 23 (9.38% from 255 or 6.53% from 352); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7D17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC7D17 is #3382E8. Grayscale: #898989. Windows color (decimal): -3375849 or 1539532. OLE color: 1539532.
HSL color Cylindrical-coordinate representation of color #CC7D17: hue angle of 33.81º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CC7D17 is Cyan = 0, Magento = 0.39, Yellow = 0.89 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 125 | 23 | - |
| CMYK | 0 | 0.39 | 0.89 | 0.2 |
| HSL | 33.81º | 0.8% | 0.45% | - |
| HSV(B) | 33.81º | 0.89% | 0.8% | - |
| XYZ | 32.39 | 27.57 | 4.42 | - |
| YUV | 136.99 | 63.67 | 175.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 125 | 23 | 0 | 0.39 | 0.89 | 0.2 | 33.81 | 0.8 | 0.45 |
| Hex | CC | 7D | 17 | 0 | 27 | 59 | 14 | 22 | 50 | 2D |
| Octal | 314 | 175 | 27 | 0 | 47 | 131 | 24 | 42 | 120 | 55 |
| Binary | 11001100 | 1111101 | 10111 | 0 | 100111 | 1011001 | 10100 | 100010 | 1010000 | 101101 |
Color Harmonies of #CC7D17
Complementary color
Monochromatic Colors of #CC7D17
Black with #CC7D17
Text Example
Text Example
White with #CC7D17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7D17; }
p { color: rgb(204,125,23); }
H1.HeaderClassName
{
color: #CC7D17;
}
.AnyTagClassName
{
color: #CC7D17;
}
</style>
background-color css
<style>
a { background-color: #CC7D17; }
a { background-color: rgb(204,125,23); }
div.DivClassName
{
background-color: #CC7D17;
}
.BgClassName
{
background-color: #CC7D17;
}
</style>
border-color css
<style>
span { border-color: #CC7D17; }
span { border-color: rgb(204,125,23); }
td.TdClassName
{
border-color: #CC7D17;
}
.TagClassName
{
border-color: #CC7D17;
}
</style>