Shades of Ochre #CD701C
Tints of Ochre #CD701C
RGB
CMYK
RGB Variations
Color information
#CD701C (or 0xCD701C) is known color: Ochre. HEX triplet: CD, 70 and 1C. RGB value is (205,112,28). Sum of RGB (Red+Green+Blue) = 205+112+28=345 (45% of max value = 765). Red value is 205 (80.47% from 255 or 59.42% from 345); Green value is 112 (44.14% from 255 or 32.46% from 345); Blue value is 28 (11.33% from 255 or 8.12% from 345); Max value from RGB is 205 - color contains mainly: red. Hex color #CD701C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD701C is #328FE3. Grayscale: #828282. Windows color (decimal): -3313636 or 1863885. OLE color: 1863885.
HSL color Cylindrical-coordinate representation of color #CD701C: hue angle of 28.47º degrees, saturation: 0.76, 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 #CD701C is Cyan = 0, Magento = 0.45, Yellow = 0.86 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 112 | 28 | - |
| CMYK | 0 | 0.45 | 0.86 | 0.20 |
| HSL | 28.47º | 0.76% | 0.46% | - |
| HSV(B) | 28.47º | 0.86% | 0.8% | - |
| XYZ | 31.18 | 24.65 | 4.21 | - |
| YUV | 130.23 | 70.31 | 181.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 112 | 28 | 0 | 0.45 | 0.86 | 0.20 | 28.47 | 0.76 | 0.46 |
| Hex | CD | 70 | 1C | 0 | 2D | 56 | 14 | 1C | 4C | 2E |
| Octal | 315 | 160 | 34 | 0 | 55 | 126 | 24 | 34 | 114 | 56 |
| Binary | 11001101 | 1110000 | 11100 | 0 | 101101 | 1010110 | 10100 | 11100 | 1001100 | 101110 |
Color Harmonies of #CD701C
Complementary color
Monochromatic Colors of #CD701C
Black with #CD701C
Text Example
Text Example
White with #CD701C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD701C; }
p { color: rgb(205,112,28); }
H1.HeaderClassName
{
color: #CD701C;
}
.AnyTagClassName
{
color: #CD701C;
}
</style>
background-color css
<style>
a { background-color: #CD701C; }
a { background-color: rgb(205,112,28); }
div.DivClassName
{
background-color: #CD701C;
}
.BgClassName
{
background-color: #CD701C;
}
</style>
border-color css
<style>
span { border-color: #CD701C; }
span { border-color: rgb(205,112,28); }
td.TdClassName
{
border-color: #CD701C;
}
.TagClassName
{
border-color: #CD701C;
}
</style>