Shades of Ochre #CD7D16
Tints of Ochre #CD7D16
RGB
CMYK
RGB Variations
Color information
#CD7D16 (or 0xCD7D16) is known color: Ochre. HEX triplet: CD, 7D and 16. RGB value is (205,125,22). Sum of RGB (Red+Green+Blue) = 205+125+22=352 (46% of max value = 765). Red value is 205 (80.47% from 255 or 58.24% from 352); Green value is 125 (49.22% from 255 or 35.51% from 352); Blue value is 22 (8.98% from 255 or 6.25% from 352); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7D16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CD7D16 is #3282E9. Grayscale: #898989. Windows color (decimal): -3310314 or 1473997. OLE color: 1473997.
HSL color Cylindrical-coordinate representation of color #CD7D16: hue angle of 33.77º 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 #CD7D16 is Cyan = 0, Magento = 0.39, Yellow = 0.89 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 125 | 22 | - |
| CMYK | 0 | 0.39 | 0.89 | 0.20 |
| HSL | 33.77º | 0.81% | 0.45% | - |
| HSV(B) | 33.77º | 0.89% | 0.8% | - |
| XYZ | 32.66 | 27.7 | 4.39 | - |
| YUV | 137.18 | 63 | 176.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 125 | 22 | 0 | 0.39 | 0.89 | 0.20 | 33.77 | 0.81 | 0.45 |
| Hex | CD | 7D | 16 | 0 | 27 | 59 | 14 | 22 | 51 | 2D |
| Octal | 315 | 175 | 26 | 0 | 47 | 131 | 24 | 42 | 121 | 55 |
| Binary | 11001101 | 1111101 | 10110 | 0 | 100111 | 1011001 | 10100 | 100010 | 1010001 | 101101 |
Color Harmonies of #CD7D16
Complementary color
Monochromatic Colors of #CD7D16
Black with #CD7D16
Text Example
Text Example
White with #CD7D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD7D16; }
p { color: rgb(205,125,22); }
H1.HeaderClassName
{
color: #CD7D16;
}
.AnyTagClassName
{
color: #CD7D16;
}
</style>
background-color css
<style>
a { background-color: #CD7D16; }
a { background-color: rgb(205,125,22); }
div.DivClassName
{
background-color: #CD7D16;
}
.BgClassName
{
background-color: #CD7D16;
}
</style>
border-color css
<style>
span { border-color: #CD7D16; }
span { border-color: rgb(205,125,22); }
td.TdClassName
{
border-color: #CD7D16;
}
.TagClassName
{
border-color: #CD7D16;
}
</style>