Shades of Rio Grande #C7D310
Tints of Rio Grande #C7D310
RGB
CMYK
RGB Variations
Color information
#C7D310 (or 0xC7D310) is known color: Rio Grande. HEX triplet: C7, D3 and 10. RGB value is (199,211,16). Sum of RGB (Red+Green+Blue) = 199+211+16=426 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.71% from 426); Green value is 211 (82.81% from 255 or 49.53% from 426); Blue value is 16 (6.64% from 255 or 3.76% from 426); Max value from RGB is 211 - color contains mainly: green. Hex color #C7D310 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C7D310 is #382CEF. Grayscale: #B9B9B9. Windows color (decimal): -3681520 or 1102791. OLE color: 1102791.
HSL color Cylindrical-coordinate representation of color #C7D310: hue angle of 63.69º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C7D310 is Cyan = 0.06, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 199 | 211 | 16 | - |
| CMYK | 0.06 | 0 | 0.92 | 0.17 |
| HSL | 63.69º | 0.86% | 0.45% | - |
| HSV(B) | 63.69º | 0.92% | 0.83% | - |
| XYZ | 46.94 | 58.77 | 9.36 | - |
| YUV | 185.18 | 32.52 | 137.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 211 | 16 | 0.06 | 0 | 0.92 | 0.17 | 63.69 | 0.86 | 0.45 |
| Hex | C7 | D3 | 10 | 6 | 0 | 5C | 11 | 40 | 56 | 2D |
| Octal | 307 | 323 | 20 | 6 | 0 | 134 | 21 | 100 | 126 | 55 |
| Binary | 11000111 | 11010011 | 10000 | 110 | 0 | 1011100 | 10001 | 1000000 | 1010110 | 101101 |
Color Harmonies of #C7D310
Complementary color
Monochromatic Colors of #C7D310
Black with #C7D310
Text Example
Text Example
White with #C7D310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D310; }
p { color: rgb(199,211,16); }
H1.HeaderClassName
{
color: #C7D310;
}
.AnyTagClassName
{
color: #C7D310;
}
</style>
background-color css
<style>
a { background-color: #C7D310; }
a { background-color: rgb(199,211,16); }
div.DivClassName
{
background-color: #C7D310;
}
.BgClassName
{
background-color: #C7D310;
}
</style>
border-color css
<style>
span { border-color: #C7D310; }
span { border-color: rgb(199,211,16); }
td.TdClassName
{
border-color: #C7D310;
}
.TagClassName
{
border-color: #C7D310;
}
</style>