Shades of La Rioja #C6D507
Tints of La Rioja #C6D507
RGB
CMYK
RGB Variations
Color information
#C6D507 (or 0xC6D507) is known color: La Rioja. HEX triplet: C6, D5 and 07. RGB value is (198,213,7). Sum of RGB (Red+Green+Blue) = 198+213+7=418 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.37% from 418); Green value is 213 (83.59% from 255 or 50.96% from 418); Blue value is 7 (3.12% from 255 or 1.67% from 418); Max value from RGB is 213 - color contains mainly: green. Hex color #C6D507 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C6D507 is #392AF8. Grayscale: #B9B9B9. Windows color (decimal): -3746553 or 513478. OLE color: 513478.
HSL color Cylindrical-coordinate representation of color #C6D507: hue angle of 64.37º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C6D507 is Cyan = 0.07, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 198 | 213 | 7 | - |
| CMYK | 0.07 | 0 | 0.97 | 0.16 |
| HSL | 64.37º | 0.94% | 0.43% | - |
| HSV(B) | 64.37º | 0.97% | 0.84% | - |
| XYZ | 47.12 | 59.61 | 9.22 | - |
| YUV | 185.03 | 27.53 | 137.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 213 | 7 | 0.07 | 0 | 0.97 | 0.16 | 64.37 | 0.94 | 0.43 |
| Hex | C6 | D5 | 7 | 7 | 0 | 61 | 10 | 40 | 5E | 2B |
| Octal | 306 | 325 | 7 | 7 | 0 | 141 | 20 | 100 | 136 | 53 |
| Binary | 11000110 | 11010101 | 111 | 111 | 0 | 1100001 | 10000 | 1000000 | 1011110 | 101011 |
Color Harmonies of #C6D507
Complementary color
Monochromatic Colors of #C6D507
Black with #C6D507
Text Example
Text Example
White with #C6D507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6D507; }
p { color: rgb(198,213,7); }
H1.HeaderClassName
{
color: #C6D507;
}
.AnyTagClassName
{
color: #C6D507;
}
</style>
background-color css
<style>
a { background-color: #C6D507; }
a { background-color: rgb(198,213,7); }
div.DivClassName
{
background-color: #C6D507;
}
.BgClassName
{
background-color: #C6D507;
}
</style>
border-color css
<style>
span { border-color: #C6D507; }
span { border-color: rgb(198,213,7); }
td.TdClassName
{
border-color: #C6D507;
}
.TagClassName
{
border-color: #C6D507;
}
</style>