Shades of La Rioja #C9DA00
Tints of La Rioja #C9DA00
RGB
CMYK
RGB Variations
Color information
#C9DA00 (or 0xC9DA00) is known color: La Rioja. HEX triplet: C9, DA and 00. RGB value is (201,218,0). Sum of RGB (Red+Green+Blue) = 201+218+0=419 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.97% from 419); Green value is 218 (85.55% from 255 or 52.03% from 419); Blue value is 0 (0.39% from 255 or 0% from 419); Max value from RGB is 218 - color contains mainly: green. Hex color #C9DA00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C9DA00 is #3625FF. Grayscale: #BCBCBC. Windows color (decimal): -3548672 or 56009. OLE color: 56009.
HSL color Cylindrical-coordinate representation of color #C9DA00: hue angle of 64.68º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C9DA00 is Cyan = 0.08, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 201 | 218 | 0 | - |
| CMYK | 0.08 | 0 | 1 | 0.15 |
| HSL | 64.68º | 1% | 0.43% | - |
| HSV(B) | 64.68º | 1% | 0.85% | - |
| XYZ | 49.16 | 62.56 | 9.48 | - |
| YUV | 188.07 | 21.87 | 137.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 218 | 0 | 0.08 | 0 | 1 | 0.15 | 64.68 | 1 | 0.43 |
| Hex | C9 | DA | 0 | 8 | 0 | 64 | F | 41 | 64 | 2B |
| Octal | 311 | 332 | 0 | 10 | 0 | 144 | 17 | 101 | 144 | 53 |
| Binary | 11001001 | 11011010 | 0 | 1000 | 0 | 1100100 | 1111 | 1000001 | 1100100 | 101011 |
Color Harmonies of #C9DA00
Complementary color
Monochromatic Colors of #C9DA00
Black with #C9DA00
Text Example
Text Example
White with #C9DA00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9DA00; }
p { color: rgb(201,218,0); }
H1.HeaderClassName
{
color: #C9DA00;
}
.AnyTagClassName
{
color: #C9DA00;
}
</style>
background-color css
<style>
a { background-color: #C9DA00; }
a { background-color: rgb(201,218,0); }
div.DivClassName
{
background-color: #C9DA00;
}
.BgClassName
{
background-color: #C9DA00;
}
</style>
border-color css
<style>
span { border-color: #C9DA00; }
span { border-color: rgb(201,218,0); }
td.TdClassName
{
border-color: #C9DA00;
}
.TagClassName
{
border-color: #C9DA00;
}
</style>