Shades of La Rioja #C6D504
Tints of La Rioja #C6D504
RGB
CMYK
RGB Variations
Color information
#C6D504 (or 0xC6D504) is known color: La Rioja. HEX triplet: C6, D5 and 04. RGB value is (198,213,4). Sum of RGB (Red+Green+Blue) = 198+213+4=415 (54% of max value = 765). Red value is 198 (77.73% from 255 or 47.71% from 415); Green value is 213 (83.59% from 255 or 51.33% from 415); Blue value is 4 (1.95% from 255 or 0.96% from 415); Max value from RGB is 213 - color contains mainly: green. Hex color #C6D504 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C6D504 is #392AFB. Grayscale: #B9B9B9. Windows color (decimal): -3746556 or 316870. OLE color: 316870.
HSL color Cylindrical-coordinate representation of color #C6D504: hue angle of 64.31º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C6D504 is Cyan = 0.07, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 198 | 213 | 4 | - |
| CMYK | 0.07 | 0 | 0.98 | 0.16 |
| HSL | 64.31º | 0.96% | 0.43% | - |
| HSV(B) | 64.31º | 0.98% | 0.84% | - |
| XYZ | 47.1 | 59.6 | 9.14 | - |
| YUV | 184.69 | 26.03 | 137.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 213 | 4 | 0.07 | 0 | 0.98 | 0.16 | 64.31 | 0.96 | 0.43 |
| Hex | C6 | D5 | 4 | 7 | 0 | 62 | 10 | 40 | 60 | 2B |
| Octal | 306 | 325 | 4 | 7 | 0 | 142 | 20 | 100 | 140 | 53 |
| Binary | 11000110 | 11010101 | 100 | 111 | 0 | 1100010 | 10000 | 1000000 | 1100000 | 101011 |
Color Harmonies of #C6D504
Complementary color
Monochromatic Colors of #C6D504
Black with #C6D504
Text Example
Text Example
White with #C6D504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6D504; }
p { color: rgb(198,213,4); }
H1.HeaderClassName
{
color: #C6D504;
}
.AnyTagClassName
{
color: #C6D504;
}
</style>
background-color css
<style>
a { background-color: #C6D504; }
a { background-color: rgb(198,213,4); }
div.DivClassName
{
background-color: #C6D504;
}
.BgClassName
{
background-color: #C6D504;
}
</style>
border-color css
<style>
span { border-color: #C6D504; }
span { border-color: rgb(198,213,4); }
td.TdClassName
{
border-color: #C6D504;
}
.TagClassName
{
border-color: #C6D504;
}
</style>