Shades of La Rioja #C4D30D
Tints of La Rioja #C4D30D
RGB
CMYK
RGB Variations
Color information
#C4D30D (or 0xC4D30D) is known color: La Rioja. HEX triplet: C4, D3 and 0D. RGB value is (196,211,13). Sum of RGB (Red+Green+Blue) = 196+211+13=420 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.67% from 420); Green value is 211 (82.81% from 255 or 50.24% from 420); Blue value is 13 (5.47% from 255 or 3.10% from 420); Max value from RGB is 211 - color contains mainly: green. Hex color #C4D30D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C4D30D is #3B2CF2. Grayscale: #B8B8B8. Windows color (decimal): -3878131 or 906180. OLE color: 906180.
HSL color Cylindrical-coordinate representation of color #C4D30D: hue angle of 64.55º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C4D30D is Cyan = 0.07, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 196 | 211 | 13 | - |
| CMYK | 0.07 | 0 | 0.94 | 0.17 |
| HSL | 64.55º | 0.88% | 0.44% | - |
| HSV(B) | 64.55º | 0.94% | 0.83% | - |
| XYZ | 46.13 | 58.35 | 9.21 | - |
| YUV | 183.94 | 31.53 | 136.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 211 | 13 | 0.07 | 0 | 0.94 | 0.17 | 64.55 | 0.88 | 0.44 |
| Hex | C4 | D3 | D | 7 | 0 | 5E | 11 | 41 | 58 | 2C |
| Octal | 304 | 323 | 15 | 7 | 0 | 136 | 21 | 101 | 130 | 54 |
| Binary | 11000100 | 11010011 | 1101 | 111 | 0 | 1011110 | 10001 | 1000001 | 1011000 | 101100 |
Color Harmonies of #C4D30D
Complementary color
Monochromatic Colors of #C4D30D
Black with #C4D30D
Text Example
Text Example
White with #C4D30D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4D30D; }
p { color: rgb(196,211,13); }
H1.HeaderClassName
{
color: #C4D30D;
}
.AnyTagClassName
{
color: #C4D30D;
}
</style>
background-color css
<style>
a { background-color: #C4D30D; }
a { background-color: rgb(196,211,13); }
div.DivClassName
{
background-color: #C4D30D;
}
.BgClassName
{
background-color: #C4D30D;
}
</style>
border-color css
<style>
span { border-color: #C4D30D; }
span { border-color: rgb(196,211,13); }
td.TdClassName
{
border-color: #C4D30D;
}
.TagClassName
{
border-color: #C4D30D;
}
</style>