Shades of La Rioja #C7D503
Tints of La Rioja #C7D503
RGB
CMYK
RGB Variations
Color information
#C7D503 (or 0xC7D503) is known color: La Rioja. HEX triplet: C7, D5 and 03. RGB value is (199,213,3). Sum of RGB (Red+Green+Blue) = 199+213+3=415 (54% of max value = 765). Red value is 199 (78.12% from 255 or 47.95% from 415); Green value is 213 (83.59% from 255 or 51.33% from 415); Blue value is 3 (1.56% from 255 or 0.72% from 415); Max value from RGB is 213 - color contains mainly: green. Hex color #C7D503 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C7D503 is #382AFC. Grayscale: #B9B9B9. Windows color (decimal): -3681021 or 251335. OLE color: 251335.
HSL color Cylindrical-coordinate representation of color #C7D503: hue angle of 64º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C7D503 is Cyan = 0.07, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 199 | 213 | 3 | - |
| CMYK | 0.07 | 0 | 0.99 | 0.16 |
| HSL | 64º | 0.97% | 0.42% | - |
| HSV(B) | 64º | 0.99% | 0.84% | - |
| XYZ | 47.36 | 59.74 | 9.12 | - |
| YUV | 184.87 | 25.36 | 138.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 213 | 3 | 0.07 | 0 | 0.99 | 0.16 | 64 | 0.97 | 0.42 |
| Hex | C7 | D5 | 3 | 7 | 0 | 63 | 10 | 40 | 61 | 2A |
| Octal | 307 | 325 | 3 | 7 | 0 | 143 | 20 | 100 | 141 | 52 |
| Binary | 11000111 | 11010101 | 11 | 111 | 0 | 1100011 | 10000 | 1000000 | 1100001 | 101010 |
Color Harmonies of #C7D503
Complementary color
Monochromatic Colors of #C7D503
Black with #C7D503
Text Example
Text Example
White with #C7D503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D503; }
p { color: rgb(199,213,3); }
H1.HeaderClassName
{
color: #C7D503;
}
.AnyTagClassName
{
color: #C7D503;
}
</style>
background-color css
<style>
a { background-color: #C7D503; }
a { background-color: rgb(199,213,3); }
div.DivClassName
{
background-color: #C7D503;
}
.BgClassName
{
background-color: #C7D503;
}
</style>
border-color css
<style>
span { border-color: #C7D503; }
span { border-color: rgb(199,213,3); }
td.TdClassName
{
border-color: #C7D503;
}
.TagClassName
{
border-color: #C7D503;
}
</style>