Shades of Rio Grande #C7D716
Tints of Rio Grande #C7D716
RGB
CMYK
RGB Variations
Color information
#C7D716 (or 0xC7D716) is known color: Rio Grande. HEX triplet: C7, D7 and 16. RGB value is (199,215,22). Sum of RGB (Red+Green+Blue) = 199+215+22=436 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.64% from 436); Green value is 215 (84.38% from 255 or 49.31% from 436); Blue value is 22 (8.98% from 255 or 5.05% from 436); Max value from RGB is 215 - color contains mainly: green. Hex color #C7D716 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C7D716 is #3828E9. Grayscale: #BCBCBC. Windows color (decimal): -3680490 or 1497031. OLE color: 1497031.
HSL color Cylindrical-coordinate representation of color #C7D716: hue angle of 64.97º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C7D716 is Cyan = 0.07, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 199 | 215 | 22 | - |
| CMYK | 0.07 | 0 | 0.90 | 0.16 |
| HSL | 64.97º | 0.81% | 0.46% | - |
| HSV(B) | 64.97º | 0.9% | 0.84% | - |
| XYZ | 48 | 60.8 | 9.97 | - |
| YUV | 188.21 | 34.2 | 135.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 215 | 22 | 0.07 | 0 | 0.90 | 0.16 | 64.97 | 0.81 | 0.46 |
| Hex | C7 | D7 | 16 | 7 | 0 | 5A | 10 | 41 | 51 | 2E |
| Octal | 307 | 327 | 26 | 7 | 0 | 132 | 20 | 101 | 121 | 56 |
| Binary | 11000111 | 11010111 | 10110 | 111 | 0 | 1011010 | 10000 | 1000001 | 1010001 | 101110 |
Color Harmonies of #C7D716
Complementary color
Monochromatic Colors of #C7D716
Black with #C7D716
Text Example
Text Example
White with #C7D716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D716; }
p { color: rgb(199,215,22); }
H1.HeaderClassName
{
color: #C7D716;
}
.AnyTagClassName
{
color: #C7D716;
}
</style>
background-color css
<style>
a { background-color: #C7D716; }
a { background-color: rgb(199,215,22); }
div.DivClassName
{
background-color: #C7D716;
}
.BgClassName
{
background-color: #C7D716;
}
</style>
border-color css
<style>
span { border-color: #C7D716; }
span { border-color: rgb(199,215,22); }
td.TdClassName
{
border-color: #C7D716;
}
.TagClassName
{
border-color: #C7D716;
}
</style>