Shades of La Rioja #C7D010
Tints of La Rioja #C7D010
RGB
CMYK
RGB Variations
Color information
#C7D010 (or 0xC7D010) is known color: La Rioja. HEX triplet: C7, D0 and 10. RGB value is (199,208,16). Sum of RGB (Red+Green+Blue) = 199+208+16=423 (56% of max value = 765). Red value is 199 (78.12% from 255 or 47.04% from 423); Green value is 208 (81.64% from 255 or 49.17% from 423); Blue value is 16 (6.64% from 255 or 3.78% from 423); Max value from RGB is 208 - color contains mainly: green. Hex color #C7D010 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C7D010 is #382FEF. Grayscale: #B8B8B8. Windows color (decimal): -3682288 or 1102023. OLE color: 1102023.
HSL color Cylindrical-coordinate representation of color #C7D010: hue angle of 62.81º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C7D010 is Cyan = 0.04, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 199 | 208 | 16 | - |
| CMYK | 0.04 | 0 | 0.92 | 0.18 |
| HSL | 62.81º | 0.86% | 0.44% | - |
| HSV(B) | 62.81º | 0.92% | 0.82% | - |
| XYZ | 46.2 | 57.29 | 9.11 | - |
| YUV | 183.42 | 33.52 | 139.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 208 | 16 | 0.04 | 0 | 0.92 | 0.18 | 62.81 | 0.86 | 0.44 |
| Hex | C7 | D0 | 10 | 4 | 0 | 5C | 12 | 3F | 56 | 2C |
| Octal | 307 | 320 | 20 | 4 | 0 | 134 | 22 | 77 | 126 | 54 |
| Binary | 11000111 | 11010000 | 10000 | 100 | 0 | 1011100 | 10010 | 111111 | 1010110 | 101100 |
Color Harmonies of #C7D010
Complementary color
Monochromatic Colors of #C7D010
Black with #C7D010
Text Example
Text Example
White with #C7D010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D010; }
p { color: rgb(199,208,16); }
H1.HeaderClassName
{
color: #C7D010;
}
.AnyTagClassName
{
color: #C7D010;
}
</style>
background-color css
<style>
a { background-color: #C7D010; }
a { background-color: rgb(199,208,16); }
div.DivClassName
{
background-color: #C7D010;
}
.BgClassName
{
background-color: #C7D010;
}
</style>
border-color css
<style>
span { border-color: #C7D010; }
span { border-color: rgb(199,208,16); }
td.TdClassName
{
border-color: #C7D010;
}
.TagClassName
{
border-color: #C7D010;
}
</style>