Shades of La Rioja #C7CA0D
Tints of La Rioja #C7CA0D
RGB
CMYK
RGB Variations
Color information
#C7CA0D (or 0xC7CA0D) is known color: La Rioja. HEX triplet: C7, CA and 0D. RGB value is (199,202,13). Sum of RGB (Red+Green+Blue) = 199+202+13=414 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.07% from 414); Green value is 202 (79.30% from 255 or 48.79% from 414); Blue value is 13 (5.47% from 255 or 3.14% from 414); Max value from RGB is 202 - color contains mainly: green. Hex color #C7CA0D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C7CA0D is #3835F2. Grayscale: #B4B4B4. Windows color (decimal): -3683827 or 903879. OLE color: 903879.
HSL color Cylindrical-coordinate representation of color #C7CA0D: hue angle of 60.95º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C7CA0D is Cyan = 0.01, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 199 | 202 | 13 | - |
| CMYK | 0.01 | 0 | 0.94 | 0.21 |
| HSL | 60.95º | 0.88% | 0.42% | - |
| HSV(B) | 60.95º | 0.94% | 0.79% | - |
| XYZ | 44.75 | 54.41 | 8.52 | - |
| YUV | 179.56 | 34.01 | 141.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 202 | 13 | 0.01 | 0 | 0.94 | 0.21 | 60.95 | 0.88 | 0.42 |
| Hex | C7 | CA | D | 1 | 0 | 5E | 15 | 3D | 58 | 2A |
| Octal | 307 | 312 | 15 | 1 | 0 | 136 | 25 | 75 | 130 | 52 |
| Binary | 11000111 | 11001010 | 1101 | 1 | 0 | 1011110 | 10101 | 111101 | 1011000 | 101010 |
Color Harmonies of #C7CA0D
Complementary color
Monochromatic Colors of #C7CA0D
Black with #C7CA0D
Text Example
Text Example
White with #C7CA0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7CA0D; }
p { color: rgb(199,202,13); }
H1.HeaderClassName
{
color: #C7CA0D;
}
.AnyTagClassName
{
color: #C7CA0D;
}
</style>
background-color css
<style>
a { background-color: #C7CA0D; }
a { background-color: rgb(199,202,13); }
div.DivClassName
{
background-color: #C7CA0D;
}
.BgClassName
{
background-color: #C7CA0D;
}
</style>
border-color css
<style>
span { border-color: #C7CA0D; }
span { border-color: rgb(199,202,13); }
td.TdClassName
{
border-color: #C7CA0D;
}
.TagClassName
{
border-color: #C7CA0D;
}
</style>