Shades of Ochre #CD7A16
Tints of Ochre #CD7A16
RGB
CMYK
RGB Variations
Color information
#CD7A16 (or 0xCD7A16) is known color: Ochre. HEX triplet: CD, 7A and 16. RGB value is (205,122,22). Sum of RGB (Red+Green+Blue) = 205+122+22=349 (46% of max value = 765). Red value is 205 (80.47% from 255 or 58.74% from 349); Green value is 122 (48.05% from 255 or 34.96% from 349); Blue value is 22 (8.98% from 255 or 6.30% from 349); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7A16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CD7A16 is #3285E9. Grayscale: #878787. Windows color (decimal): -3311082 or 1473229. OLE color: 1473229.
HSL color Cylindrical-coordinate representation of color #CD7A16: hue angle of 32.79º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CD7A16 is Cyan = 0, Magento = 0.40, Yellow = 0.89 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 122 | 22 | - |
| CMYK | 0 | 0.40 | 0.89 | 0.20 |
| HSL | 32.79º | 0.81% | 0.45% | - |
| HSV(B) | 32.79º | 0.89% | 0.8% | - |
| XYZ | 32.28 | 26.96 | 4.26 | - |
| YUV | 135.42 | 64 | 177.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 122 | 22 | 0 | 0.40 | 0.89 | 0.20 | 32.79 | 0.81 | 0.45 |
| Hex | CD | 7A | 16 | 0 | 28 | 59 | 14 | 21 | 51 | 2D |
| Octal | 315 | 172 | 26 | 0 | 50 | 131 | 24 | 41 | 121 | 55 |
| Binary | 11001101 | 1111010 | 10110 | 0 | 101000 | 1011001 | 10100 | 100001 | 1010001 | 101101 |
Color Harmonies of #CD7A16
Complementary color
Monochromatic Colors of #CD7A16
Black with #CD7A16
Text Example
Text Example
White with #CD7A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD7A16; }
p { color: rgb(205,122,22); }
H1.HeaderClassName
{
color: #CD7A16;
}
.AnyTagClassName
{
color: #CD7A16;
}
</style>
background-color css
<style>
a { background-color: #CD7A16; }
a { background-color: rgb(205,122,22); }
div.DivClassName
{
background-color: #CD7A16;
}
.BgClassName
{
background-color: #CD7A16;
}
</style>
border-color css
<style>
span { border-color: #CD7A16; }
span { border-color: rgb(205,122,22); }
td.TdClassName
{
border-color: #CD7A16;
}
.TagClassName
{
border-color: #CD7A16;
}
</style>