Shades of La Rioja #C7D70B
Tints of La Rioja #C7D70B
RGB
CMYK
RGB Variations
Color information
#C7D70B (or 0xC7D70B) is known color: La Rioja. HEX triplet: C7, D7 and 0B. RGB value is (199,215,11). Sum of RGB (Red+Green+Blue) = 199+215+11=425 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.82% from 425); Green value is 215 (84.38% from 255 or 50.59% from 425); Blue value is 11 (4.69% from 255 or 2.59% from 425); Max value from RGB is 215 - color contains mainly: green. Hex color #C7D70B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C7D70B is #3828F4. Grayscale: #BBBBBB. Windows color (decimal): -3680501 or 776135. OLE color: 776135.
HSL color Cylindrical-coordinate representation of color #C7D70B: hue angle of 64.71º 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 #C7D70B is Cyan = 0.07, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 199 | 215 | 11 | - |
| CMYK | 0.07 | 0 | 0.95 | 0.16 |
| HSL | 64.71º | 0.9% | 0.44% | - |
| HSV(B) | 64.71º | 0.95% | 0.84% | - |
| XYZ | 47.91 | 60.77 | 9.52 | - |
| YUV | 186.96 | 28.7 | 136.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 215 | 11 | 0.07 | 0 | 0.95 | 0.16 | 64.71 | 0.9 | 0.44 |
| Hex | C7 | D7 | B | 7 | 0 | 5F | 10 | 41 | 5A | 2C |
| Octal | 307 | 327 | 13 | 7 | 0 | 137 | 20 | 101 | 132 | 54 |
| Binary | 11000111 | 11010111 | 1011 | 111 | 0 | 1011111 | 10000 | 1000001 | 1011010 | 101100 |
Color Harmonies of #C7D70B
Complementary color
Monochromatic Colors of #C7D70B
Black with #C7D70B
Text Example
Text Example
White with #C7D70B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D70B; }
p { color: rgb(199,215,11); }
H1.HeaderClassName
{
color: #C7D70B;
}
.AnyTagClassName
{
color: #C7D70B;
}
</style>
background-color css
<style>
a { background-color: #C7D70B; }
a { background-color: rgb(199,215,11); }
div.DivClassName
{
background-color: #C7D70B;
}
.BgClassName
{
background-color: #C7D70B;
}
</style>
border-color css
<style>
span { border-color: #C7D70B; }
span { border-color: rgb(199,215,11); }
td.TdClassName
{
border-color: #C7D70B;
}
.TagClassName
{
border-color: #C7D70B;
}
</style>