Shades of La Rioja #C4BA0D
Tints of La Rioja #C4BA0D
RGB
CMYK
RGB Variations
Color information
#C4BA0D (or 0xC4BA0D) is known color: La Rioja. HEX triplet: C4, BA and 0D. RGB value is (196,186,13). Sum of RGB (Red+Green+Blue) = 196+186+13=395 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.62% from 395); Green value is 186 (73.05% from 255 or 47.09% from 395); Blue value is 13 (5.47% from 255 or 3.29% from 395); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BA0D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C4BA0D is #3B45F2. Grayscale: #A9A9A9. Windows color (decimal): -3884531 or 899780. OLE color: 899780.
HSL color Cylindrical-coordinate representation of color #C4BA0D: hue angle of 56.72º 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 #C4BA0D is Cyan = 0, Magento = 0.05, Yellow = 0.93 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 186 | 13 | - |
| CMYK | 0 | 0.05 | 0.93 | 0.23 |
| HSL | 56.72º | 0.88% | 0.41% | - |
| HSV(B) | 56.72º | 0.93% | 0.77% | - |
| XYZ | 40.4 | 46.88 | 7.3 | - |
| YUV | 169.27 | 39.81 | 147.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 186 | 13 | 0 | 0.05 | 0.93 | 0.23 | 56.72 | 0.88 | 0.41 |
| Hex | C4 | BA | D | 0 | 5 | 5D | 17 | 39 | 58 | 29 |
| Octal | 304 | 272 | 15 | 0 | 5 | 135 | 27 | 71 | 130 | 51 |
| Binary | 11000100 | 10111010 | 1101 | 0 | 101 | 1011101 | 10111 | 111001 | 1011000 | 101001 |
Color Harmonies of #C4BA0D
Complementary color
Monochromatic Colors of #C4BA0D
Black with #C4BA0D
Text Example
Text Example
White with #C4BA0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4BA0D; }
p { color: rgb(196,186,13); }
H1.HeaderClassName
{
color: #C4BA0D;
}
.AnyTagClassName
{
color: #C4BA0D;
}
</style>
background-color css
<style>
a { background-color: #C4BA0D; }
a { background-color: rgb(196,186,13); }
div.DivClassName
{
background-color: #C4BA0D;
}
.BgClassName
{
background-color: #C4BA0D;
}
</style>
border-color css
<style>
span { border-color: #C4BA0D; }
span { border-color: rgb(196,186,13); }
td.TdClassName
{
border-color: #C4BA0D;
}
.TagClassName
{
border-color: #C4BA0D;
}
</style>