Shades of La Rioja #C7D402
Tints of La Rioja #C7D402
RGB
CMYK
RGB Variations
Color information
#C7D402 (or 0xC7D402) is known color: La Rioja. HEX triplet: C7, D4 and 02. RGB value is (199,212,2). Sum of RGB (Red+Green+Blue) = 199+212+2=413 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.18% from 413); Green value is 212 (83.20% from 255 or 51.33% from 413); Blue value is 2 (1.17% from 255 or 0.48% from 413); Max value from RGB is 212 - color contains mainly: green. Hex color #C7D402 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C7D402 is #382BFD. Grayscale: #B9B9B9. Windows color (decimal): -3681278 or 185543. OLE color: 185543.
HSL color Cylindrical-coordinate representation of color #C7D402: hue angle of 63.71º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C7D402 is Cyan = 0.06, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 199 | 212 | 2 | - |
| CMYK | 0.06 | 0 | 0.99 | 0.17 |
| HSL | 63.71º | 0.98% | 0.42% | - |
| HSV(B) | 63.71º | 0.99% | 0.83% | - |
| XYZ | 47.11 | 59.23 | 9.01 | - |
| YUV | 184.17 | 25.19 | 138.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 212 | 2 | 0.06 | 0 | 0.99 | 0.17 | 63.71 | 0.98 | 0.42 |
| Hex | C7 | D4 | 2 | 6 | 0 | 63 | 11 | 40 | 62 | 2A |
| Octal | 307 | 324 | 2 | 6 | 0 | 143 | 21 | 100 | 142 | 52 |
| Binary | 11000111 | 11010100 | 10 | 110 | 0 | 1100011 | 10001 | 1000000 | 1100010 | 101010 |
Color Harmonies of #C7D402
Complementary color
Monochromatic Colors of #C7D402
Black with #C7D402
Text Example
Text Example
White with #C7D402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D402; }
p { color: rgb(199,212,2); }
H1.HeaderClassName
{
color: #C7D402;
}
.AnyTagClassName
{
color: #C7D402;
}
</style>
background-color css
<style>
a { background-color: #C7D402; }
a { background-color: rgb(199,212,2); }
div.DivClassName
{
background-color: #C7D402;
}
.BgClassName
{
background-color: #C7D402;
}
</style>
border-color css
<style>
span { border-color: #C7D402; }
span { border-color: rgb(199,212,2); }
td.TdClassName
{
border-color: #C7D402;
}
.TagClassName
{
border-color: #C7D402;
}
</style>