Shades of Rio Grande #C7D515
Tints of Rio Grande #C7D515
RGB
CMYK
RGB Variations
Color information
#C7D515 (or 0xC7D515) is known color: Rio Grande. HEX triplet: C7, D5 and 15. RGB value is (199,213,21). Sum of RGB (Red+Green+Blue) = 199+213+21=433 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.96% from 433); Green value is 213 (83.59% from 255 or 49.19% from 433); Blue value is 21 (8.59% from 255 or 4.85% from 433); Max value from RGB is 213 - color contains mainly: green. Hex color #C7D515 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C7D515 is #382AEA. Grayscale: #BBBBBB. Windows color (decimal): -3681003 or 1430983. OLE color: 1430983.
HSL color Cylindrical-coordinate representation of color #C7D515: hue angle of 64.38º degrees, saturation: 0.82, 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 #C7D515 is Cyan = 0.07, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 199 | 213 | 21 | - |
| CMYK | 0.07 | 0 | 0.90 | 0.16 |
| HSL | 64.38º | 0.82% | 0.46% | - |
| HSV(B) | 64.38º | 0.9% | 0.84% | - |
| XYZ | 47.48 | 59.78 | 9.75 | - |
| YUV | 186.93 | 34.36 | 136.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 213 | 21 | 0.07 | 0 | 0.90 | 0.16 | 64.38 | 0.82 | 0.46 |
| Hex | C7 | D5 | 15 | 7 | 0 | 5A | 10 | 40 | 52 | 2E |
| Octal | 307 | 325 | 25 | 7 | 0 | 132 | 20 | 100 | 122 | 56 |
| Binary | 11000111 | 11010101 | 10101 | 111 | 0 | 1011010 | 10000 | 1000000 | 1010010 | 101110 |
Color Harmonies of #C7D515
Complementary color
Monochromatic Colors of #C7D515
Black with #C7D515
Text Example
Text Example
White with #C7D515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D515; }
p { color: rgb(199,213,21); }
H1.HeaderClassName
{
color: #C7D515;
}
.AnyTagClassName
{
color: #C7D515;
}
</style>
background-color css
<style>
a { background-color: #C7D515; }
a { background-color: rgb(199,213,21); }
div.DivClassName
{
background-color: #C7D515;
}
.BgClassName
{
background-color: #C7D515;
}
</style>
border-color css
<style>
span { border-color: #C7D515; }
span { border-color: rgb(199,213,21); }
td.TdClassName
{
border-color: #C7D515;
}
.TagClassName
{
border-color: #C7D515;
}
</style>