Shades of La Rioja #C7D60A
Tints of La Rioja #C7D60A
RGB
CMYK
RGB Variations
Color information
#C7D60A (or 0xC7D60A) is known color: La Rioja. HEX triplet: C7, D6 and 0A. RGB value is (199,214,10). Sum of RGB (Red+Green+Blue) = 199+214+10=423 (56% of max value = 765). Red value is 199 (78.12% from 255 or 47.04% from 423); Green value is 214 (83.98% from 255 or 50.59% from 423); Blue value is 10 (4.30% from 255 or 2.36% from 423); Max value from RGB is 214 - color contains mainly: green. Hex color #C7D60A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C7D60A is #3829F5. Grayscale: #BBBBBB. Windows color (decimal): -3680758 or 710343. OLE color: 710343.
HSL color Cylindrical-coordinate representation of color #C7D60A: hue angle of 64.41º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C7D60A is Cyan = 0.07, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 199 | 214 | 10 | - |
| CMYK | 0.07 | 0 | 0.95 | 0.16 |
| HSL | 64.41º | 0.91% | 0.44% | - |
| HSV(B) | 64.41º | 0.95% | 0.84% | - |
| XYZ | 47.65 | 60.26 | 9.41 | - |
| YUV | 186.26 | 28.53 | 137.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 214 | 10 | 0.07 | 0 | 0.95 | 0.16 | 64.41 | 0.91 | 0.44 |
| Hex | C7 | D6 | A | 7 | 0 | 5F | 10 | 40 | 5B | 2C |
| Octal | 307 | 326 | 12 | 7 | 0 | 137 | 20 | 100 | 133 | 54 |
| Binary | 11000111 | 11010110 | 1010 | 111 | 0 | 1011111 | 10000 | 1000000 | 1011011 | 101100 |
Color Harmonies of #C7D60A
Complementary color
Monochromatic Colors of #C7D60A
Black with #C7D60A
Text Example
Text Example
White with #C7D60A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D60A; }
p { color: rgb(199,214,10); }
H1.HeaderClassName
{
color: #C7D60A;
}
.AnyTagClassName
{
color: #C7D60A;
}
</style>
background-color css
<style>
a { background-color: #C7D60A; }
a { background-color: rgb(199,214,10); }
div.DivClassName
{
background-color: #C7D60A;
}
.BgClassName
{
background-color: #C7D60A;
}
</style>
border-color css
<style>
span { border-color: #C7D60A; }
span { border-color: rgb(199,214,10); }
td.TdClassName
{
border-color: #C7D60A;
}
.TagClassName
{
border-color: #C7D60A;
}
</style>