Shades of Ochre #CD7A14
Tints of Ochre #CD7A14
RGB
CMYK
RGB Variations
Color information
#CD7A14 (or 0xCD7A14) is known color: Ochre. HEX triplet: CD, 7A and 14. RGB value is (205,122,20). Sum of RGB (Red+Green+Blue) = 205+122+20=347 (45% of max value = 765). Red value is 205 (80.47% from 255 or 59.08% from 347); Green value is 122 (48.05% from 255 or 35.16% from 347); Blue value is 20 (8.20% from 255 or 5.76% from 347); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7A14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CD7A14 is #3285EB. Grayscale: #878787. Windows color (decimal): -3311084 or 1342157. OLE color: 1342157.
HSL color Cylindrical-coordinate representation of color #CD7A14: hue angle of 33.08º 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 #CD7A14 is Cyan = 0, Magento = 0.40, Yellow = 0.90 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 122 | 20 | - |
| CMYK | 0 | 0.40 | 0.90 | 0.20 |
| HSL | 33.08º | 0.82% | 0.44% | - |
| HSV(B) | 33.08º | 0.9% | 0.8% | - |
| XYZ | 32.26 | 26.95 | 4.16 | - |
| YUV | 135.19 | 63 | 177.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 122 | 20 | 0 | 0.40 | 0.90 | 0.20 | 33.08 | 0.82 | 0.44 |
| Hex | CD | 7A | 14 | 0 | 28 | 5A | 14 | 21 | 52 | 2C |
| Octal | 315 | 172 | 24 | 0 | 50 | 132 | 24 | 41 | 122 | 54 |
| Binary | 11001101 | 1111010 | 10100 | 0 | 101000 | 1011010 | 10100 | 100001 | 1010010 | 101100 |
Color Harmonies of #CD7A14
Complementary color
Monochromatic Colors of #CD7A14
Black with #CD7A14
Text Example
Text Example
White with #CD7A14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD7A14; }
p { color: rgb(205,122,20); }
H1.HeaderClassName
{
color: #CD7A14;
}
.AnyTagClassName
{
color: #CD7A14;
}
</style>
background-color css
<style>
a { background-color: #CD7A14; }
a { background-color: rgb(205,122,20); }
div.DivClassName
{
background-color: #CD7A14;
}
.BgClassName
{
background-color: #CD7A14;
}
</style>
border-color css
<style>
span { border-color: #CD7A14; }
span { border-color: rgb(205,122,20); }
td.TdClassName
{
border-color: #CD7A14;
}
.TagClassName
{
border-color: #CD7A14;
}
</style>