Shades of Rio Grande #C7D815
Tints of Rio Grande #C7D815
RGB
CMYK
RGB Variations
Color information
#C7D815 (or 0xC7D815) is known color: Rio Grande. HEX triplet: C7, D8 and 15. RGB value is (199,216,21). Sum of RGB (Red+Green+Blue) = 199+216+21=436 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.64% from 436); Green value is 216 (84.77% from 255 or 49.54% from 436); Blue value is 21 (8.59% from 255 or 4.82% from 436); Max value from RGB is 216 - color contains mainly: green. Hex color #C7D815 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C7D815 is #3827EA. Grayscale: #BDBDBD. Windows color (decimal): -3680235 or 1431751. OLE color: 1431751.
HSL color Cylindrical-coordinate representation of color #C7D815: hue angle of 65.23º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C7D815 is Cyan = 0.08, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 199 | 216 | 21 | - |
| CMYK | 0.08 | 0 | 0.90 | 0.15 |
| HSL | 65.23º | 0.82% | 0.46% | - |
| HSV(B) | 65.23º | 0.9% | 0.85% | - |
| XYZ | 48.24 | 61.31 | 10 | - |
| YUV | 188.69 | 33.37 | 135.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 216 | 21 | 0.08 | 0 | 0.90 | 0.15 | 65.23 | 0.82 | 0.46 |
| Hex | C7 | D8 | 15 | 8 | 0 | 5A | F | 41 | 52 | 2E |
| Octal | 307 | 330 | 25 | 10 | 0 | 132 | 17 | 101 | 122 | 56 |
| Binary | 11000111 | 11011000 | 10101 | 1000 | 0 | 1011010 | 1111 | 1000001 | 1010010 | 101110 |
Color Harmonies of #C7D815
Complementary color
Monochromatic Colors of #C7D815
Black with #C7D815
Text Example
Text Example
White with #C7D815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D815; }
p { color: rgb(199,216,21); }
H1.HeaderClassName
{
color: #C7D815;
}
.AnyTagClassName
{
color: #C7D815;
}
</style>
background-color css
<style>
a { background-color: #C7D815; }
a { background-color: rgb(199,216,21); }
div.DivClassName
{
background-color: #C7D815;
}
.BgClassName
{
background-color: #C7D815;
}
</style>
border-color css
<style>
span { border-color: #C7D815; }
span { border-color: rgb(199,216,21); }
td.TdClassName
{
border-color: #C7D815;
}
.TagClassName
{
border-color: #C7D815;
}
</style>