Shades of La Rioja #C8D70C
Tints of La Rioja #C8D70C
RGB
CMYK
RGB Variations
Color information
#C8D70C (or 0xC8D70C) is known color: La Rioja. HEX triplet: C8, D7 and 0C. RGB value is (200,215,12). Sum of RGB (Red+Green+Blue) = 200+215+12=427 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.84% from 427); Green value is 215 (84.38% from 255 or 50.35% from 427); Blue value is 12 (5.08% from 255 or 2.81% from 427); Max value from RGB is 215 - color contains mainly: green. Hex color #C8D70C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C8D70C is #3728F3. Grayscale: #BCBCBC. Windows color (decimal): -3614964 or 841672. OLE color: 841672.
HSL color Cylindrical-coordinate representation of color #C8D70C: hue angle of 64.43º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C8D70C is Cyan = 0.07, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 200 | 215 | 12 | - |
| CMYK | 0.07 | 0 | 0.94 | 0.16 |
| HSL | 64.43º | 0.89% | 0.45% | - |
| HSV(B) | 64.43º | 0.94% | 0.84% | - |
| XYZ | 48.19 | 60.91 | 9.56 | - |
| YUV | 187.37 | 29.03 | 137.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 215 | 12 | 0.07 | 0 | 0.94 | 0.16 | 64.43 | 0.89 | 0.45 |
| Hex | C8 | D7 | C | 7 | 0 | 5E | 10 | 40 | 59 | 2D |
| Octal | 310 | 327 | 14 | 7 | 0 | 136 | 20 | 100 | 131 | 55 |
| Binary | 11001000 | 11010111 | 1100 | 111 | 0 | 1011110 | 10000 | 1000000 | 1011001 | 101101 |
Color Harmonies of #C8D70C
Complementary color
Monochromatic Colors of #C8D70C
Black with #C8D70C
Text Example
Text Example
White with #C8D70C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D70C; }
p { color: rgb(200,215,12); }
H1.HeaderClassName
{
color: #C8D70C;
}
.AnyTagClassName
{
color: #C8D70C;
}
</style>
background-color css
<style>
a { background-color: #C8D70C; }
a { background-color: rgb(200,215,12); }
div.DivClassName
{
background-color: #C8D70C;
}
.BgClassName
{
background-color: #C8D70C;
}
</style>
border-color css
<style>
span { border-color: #C8D70C; }
span { border-color: rgb(200,215,12); }
td.TdClassName
{
border-color: #C8D70C;
}
.TagClassName
{
border-color: #C8D70C;
}
</style>