Shades of La Rioja #C8D210
Tints of La Rioja #C8D210
RGB
CMYK
RGB Variations
Color information
#C8D210 (or 0xC8D210) is known color: La Rioja. HEX triplet: C8, D2 and 10. RGB value is (200,210,16). Sum of RGB (Red+Green+Blue) = 200+210+16=426 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.95% from 426); Green value is 210 (82.42% from 255 or 49.30% from 426); Blue value is 16 (6.64% from 255 or 3.76% from 426); Max value from RGB is 210 - color contains mainly: green. Hex color #C8D210 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C8D210 is #372DEF. Grayscale: #B9B9B9. Windows color (decimal): -3616240 or 1102536. OLE color: 1102536.
HSL color Cylindrical-coordinate representation of color #C8D210: hue angle of 63.09º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C8D210 is Cyan = 0.05, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 200 | 210 | 16 | - |
| CMYK | 0.05 | 0 | 0.92 | 0.18 |
| HSL | 63.09º | 0.86% | 0.44% | - |
| HSV(B) | 63.09º | 0.92% | 0.82% | - |
| XYZ | 46.96 | 58.41 | 9.29 | - |
| YUV | 184.89 | 32.69 | 138.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 210 | 16 | 0.05 | 0 | 0.92 | 0.18 | 63.09 | 0.86 | 0.44 |
| Hex | C8 | D2 | 10 | 5 | 0 | 5C | 12 | 3F | 56 | 2C |
| Octal | 310 | 322 | 20 | 5 | 0 | 134 | 22 | 77 | 126 | 54 |
| Binary | 11001000 | 11010010 | 10000 | 101 | 0 | 1011100 | 10010 | 111111 | 1010110 | 101100 |
Color Harmonies of #C8D210
Complementary color
Monochromatic Colors of #C8D210
Black with #C8D210
Text Example
Text Example
White with #C8D210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D210; }
p { color: rgb(200,210,16); }
H1.HeaderClassName
{
color: #C8D210;
}
.AnyTagClassName
{
color: #C8D210;
}
</style>
background-color css
<style>
a { background-color: #C8D210; }
a { background-color: rgb(200,210,16); }
div.DivClassName
{
background-color: #C8D210;
}
.BgClassName
{
background-color: #C8D210;
}
</style>
border-color css
<style>
span { border-color: #C8D210; }
span { border-color: rgb(200,210,16); }
td.TdClassName
{
border-color: #C8D210;
}
.TagClassName
{
border-color: #C8D210;
}
</style>