Shades of La Rioja #C8D50C
Tints of La Rioja #C8D50C
RGB
CMYK
RGB Variations
Color information
#C8D50C (or 0xC8D50C) is known color: La Rioja. HEX triplet: C8, D5 and 0C. RGB value is (200,213,12). Sum of RGB (Red+Green+Blue) = 200+213+12=425 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.06% from 425); Green value is 213 (83.59% from 255 or 50.12% from 425); Blue value is 12 (5.08% from 255 or 2.82% from 425); Max value from RGB is 213 - color contains mainly: green. Hex color #C8D50C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C8D50C is #372AF3. Grayscale: #BABABA. Windows color (decimal): -3615476 or 841160. OLE color: 841160.
HSL color Cylindrical-coordinate representation of color #C8D50C: hue angle of 63.88º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C8D50C is Cyan = 0.06, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 200 | 213 | 12 | - |
| CMYK | 0.06 | 0 | 0.94 | 0.16 |
| HSL | 63.88º | 0.89% | 0.44% | - |
| HSV(B) | 63.88º | 0.94% | 0.84% | - |
| XYZ | 47.68 | 59.89 | 9.4 | - |
| YUV | 186.2 | 29.69 | 137.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 213 | 12 | 0.06 | 0 | 0.94 | 0.16 | 63.88 | 0.89 | 0.44 |
| Hex | C8 | D5 | C | 6 | 0 | 5E | 10 | 40 | 59 | 2C |
| Octal | 310 | 325 | 14 | 6 | 0 | 136 | 20 | 100 | 131 | 54 |
| Binary | 11001000 | 11010101 | 1100 | 110 | 0 | 1011110 | 10000 | 1000000 | 1011001 | 101100 |
Color Harmonies of #C8D50C
Complementary color
Monochromatic Colors of #C8D50C
Black with #C8D50C
Text Example
Text Example
White with #C8D50C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D50C; }
p { color: rgb(200,213,12); }
H1.HeaderClassName
{
color: #C8D50C;
}
.AnyTagClassName
{
color: #C8D50C;
}
</style>
background-color css
<style>
a { background-color: #C8D50C; }
a { background-color: rgb(200,213,12); }
div.DivClassName
{
background-color: #C8D50C;
}
.BgClassName
{
background-color: #C8D50C;
}
</style>
border-color css
<style>
span { border-color: #C8D50C; }
span { border-color: rgb(200,213,12); }
td.TdClassName
{
border-color: #C8D50C;
}
.TagClassName
{
border-color: #C8D50C;
}
</style>