Shades of La Rioja #C9D70C
Tints of La Rioja #C9D70C
RGB
CMYK
RGB Variations
Color information
#C9D70C (or 0xC9D70C) is known color: La Rioja. HEX triplet: C9, D7 and 0C. RGB value is (201,215,12). Sum of RGB (Red+Green+Blue) = 201+215+12=428 (56% of max value = 765). Red value is 201 (78.91% from 255 or 46.96% from 428); Green value is 215 (84.38% from 255 or 50.23% from 428); Blue value is 12 (5.08% from 255 or 2.80% from 428); Max value from RGB is 215 - color contains mainly: green. Hex color #C9D70C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C9D70C is #3628F3. Grayscale: #BCBCBC. Windows color (decimal): -3549428 or 841673. OLE color: 841673.
HSL color Cylindrical-coordinate representation of color #C9D70C: hue angle of 64.14º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C9D70C is Cyan = 0.07, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 201 | 215 | 12 | - |
| CMYK | 0.07 | 0 | 0.94 | 0.16 |
| HSL | 64.14º | 0.89% | 0.45% | - |
| HSV(B) | 64.14º | 0.94% | 0.84% | - |
| XYZ | 48.45 | 61.04 | 9.58 | - |
| YUV | 187.67 | 28.86 | 137.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 215 | 12 | 0.07 | 0 | 0.94 | 0.16 | 64.14 | 0.89 | 0.45 |
| Hex | C9 | D7 | C | 7 | 0 | 5E | 10 | 40 | 59 | 2D |
| Octal | 311 | 327 | 14 | 7 | 0 | 136 | 20 | 100 | 131 | 55 |
| Binary | 11001001 | 11010111 | 1100 | 111 | 0 | 1011110 | 10000 | 1000000 | 1011001 | 101101 |
Color Harmonies of #C9D70C
Complementary color
Monochromatic Colors of #C9D70C
Black with #C9D70C
Text Example
Text Example
White with #C9D70C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9D70C; }
p { color: rgb(201,215,12); }
H1.HeaderClassName
{
color: #C9D70C;
}
.AnyTagClassName
{
color: #C9D70C;
}
</style>
background-color css
<style>
a { background-color: #C9D70C; }
a { background-color: rgb(201,215,12); }
div.DivClassName
{
background-color: #C9D70C;
}
.BgClassName
{
background-color: #C9D70C;
}
</style>
border-color css
<style>
span { border-color: #C9D70C; }
span { border-color: rgb(201,215,12); }
td.TdClassName
{
border-color: #C9D70C;
}
.TagClassName
{
border-color: #C9D70C;
}
</style>