Shades of La Rioja #C7D004
Tints of La Rioja #C7D004
RGB
CMYK
RGB Variations
Color information
#C7D004 (or 0xC7D004) is known color: La Rioja. HEX triplet: C7, D0 and 04. RGB value is (199,208,4). Sum of RGB (Red+Green+Blue) = 199+208+4=411 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.42% from 411); Green value is 208 (81.64% from 255 or 50.61% from 411); Blue value is 4 (1.95% from 255 or 0.97% from 411); Max value from RGB is 208 - color contains mainly: green. Hex color #C7D004 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C7D004 is #382FFB. Grayscale: #B6B6B6. Windows color (decimal): -3682300 or 315591. OLE color: 315591.
HSL color Cylindrical-coordinate representation of color #C7D004: hue angle of 62.65º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C7D004 is Cyan = 0.04, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 199 | 208 | 4 | - |
| CMYK | 0.04 | 0 | 0.98 | 0.18 |
| HSL | 62.65º | 0.96% | 0.42% | - |
| HSV(B) | 62.65º | 0.98% | 0.82% | - |
| XYZ | 46.13 | 57.26 | 8.74 | - |
| YUV | 182.05 | 27.52 | 140.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 208 | 4 | 0.04 | 0 | 0.98 | 0.18 | 62.65 | 0.96 | 0.42 |
| Hex | C7 | D0 | 4 | 4 | 0 | 62 | 12 | 3F | 60 | 2A |
| Octal | 307 | 320 | 4 | 4 | 0 | 142 | 22 | 77 | 140 | 52 |
| Binary | 11000111 | 11010000 | 100 | 100 | 0 | 1100010 | 10010 | 111111 | 1100000 | 101010 |
Color Harmonies of #C7D004
Complementary color
Monochromatic Colors of #C7D004
Black with #C7D004
Text Example
Text Example
White with #C7D004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D004; }
p { color: rgb(199,208,4); }
H1.HeaderClassName
{
color: #C7D004;
}
.AnyTagClassName
{
color: #C7D004;
}
</style>
background-color css
<style>
a { background-color: #C7D004; }
a { background-color: rgb(199,208,4); }
div.DivClassName
{
background-color: #C7D004;
}
.BgClassName
{
background-color: #C7D004;
}
</style>
border-color css
<style>
span { border-color: #C7D004; }
span { border-color: rgb(199,208,4); }
td.TdClassName
{
border-color: #C7D004;
}
.TagClassName
{
border-color: #C7D004;
}
</style>