Shades of La Rioja #C6D305
Tints of La Rioja #C6D305
RGB
CMYK
RGB Variations
Color information
#C6D305 (or 0xC6D305) is known color: La Rioja. HEX triplet: C6, D3 and 05. RGB value is (198,211,5). Sum of RGB (Red+Green+Blue) = 198+211+5=414 (54% of max value = 765). Red value is 198 (77.73% from 255 or 47.83% from 414); Green value is 211 (82.81% from 255 or 50.97% from 414); Blue value is 5 (2.34% from 255 or 1.21% from 414); Max value from RGB is 211 - color contains mainly: green. Hex color #C6D305 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C6D305 is #392CFA. Grayscale: #B8B8B8. Windows color (decimal): -3747067 or 381894. OLE color: 381894.
HSL color Cylindrical-coordinate representation of color #C6D305: hue angle of 63.79º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C6D305 is Cyan = 0.06, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 198 | 211 | 5 | - |
| CMYK | 0.06 | 0 | 0.98 | 0.17 |
| HSL | 63.79º | 0.95% | 0.42% | - |
| HSV(B) | 63.79º | 0.98% | 0.83% | - |
| XYZ | 46.61 | 58.61 | 9 | - |
| YUV | 183.63 | 27.19 | 138.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 211 | 5 | 0.06 | 0 | 0.98 | 0.17 | 63.79 | 0.95 | 0.42 |
| Hex | C6 | D3 | 5 | 6 | 0 | 62 | 11 | 40 | 5F | 2A |
| Octal | 306 | 323 | 5 | 6 | 0 | 142 | 21 | 100 | 137 | 52 |
| Binary | 11000110 | 11010011 | 101 | 110 | 0 | 1100010 | 10001 | 1000000 | 1011111 | 101010 |
Color Harmonies of #C6D305
Complementary color
Monochromatic Colors of #C6D305
Black with #C6D305
Text Example
Text Example
White with #C6D305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6D305; }
p { color: rgb(198,211,5); }
H1.HeaderClassName
{
color: #C6D305;
}
.AnyTagClassName
{
color: #C6D305;
}
</style>
background-color css
<style>
a { background-color: #C6D305; }
a { background-color: rgb(198,211,5); }
div.DivClassName
{
background-color: #C6D305;
}
.BgClassName
{
background-color: #C6D305;
}
</style>
border-color css
<style>
span { border-color: #C6D305; }
span { border-color: rgb(198,211,5); }
td.TdClassName
{
border-color: #C6D305;
}
.TagClassName
{
border-color: #C6D305;
}
</style>