Shades of Rio Grande #C9D70F
Tints of Rio Grande #C9D70F
RGB
CMYK
RGB Variations
Color information
#C9D70F (or 0xC9D70F) is known color: Rio Grande. HEX triplet: C9, D7 and 0F. RGB value is (201,215,15). Sum of RGB (Red+Green+Blue) = 201+215+15=431 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.64% from 431); Green value is 215 (84.38% from 255 or 49.88% from 431); Blue value is 15 (6.25% from 255 or 3.48% from 431); Max value from RGB is 215 - color contains mainly: green. Hex color #C9D70F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C9D70F is #3628F0. Grayscale: #BCBCBC. Windows color (decimal): -3549425 or 1038281. OLE color: 1038281.
HSL color Cylindrical-coordinate representation of color #C9D70F: hue angle of 64.2º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C9D70F is Cyan = 0.07, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 201 | 215 | 15 | - |
| CMYK | 0.07 | 0 | 0.93 | 0.16 |
| HSL | 64.2º | 0.87% | 0.45% | - |
| HSV(B) | 64.2º | 0.93% | 0.84% | - |
| XYZ | 48.47 | 61.05 | 9.68 | - |
| YUV | 188.01 | 30.36 | 137.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 215 | 15 | 0.07 | 0 | 0.93 | 0.16 | 64.2 | 0.87 | 0.45 |
| Hex | C9 | D7 | F | 7 | 0 | 5D | 10 | 40 | 57 | 2D |
| Octal | 311 | 327 | 17 | 7 | 0 | 135 | 20 | 100 | 127 | 55 |
| Binary | 11001001 | 11010111 | 1111 | 111 | 0 | 1011101 | 10000 | 1000000 | 1010111 | 101101 |
Color Harmonies of #C9D70F
Complementary color
Monochromatic Colors of #C9D70F
Black with #C9D70F
Text Example
Text Example
White with #C9D70F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9D70F; }
p { color: rgb(201,215,15); }
H1.HeaderClassName
{
color: #C9D70F;
}
.AnyTagClassName
{
color: #C9D70F;
}
</style>
background-color css
<style>
a { background-color: #C9D70F; }
a { background-color: rgb(201,215,15); }
div.DivClassName
{
background-color: #C9D70F;
}
.BgClassName
{
background-color: #C9D70F;
}
</style>
border-color css
<style>
span { border-color: #C9D70F; }
span { border-color: rgb(201,215,15); }
td.TdClassName
{
border-color: #C9D70F;
}
.TagClassName
{
border-color: #C9D70F;
}
</style>