Shades of La Rioja #C4C20E
Tints of La Rioja #C4C20E
RGB
CMYK
RGB Variations
Color information
#C4C20E (or 0xC4C20E) is known color: La Rioja. HEX triplet: C4, C2 and 0E. RGB value is (196,194,14). Sum of RGB (Red+Green+Blue) = 196+194+14=404 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.51% from 404); Green value is 194 (76.17% from 255 or 48.02% from 404); Blue value is 14 (5.86% from 255 or 3.47% from 404); Max value from RGB is 196 - color contains mainly: red. Hex color #C4C20E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C4C20E is #3B3DF1. Grayscale: #AEAEAE. Windows color (decimal): -3882482 or 967364. OLE color: 967364.
HSL color Cylindrical-coordinate representation of color #C4C20E: hue angle of 59.34º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C4C20E is Cyan = 0, Magento = 0.01, Yellow = 0.93 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 194 | 14 | - |
| CMYK | 0 | 0.01 | 0.93 | 0.23 |
| HSL | 59.34º | 0.87% | 0.41% | - |
| HSV(B) | 59.34º | 0.93% | 0.77% | - |
| XYZ | 42.14 | 50.35 | 7.91 | - |
| YUV | 174.08 | 37.66 | 143.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 194 | 14 | 0 | 0.01 | 0.93 | 0.23 | 59.34 | 0.87 | 0.41 |
| Hex | C4 | C2 | E | 0 | 1 | 5D | 17 | 3B | 57 | 29 |
| Octal | 304 | 302 | 16 | 0 | 1 | 135 | 27 | 73 | 127 | 51 |
| Binary | 11000100 | 11000010 | 1110 | 0 | 1 | 1011101 | 10111 | 111011 | 1010111 | 101001 |
Color Harmonies of #C4C20E
Complementary color
Monochromatic Colors of #C4C20E
Black with #C4C20E
Text Example
Text Example
White with #C4C20E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4C20E; }
p { color: rgb(196,194,14); }
H1.HeaderClassName
{
color: #C4C20E;
}
.AnyTagClassName
{
color: #C4C20E;
}
</style>
background-color css
<style>
a { background-color: #C4C20E; }
a { background-color: rgb(196,194,14); }
div.DivClassName
{
background-color: #C4C20E;
}
.BgClassName
{
background-color: #C4C20E;
}
</style>
border-color css
<style>
span { border-color: #C4C20E; }
span { border-color: rgb(196,194,14); }
td.TdClassName
{
border-color: #C4C20E;
}
.TagClassName
{
border-color: #C4C20E;
}
</style>