Shades of La Rioja #C7D60B
Tints of La Rioja #C7D60B
RGB
CMYK
RGB Variations
Color information
#C7D60B (or 0xC7D60B) is known color: La Rioja. HEX triplet: C7, D6 and 0B. RGB value is (199,214,11). Sum of RGB (Red+Green+Blue) = 199+214+11=424 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.93% from 424); Green value is 214 (83.98% from 255 or 50.47% from 424); Blue value is 11 (4.69% from 255 or 2.59% from 424); Max value from RGB is 214 - color contains mainly: green. Hex color #C7D60B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C7D60B is #3829F4. Grayscale: #BBBBBB. Windows color (decimal): -3680757 or 775879. OLE color: 775879.
HSL color Cylindrical-coordinate representation of color #C7D60B: hue angle of 64.43º degrees, saturation: 0.9, 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 #C7D60B is Cyan = 0.07, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 199 | 214 | 11 | - |
| CMYK | 0.07 | 0 | 0.95 | 0.16 |
| HSL | 64.43º | 0.9% | 0.44% | - |
| HSV(B) | 64.43º | 0.95% | 0.84% | - |
| XYZ | 47.66 | 60.26 | 9.44 | - |
| YUV | 186.37 | 29.03 | 137.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 214 | 11 | 0.07 | 0 | 0.95 | 0.16 | 64.43 | 0.9 | 0.44 |
| Hex | C7 | D6 | B | 7 | 0 | 5F | 10 | 40 | 5A | 2C |
| Octal | 307 | 326 | 13 | 7 | 0 | 137 | 20 | 100 | 132 | 54 |
| Binary | 11000111 | 11010110 | 1011 | 111 | 0 | 1011111 | 10000 | 1000000 | 1011010 | 101100 |
Color Harmonies of #C7D60B
Complementary color
Monochromatic Colors of #C7D60B
Black with #C7D60B
Text Example
Text Example
White with #C7D60B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D60B; }
p { color: rgb(199,214,11); }
H1.HeaderClassName
{
color: #C7D60B;
}
.AnyTagClassName
{
color: #C7D60B;
}
</style>
background-color css
<style>
a { background-color: #C7D60B; }
a { background-color: rgb(199,214,11); }
div.DivClassName
{
background-color: #C7D60B;
}
.BgClassName
{
background-color: #C7D60B;
}
</style>
border-color css
<style>
span { border-color: #C7D60B; }
span { border-color: rgb(199,214,11); }
td.TdClassName
{
border-color: #C7D60B;
}
.TagClassName
{
border-color: #C7D60B;
}
</style>