Shades of La Rioja #C5BF0D
Tints of La Rioja #C5BF0D
RGB
CMYK
RGB Variations
Color information
#C5BF0D (or 0xC5BF0D) is known color: La Rioja. HEX triplet: C5, BF and 0D. RGB value is (197,191,13). Sum of RGB (Red+Green+Blue) = 197+191+13=401 (53% of max value = 765). Red value is 197 (77.34% from 255 or 49.13% from 401); Green value is 191 (75% from 255 or 47.63% from 401); Blue value is 13 (5.47% from 255 or 3.24% from 401); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BF0D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5BF0D is #3A40F2. Grayscale: #ADADAD. Windows color (decimal): -3817715 or 901061. OLE color: 901061.
HSL color Cylindrical-coordinate representation of color #C5BF0D: hue angle of 58.04º 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 #C5BF0D is Cyan = 0, Magento = 0.03, Yellow = 0.93 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 191 | 13 | - |
| CMYK | 0 | 0.03 | 0.93 | 0.23 |
| HSL | 58.04º | 0.88% | 0.41% | - |
| HSV(B) | 58.04º | 0.93% | 0.77% | - |
| XYZ | 41.73 | 49.16 | 7.67 | - |
| YUV | 172.5 | 37.99 | 145.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 191 | 13 | 0 | 0.03 | 0.93 | 0.23 | 58.04 | 0.88 | 0.41 |
| Hex | C5 | BF | D | 0 | 3 | 5D | 17 | 3A | 58 | 29 |
| Octal | 305 | 277 | 15 | 0 | 3 | 135 | 27 | 72 | 130 | 51 |
| Binary | 11000101 | 10111111 | 1101 | 0 | 11 | 1011101 | 10111 | 111010 | 1011000 | 101001 |
Color Harmonies of #C5BF0D
Complementary color
Monochromatic Colors of #C5BF0D
Black with #C5BF0D
Text Example
Text Example
White with #C5BF0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BF0D; }
p { color: rgb(197,191,13); }
H1.HeaderClassName
{
color: #C5BF0D;
}
.AnyTagClassName
{
color: #C5BF0D;
}
</style>
background-color css
<style>
a { background-color: #C5BF0D; }
a { background-color: rgb(197,191,13); }
div.DivClassName
{
background-color: #C5BF0D;
}
.BgClassName
{
background-color: #C5BF0D;
}
</style>
border-color css
<style>
span { border-color: #C5BF0D; }
span { border-color: rgb(197,191,13); }
td.TdClassName
{
border-color: #C5BF0D;
}
.TagClassName
{
border-color: #C5BF0D;
}
</style>