Shades of La Rioja #C7D80B
Tints of La Rioja #C7D80B
RGB
CMYK
RGB Variations
Color information
#C7D80B (or 0xC7D80B) is known color: La Rioja. HEX triplet: C7, D8 and 0B. RGB value is (199,216,11). Sum of RGB (Red+Green+Blue) = 199+216+11=426 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.71% from 426); Green value is 216 (84.77% from 255 or 50.70% from 426); Blue value is 11 (4.69% from 255 or 2.58% from 426); Max value from RGB is 216 - color contains mainly: green. Hex color #C7D80B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C7D80B is #3827F4. Grayscale: #BCBCBC. Windows color (decimal): -3680245 or 776391. OLE color: 776391.
HSL color Cylindrical-coordinate representation of color #C7D80B: hue angle of 64.98º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C7D80B is Cyan = 0.08, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 199 | 216 | 11 | - |
| CMYK | 0.08 | 0 | 0.95 | 0.15 |
| HSL | 64.98º | 0.9% | 0.45% | - |
| HSV(B) | 64.98º | 0.95% | 0.85% | - |
| XYZ | 48.17 | 61.28 | 9.61 | - |
| YUV | 187.55 | 28.37 | 136.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 216 | 11 | 0.08 | 0 | 0.95 | 0.15 | 64.98 | 0.9 | 0.45 |
| Hex | C7 | D8 | B | 8 | 0 | 5F | F | 41 | 5A | 2D |
| Octal | 307 | 330 | 13 | 10 | 0 | 137 | 17 | 101 | 132 | 55 |
| Binary | 11000111 | 11011000 | 1011 | 1000 | 0 | 1011111 | 1111 | 1000001 | 1011010 | 101101 |
Color Harmonies of #C7D80B
Complementary color
Monochromatic Colors of #C7D80B
Black with #C7D80B
Text Example
Text Example
White with #C7D80B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D80B; }
p { color: rgb(199,216,11); }
H1.HeaderClassName
{
color: #C7D80B;
}
.AnyTagClassName
{
color: #C7D80B;
}
</style>
background-color css
<style>
a { background-color: #C7D80B; }
a { background-color: rgb(199,216,11); }
div.DivClassName
{
background-color: #C7D80B;
}
.BgClassName
{
background-color: #C7D80B;
}
</style>
border-color css
<style>
span { border-color: #C7D80B; }
span { border-color: rgb(199,216,11); }
td.TdClassName
{
border-color: #C7D80B;
}
.TagClassName
{
border-color: #C7D80B;
}
</style>