Shades of Ochre #CC701D
Tints of Ochre #CC701D
RGB
CMYK
RGB Variations
Color information
#CC701D (or 0xCC701D) is known color: Ochre. HEX triplet: CC, 70 and 1D. RGB value is (204,112,29). Sum of RGB (Red+Green+Blue) = 204+112+29=345 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.13% from 345); Green value is 112 (44.14% from 255 or 32.46% from 345); Blue value is 29 (11.72% from 255 or 8.41% from 345); Max value from RGB is 204 - color contains mainly: red. Hex color #CC701D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC701D is #338FE2. Grayscale: #828282. Windows color (decimal): -3379171 or 1929420. OLE color: 1929420.
HSL color Cylindrical-coordinate representation of color #CC701D: hue angle of 28.46º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CC701D is Cyan = 0, Magento = 0.45, Yellow = 0.86 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 112 | 29 | - |
| CMYK | 0 | 0.45 | 0.86 | 0.2 |
| HSL | 28.46º | 0.75% | 0.46% | - |
| HSV(B) | 28.46º | 0.86% | 0.8% | - |
| XYZ | 30.92 | 24.51 | 4.26 | - |
| YUV | 130.05 | 70.98 | 180.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 112 | 29 | 0 | 0.45 | 0.86 | 0.2 | 28.46 | 0.75 | 0.46 |
| Hex | CC | 70 | 1D | 0 | 2D | 56 | 14 | 1C | 4B | 2E |
| Octal | 314 | 160 | 35 | 0 | 55 | 126 | 24 | 34 | 113 | 56 |
| Binary | 11001100 | 1110000 | 11101 | 0 | 101101 | 1010110 | 10100 | 11100 | 1001011 | 101110 |
Color Harmonies of #CC701D
Complementary color
Monochromatic Colors of #CC701D
Black with #CC701D
Text Example
Text Example
White with #CC701D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC701D; }
p { color: rgb(204,112,29); }
H1.HeaderClassName
{
color: #CC701D;
}
.AnyTagClassName
{
color: #CC701D;
}
</style>
background-color css
<style>
a { background-color: #CC701D; }
a { background-color: rgb(204,112,29); }
div.DivClassName
{
background-color: #CC701D;
}
.BgClassName
{
background-color: #CC701D;
}
</style>
border-color css
<style>
span { border-color: #CC701D; }
span { border-color: rgb(204,112,29); }
td.TdClassName
{
border-color: #CC701D;
}
.TagClassName
{
border-color: #CC701D;
}
</style>