Shades of Ochre #CD7315
Tints of Ochre #CD7315
RGB
CMYK
RGB Variations
Color information
#CD7315 (or 0xCD7315) is known color: Ochre. HEX triplet: CD, 73 and 15. RGB value is (205,115,21). Sum of RGB (Red+Green+Blue) = 205+115+21=341 (45% of max value = 765). Red value is 205 (80.47% from 255 or 60.12% from 341); Green value is 115 (45.31% from 255 or 33.72% from 341); Blue value is 21 (8.59% from 255 or 6.16% from 341); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7315 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CD7315 is #328CEA. Grayscale: #838383. Windows color (decimal): -3312875 or 1405901. OLE color: 1405901.
HSL color Cylindrical-coordinate representation of color #CD7315: hue angle of 30.65º 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 #CD7315 is Cyan = 0, Magento = 0.44, Yellow = 0.90 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 115 | 21 | - |
| CMYK | 0 | 0.44 | 0.90 | 0.20 |
| HSL | 30.65º | 0.81% | 0.44% | - |
| HSV(B) | 30.65º | 0.9% | 0.8% | - |
| XYZ | 31.44 | 25.29 | 3.93 | - |
| YUV | 131.19 | 65.82 | 180.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 115 | 21 | 0 | 0.44 | 0.90 | 0.20 | 30.65 | 0.81 | 0.44 |
| Hex | CD | 73 | 15 | 0 | 2C | 5A | 14 | 1F | 51 | 2C |
| Octal | 315 | 163 | 25 | 0 | 54 | 132 | 24 | 37 | 121 | 54 |
| Binary | 11001101 | 1110011 | 10101 | 0 | 101100 | 1011010 | 10100 | 11111 | 1010001 | 101100 |
Color Harmonies of #CD7315
Complementary color
Monochromatic Colors of #CD7315
Black with #CD7315
Text Example
Text Example
White with #CD7315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD7315; }
p { color: rgb(205,115,21); }
H1.HeaderClassName
{
color: #CD7315;
}
.AnyTagClassName
{
color: #CD7315;
}
</style>
background-color css
<style>
a { background-color: #CD7315; }
a { background-color: rgb(205,115,21); }
div.DivClassName
{
background-color: #CD7315;
}
.BgClassName
{
background-color: #CD7315;
}
</style>
border-color css
<style>
span { border-color: #CD7315; }
span { border-color: rgb(205,115,21); }
td.TdClassName
{
border-color: #CD7315;
}
.TagClassName
{
border-color: #CD7315;
}
</style>