Shades of Rio Grande #C9D711
Tints of Rio Grande #C9D711
RGB
CMYK
RGB Variations
Color information
#C9D711 (or 0xC9D711) is known color: Rio Grande. HEX triplet: C9, D7 and 11. RGB value is (201,215,17). Sum of RGB (Red+Green+Blue) = 201+215+17=433 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.42% from 433); Green value is 215 (84.38% from 255 or 49.65% from 433); Blue value is 17 (7.03% from 255 or 3.93% from 433); Max value from RGB is 215 - color contains mainly: green. Hex color #C9D711 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C9D711 is #3628EE. Grayscale: #BDBDBD. Windows color (decimal): -3549423 or 1169353. OLE color: 1169353.
HSL color Cylindrical-coordinate representation of color #C9D711: hue angle of 64.24º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C9D711 is Cyan = 0.07, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 201 | 215 | 17 | - |
| CMYK | 0.07 | 0 | 0.92 | 0.16 |
| HSL | 64.24º | 0.85% | 0.45% | - |
| HSV(B) | 64.24º | 0.92% | 0.84% | - |
| XYZ | 48.49 | 61.06 | 9.76 | - |
| YUV | 188.24 | 31.36 | 137.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 215 | 17 | 0.07 | 0 | 0.92 | 0.16 | 64.24 | 0.85 | 0.45 |
| Hex | C9 | D7 | 11 | 7 | 0 | 5C | 10 | 40 | 55 | 2D |
| Octal | 311 | 327 | 21 | 7 | 0 | 134 | 20 | 100 | 125 | 55 |
| Binary | 11001001 | 11010111 | 10001 | 111 | 0 | 1011100 | 10000 | 1000000 | 1010101 | 101101 |
Color Harmonies of #C9D711
Complementary color
Monochromatic Colors of #C9D711
Black with #C9D711
Text Example
Text Example
White with #C9D711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9D711; }
p { color: rgb(201,215,17); }
H1.HeaderClassName
{
color: #C9D711;
}
.AnyTagClassName
{
color: #C9D711;
}
</style>
background-color css
<style>
a { background-color: #C9D711; }
a { background-color: rgb(201,215,17); }
div.DivClassName
{
background-color: #C9D711;
}
.BgClassName
{
background-color: #C9D711;
}
</style>
border-color css
<style>
span { border-color: #C9D711; }
span { border-color: rgb(201,215,17); }
td.TdClassName
{
border-color: #C9D711;
}
.TagClassName
{
border-color: #C9D711;
}
</style>