Shades of La Rioja #C7D207
Tints of La Rioja #C7D207
RGB
CMYK
RGB Variations
Color information
#C7D207 (or 0xC7D207) is known color: La Rioja. HEX triplet: C7, D2 and 07. RGB value is (199,210,7). Sum of RGB (Red+Green+Blue) = 199+210+7=416 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.84% from 416); Green value is 210 (82.42% from 255 or 50.48% from 416); Blue value is 7 (3.12% from 255 or 1.68% from 416); Max value from RGB is 210 - color contains mainly: green. Hex color #C7D207 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C7D207 is #382DF8. Grayscale: #B8B8B8. Windows color (decimal): -3681785 or 512711. OLE color: 512711.
HSL color Cylindrical-coordinate representation of color #C7D207: hue angle of 63.25º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C7D207 is Cyan = 0.05, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 199 | 210 | 7 | - |
| CMYK | 0.05 | 0 | 0.97 | 0.18 |
| HSL | 63.25º | 0.94% | 0.43% | - |
| HSV(B) | 63.25º | 0.97% | 0.82% | - |
| XYZ | 46.64 | 58.25 | 8.99 | - |
| YUV | 183.57 | 28.36 | 139.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 210 | 7 | 0.05 | 0 | 0.97 | 0.18 | 63.25 | 0.94 | 0.43 |
| Hex | C7 | D2 | 7 | 5 | 0 | 61 | 12 | 3F | 5E | 2B |
| Octal | 307 | 322 | 7 | 5 | 0 | 141 | 22 | 77 | 136 | 53 |
| Binary | 11000111 | 11010010 | 111 | 101 | 0 | 1100001 | 10010 | 111111 | 1011110 | 101011 |
Color Harmonies of #C7D207
Complementary color
Monochromatic Colors of #C7D207
Black with #C7D207
Text Example
Text Example
White with #C7D207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D207; }
p { color: rgb(199,210,7); }
H1.HeaderClassName
{
color: #C7D207;
}
.AnyTagClassName
{
color: #C7D207;
}
</style>
background-color css
<style>
a { background-color: #C7D207; }
a { background-color: rgb(199,210,7); }
div.DivClassName
{
background-color: #C7D207;
}
.BgClassName
{
background-color: #C7D207;
}
</style>
border-color css
<style>
span { border-color: #C7D207; }
span { border-color: rgb(199,210,7); }
td.TdClassName
{
border-color: #C7D207;
}
.TagClassName
{
border-color: #C7D207;
}
</style>