Shades of La Rioja #C8D20E
Tints of La Rioja #C8D20E
RGB
CMYK
RGB Variations
Color information
#C8D20E (or 0xC8D20E) is known color: La Rioja. HEX triplet: C8, D2 and 0E. RGB value is (200,210,14). Sum of RGB (Red+Green+Blue) = 200+210+14=424 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.17% from 424); Green value is 210 (82.42% from 255 or 49.53% from 424); Blue value is 14 (5.86% from 255 or 3.30% from 424); Max value from RGB is 210 - color contains mainly: green. Hex color #C8D20E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C8D20E is #372DF1. Grayscale: #B9B9B9. Windows color (decimal): -3616242 or 971464. OLE color: 971464.
HSL color Cylindrical-coordinate representation of color #C8D20E: hue angle of 63.06º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C8D20E is Cyan = 0.05, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 200 | 210 | 14 | - |
| CMYK | 0.05 | 0 | 0.93 | 0.18 |
| HSL | 63.06º | 0.88% | 0.44% | - |
| HSV(B) | 63.06º | 0.93% | 0.82% | - |
| XYZ | 46.95 | 58.4 | 9.21 | - |
| YUV | 184.67 | 31.69 | 138.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 210 | 14 | 0.05 | 0 | 0.93 | 0.18 | 63.06 | 0.88 | 0.44 |
| Hex | C8 | D2 | E | 5 | 0 | 5D | 12 | 3F | 58 | 2C |
| Octal | 310 | 322 | 16 | 5 | 0 | 135 | 22 | 77 | 130 | 54 |
| Binary | 11001000 | 11010010 | 1110 | 101 | 0 | 1011101 | 10010 | 111111 | 1011000 | 101100 |
Color Harmonies of #C8D20E
Complementary color
Monochromatic Colors of #C8D20E
Black with #C8D20E
Text Example
Text Example
White with #C8D20E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D20E; }
p { color: rgb(200,210,14); }
H1.HeaderClassName
{
color: #C8D20E;
}
.AnyTagClassName
{
color: #C8D20E;
}
</style>
background-color css
<style>
a { background-color: #C8D20E; }
a { background-color: rgb(200,210,14); }
div.DivClassName
{
background-color: #C8D20E;
}
.BgClassName
{
background-color: #C8D20E;
}
</style>
border-color css
<style>
span { border-color: #C8D20E; }
span { border-color: rgb(200,210,14); }
td.TdClassName
{
border-color: #C8D20E;
}
.TagClassName
{
border-color: #C8D20E;
}
</style>