Shades of La Rioja #C9D800
Tints of La Rioja #C9D800
RGB
CMYK
RGB Variations
Color information
#C9D800 (or 0xC9D800) is known color: La Rioja. HEX triplet: C9, D8 and 00. RGB value is (201,216,0). Sum of RGB (Red+Green+Blue) = 201+216+0=417 (55% of max value = 765). Red value is 201 (78.91% from 255 or 48.20% from 417); Green value is 216 (84.77% from 255 or 51.80% from 417); Blue value is 0 (0.39% from 255 or 0% from 417); Max value from RGB is 216 - color contains mainly: green. Hex color #C9D800 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C9D800 is #3627FF. Grayscale: #BBBBBB. Windows color (decimal): -3549184 or 55497. OLE color: 55497.
HSL color Cylindrical-coordinate representation of color #C9D800: hue angle of 64.17º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C9D800 is Cyan = 0.07, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 201 | 216 | 0 | - |
| CMYK | 0.07 | 0 | 1 | 0.15 |
| HSL | 64.17º | 1% | 0.42% | - |
| HSV(B) | 64.17º | 1% | 0.85% | - |
| XYZ | 48.64 | 61.53 | 9.31 | - |
| YUV | 186.89 | 22.53 | 138.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 216 | 0 | 0.07 | 0 | 1 | 0.15 | 64.17 | 1 | 0.42 |
| Hex | C9 | D8 | 0 | 7 | 0 | 64 | F | 40 | 64 | 2A |
| Octal | 311 | 330 | 0 | 7 | 0 | 144 | 17 | 100 | 144 | 52 |
| Binary | 11001001 | 11011000 | 0 | 111 | 0 | 1100100 | 1111 | 1000000 | 1100100 | 101010 |
Color Harmonies of #C9D800
Complementary color
Monochromatic Colors of #C9D800
Black with #C9D800
Text Example
Text Example
White with #C9D800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9D800; }
p { color: rgb(201,216,0); }
H1.HeaderClassName
{
color: #C9D800;
}
.AnyTagClassName
{
color: #C9D800;
}
</style>
background-color css
<style>
a { background-color: #C9D800; }
a { background-color: rgb(201,216,0); }
div.DivClassName
{
background-color: #C9D800;
}
.BgClassName
{
background-color: #C9D800;
}
</style>
border-color css
<style>
span { border-color: #C9D800; }
span { border-color: rgb(201,216,0); }
td.TdClassName
{
border-color: #C9D800;
}
.TagClassName
{
border-color: #C9D800;
}
</style>