Shades of Ochre #CD7614
Tints of Ochre #CD7614
RGB
CMYK
RGB Variations
Color information
#CD7614 (or 0xCD7614) is known color: Ochre. HEX triplet: CD, 76 and 14. RGB value is (205,118,20). Sum of RGB (Red+Green+Blue) = 205+118+20=343 (45% of max value = 765). Red value is 205 (80.47% from 255 or 59.77% from 343); Green value is 118 (46.48% from 255 or 34.40% from 343); Blue value is 20 (8.20% from 255 or 5.83% from 343); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7614 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CD7614 is #3289EB. Grayscale: #858585. Windows color (decimal): -3312108 or 1341133. OLE color: 1341133.
HSL color Cylindrical-coordinate representation of color #CD7614: hue angle of 31.78º degrees, saturation: 0.82, 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 #CD7614 is Cyan = 0, Magento = 0.42, Yellow = 0.90 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 118 | 20 | - |
| CMYK | 0 | 0.42 | 0.90 | 0.20 |
| HSL | 31.78º | 0.82% | 0.44% | - |
| HSV(B) | 31.78º | 0.9% | 0.8% | - |
| XYZ | 31.78 | 25.99 | 4 | - |
| YUV | 132.84 | 64.32 | 179.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 118 | 20 | 0 | 0.42 | 0.90 | 0.20 | 31.78 | 0.82 | 0.44 |
| Hex | CD | 76 | 14 | 0 | 2A | 5A | 14 | 20 | 52 | 2C |
| Octal | 315 | 166 | 24 | 0 | 52 | 132 | 24 | 40 | 122 | 54 |
| Binary | 11001101 | 1110110 | 10100 | 0 | 101010 | 1011010 | 10100 | 100000 | 1010010 | 101100 |
Color Harmonies of #CD7614
Complementary color
Monochromatic Colors of #CD7614
Black with #CD7614
Text Example
Text Example
White with #CD7614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD7614; }
p { color: rgb(205,118,20); }
H1.HeaderClassName
{
color: #CD7614;
}
.AnyTagClassName
{
color: #CD7614;
}
</style>
background-color css
<style>
a { background-color: #CD7614; }
a { background-color: rgb(205,118,20); }
div.DivClassName
{
background-color: #CD7614;
}
.BgClassName
{
background-color: #CD7614;
}
</style>
border-color css
<style>
span { border-color: #CD7614; }
span { border-color: rgb(205,118,20); }
td.TdClassName
{
border-color: #CD7614;
}
.TagClassName
{
border-color: #CD7614;
}
</style>