Shades of Rio Grande #C7D317
Tints of Rio Grande #C7D317
RGB
CMYK
RGB Variations
Color information
#C7D317 (or 0xC7D317) is known color: Rio Grande. HEX triplet: C7, D3 and 17. RGB value is (199,211,23). Sum of RGB (Red+Green+Blue) = 199+211+23=433 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.96% from 433); Green value is 211 (82.81% from 255 or 48.73% from 433); Blue value is 23 (9.38% from 255 or 5.31% from 433); Max value from RGB is 211 - color contains mainly: green. Hex color #C7D317 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C7D317 is #382CE8. Grayscale: #BABABA. Windows color (decimal): -3681513 or 1561543. OLE color: 1561543.
HSL color Cylindrical-coordinate representation of color #C7D317: hue angle of 63.83º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C7D317 is Cyan = 0.06, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 199 | 211 | 23 | - |
| CMYK | 0.06 | 0 | 0.89 | 0.17 |
| HSL | 63.83º | 0.8% | 0.46% | - |
| HSV(B) | 63.83º | 0.89% | 0.83% | - |
| XYZ | 47 | 58.79 | 9.68 | - |
| YUV | 185.98 | 36.02 | 137.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 211 | 23 | 0.06 | 0 | 0.89 | 0.17 | 63.83 | 0.8 | 0.46 |
| Hex | C7 | D3 | 17 | 6 | 0 | 59 | 11 | 40 | 50 | 2E |
| Octal | 307 | 323 | 27 | 6 | 0 | 131 | 21 | 100 | 120 | 56 |
| Binary | 11000111 | 11010011 | 10111 | 110 | 0 | 1011001 | 10001 | 1000000 | 1010000 | 101110 |
Color Harmonies of #C7D317
Complementary color
Monochromatic Colors of #C7D317
Black with #C7D317
Text Example
Text Example
White with #C7D317
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D317; }
p { color: rgb(199,211,23); }
H1.HeaderClassName
{
color: #C7D317;
}
.AnyTagClassName
{
color: #C7D317;
}
</style>
background-color css
<style>
a { background-color: #C7D317; }
a { background-color: rgb(199,211,23); }
div.DivClassName
{
background-color: #C7D317;
}
.BgClassName
{
background-color: #C7D317;
}
</style>
border-color css
<style>
span { border-color: #C7D317; }
span { border-color: rgb(199,211,23); }
td.TdClassName
{
border-color: #C7D317;
}
.TagClassName
{
border-color: #C7D317;
}
</style>