Shades of La Rioja #C5D807
Tints of La Rioja #C5D807
RGB
CMYK
RGB Variations
Color information
#C5D807 (or 0xC5D807) is known color: La Rioja. HEX triplet: C5, D8 and 07. RGB value is (197,216,7). Sum of RGB (Red+Green+Blue) = 197+216+7=420 (55% of max value = 765). Red value is 197 (77.34% from 255 or 46.90% from 420); Green value is 216 (84.77% from 255 or 51.43% from 420); Blue value is 7 (3.12% from 255 or 1.67% from 420); Max value from RGB is 216 - color contains mainly: green. Hex color #C5D807 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5D807 is #3A27F8. Grayscale: #BBBBBB. Windows color (decimal): -3811321 or 514245. OLE color: 514245.
HSL color Cylindrical-coordinate representation of color #C5D807: hue angle of 65.45º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C5D807 is Cyan = 0.09, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 197 | 216 | 7 | - |
| CMYK | 0.09 | 0 | 0.97 | 0.15 |
| HSL | 65.45º | 0.94% | 0.44% | - |
| HSV(B) | 65.45º | 0.97% | 0.85% | - |
| XYZ | 47.62 | 61 | 9.46 | - |
| YUV | 186.49 | 26.71 | 135.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 216 | 7 | 0.09 | 0 | 0.97 | 0.15 | 65.45 | 0.94 | 0.44 |
| Hex | C5 | D8 | 7 | 9 | 0 | 61 | F | 41 | 5E | 2C |
| Octal | 305 | 330 | 7 | 11 | 0 | 141 | 17 | 101 | 136 | 54 |
| Binary | 11000101 | 11011000 | 111 | 1001 | 0 | 1100001 | 1111 | 1000001 | 1011110 | 101100 |
Color Harmonies of #C5D807
Complementary color
Monochromatic Colors of #C5D807
Black with #C5D807
Text Example
Text Example
White with #C5D807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D807; }
p { color: rgb(197,216,7); }
H1.HeaderClassName
{
color: #C5D807;
}
.AnyTagClassName
{
color: #C5D807;
}
</style>
background-color css
<style>
a { background-color: #C5D807; }
a { background-color: rgb(197,216,7); }
div.DivClassName
{
background-color: #C5D807;
}
.BgClassName
{
background-color: #C5D807;
}
</style>
border-color css
<style>
span { border-color: #C5D807; }
span { border-color: rgb(197,216,7); }
td.TdClassName
{
border-color: #C5D807;
}
.TagClassName
{
border-color: #C5D807;
}
</style>