Shades of Ochre #CD7115
Tints of Ochre #CD7115
RGB
CMYK
RGB Variations
Color information
#CD7115 (or 0xCD7115) is known color: Ochre. HEX triplet: CD, 71 and 15. RGB value is (205,113,21). Sum of RGB (Red+Green+Blue) = 205+113+21=339 (44% of max value = 765). Red value is 205 (80.47% from 255 or 60.47% from 339); Green value is 113 (44.53% from 255 or 33.33% from 339); Blue value is 21 (8.59% from 255 or 6.19% from 339); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7115 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CD7115 is #328EEA. Grayscale: #828282. Windows color (decimal): -3313387 or 1405389. OLE color: 1405389.
HSL color Cylindrical-coordinate representation of color #CD7115: hue angle of 30º degrees, saturation: 0.81, 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 #CD7115 is Cyan = 0, Magento = 0.45, Yellow = 0.90 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 113 | 21 | - |
| CMYK | 0 | 0.45 | 0.90 | 0.20 |
| HSL | 30º | 0.81% | 0.44% | - |
| HSV(B) | 30º | 0.9% | 0.8% | - |
| XYZ | 31.22 | 24.84 | 3.86 | - |
| YUV | 130.02 | 66.48 | 181.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 113 | 21 | 0 | 0.45 | 0.90 | 0.20 | 30 | 0.81 | 0.44 |
| Hex | CD | 71 | 15 | 0 | 2D | 5A | 14 | 1E | 51 | 2C |
| Octal | 315 | 161 | 25 | 0 | 55 | 132 | 24 | 36 | 121 | 54 |
| Binary | 11001101 | 1110001 | 10101 | 0 | 101101 | 1011010 | 10100 | 11110 | 1010001 | 101100 |
Color Harmonies of #CD7115
Complementary color
Monochromatic Colors of #CD7115
Black with #CD7115
Text Example
Text Example
White with #CD7115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD7115; }
p { color: rgb(205,113,21); }
H1.HeaderClassName
{
color: #CD7115;
}
.AnyTagClassName
{
color: #CD7115;
}
</style>
background-color css
<style>
a { background-color: #CD7115; }
a { background-color: rgb(205,113,21); }
div.DivClassName
{
background-color: #CD7115;
}
.BgClassName
{
background-color: #CD7115;
}
</style>
border-color css
<style>
span { border-color: #CD7115; }
span { border-color: rgb(205,113,21); }
td.TdClassName
{
border-color: #CD7115;
}
.TagClassName
{
border-color: #CD7115;
}
</style>