Shades of La Rioja #C4C40D
Tints of La Rioja #C4C40D
RGB
CMYK
RGB Variations
Color information
#C4C40D (or 0xC4C40D) is known color: La Rioja. HEX triplet: C4, C4 and 0D. RGB value is (196,196,13). Sum of RGB (Red+Green+Blue) = 196+196+13=405 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.40% from 405); Green value is 196 (76.95% from 255 or 48.40% from 405); Blue value is 13 (5.47% from 255 or 3.21% from 405); Max value from RGB is 196 - color contains mainly: red, green. Hex color #C4C40D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C4C40D is #3B3BF2. Grayscale: #AFAFAF. Windows color (decimal): -3881971 or 902340. OLE color: 902340.
HSL color Cylindrical-coordinate representation of color #C4C40D: hue angle of 60º degrees, saturation: 0.88, 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 #C4C40D is Cyan = 0, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 196 | 13 | - |
| CMYK | 0 | 0 | 0.93 | 0.23 |
| HSL | 60º | 0.88% | 0.41% | - |
| HSV(B) | 60º | 0.93% | 0.77% | - |
| XYZ | 42.58 | 51.24 | 8.03 | - |
| YUV | 175.14 | 36.5 | 142.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 196 | 13 | 0 | 0 | 0.93 | 0.23 | 60 | 0.88 | 0.41 |
| Hex | C4 | C4 | D | 0 | 0 | 5D | 17 | 3C | 58 | 29 |
| Octal | 304 | 304 | 15 | 0 | 0 | 135 | 27 | 74 | 130 | 51 |
| Binary | 11000100 | 11000100 | 1101 | 0 | 0 | 1011101 | 10111 | 111100 | 1011000 | 101001 |
Color Harmonies of #C4C40D
Complementary color
Monochromatic Colors of #C4C40D
Black with #C4C40D
Text Example
Text Example
White with #C4C40D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4C40D; }
p { color: rgb(196,196,13); }
H1.HeaderClassName
{
color: #C4C40D;
}
.AnyTagClassName
{
color: #C4C40D;
}
</style>
background-color css
<style>
a { background-color: #C4C40D; }
a { background-color: rgb(196,196,13); }
div.DivClassName
{
background-color: #C4C40D;
}
.BgClassName
{
background-color: #C4C40D;
}
</style>
border-color css
<style>
span { border-color: #C4C40D; }
span { border-color: rgb(196,196,13); }
td.TdClassName
{
border-color: #C4C40D;
}
.TagClassName
{
border-color: #C4C40D;
}
</style>