Shades of La Rioja #C5D10D
Tints of La Rioja #C5D10D
RGB
CMYK
RGB Variations
Color information
#C5D10D (or 0xC5D10D) is known color: La Rioja. HEX triplet: C5, D1 and 0D. RGB value is (197,209,13). Sum of RGB (Red+Green+Blue) = 197+209+13=419 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.02% from 419); Green value is 209 (82.03% from 255 or 49.88% from 419); Blue value is 13 (5.47% from 255 or 3.10% from 419); Max value from RGB is 209 - color contains mainly: green. Hex color #C5D10D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5D10D is #3A2EF2. Grayscale: #B7B7B7. Windows color (decimal): -3813107 or 905669. OLE color: 905669.
HSL color Cylindrical-coordinate representation of color #C5D10D: hue angle of 63.67º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C5D10D is Cyan = 0.06, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 197 | 209 | 13 | - |
| CMYK | 0.06 | 0 | 0.94 | 0.18 |
| HSL | 63.67º | 0.88% | 0.44% | - |
| HSV(B) | 63.67º | 0.94% | 0.82% | - |
| XYZ | 45.9 | 57.5 | 9.06 | - |
| YUV | 183.07 | 32.02 | 137.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 209 | 13 | 0.06 | 0 | 0.94 | 0.18 | 63.67 | 0.88 | 0.44 |
| Hex | C5 | D1 | D | 6 | 0 | 5E | 12 | 40 | 58 | 2C |
| Octal | 305 | 321 | 15 | 6 | 0 | 136 | 22 | 100 | 130 | 54 |
| Binary | 11000101 | 11010001 | 1101 | 110 | 0 | 1011110 | 10010 | 1000000 | 1011000 | 101100 |
Color Harmonies of #C5D10D
Complementary color
Monochromatic Colors of #C5D10D
Black with #C5D10D
Text Example
Text Example
White with #C5D10D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D10D; }
p { color: rgb(197,209,13); }
H1.HeaderClassName
{
color: #C5D10D;
}
.AnyTagClassName
{
color: #C5D10D;
}
</style>
background-color css
<style>
a { background-color: #C5D10D; }
a { background-color: rgb(197,209,13); }
div.DivClassName
{
background-color: #C5D10D;
}
.BgClassName
{
background-color: #C5D10D;
}
</style>
border-color css
<style>
span { border-color: #C5D10D; }
span { border-color: rgb(197,209,13); }
td.TdClassName
{
border-color: #C5D10D;
}
.TagClassName
{
border-color: #C5D10D;
}
</style>