Shades of La Rioja #C5B302
Tints of La Rioja #C5B302
RGB
CMYK
RGB Variations
Color information
#C5B302 (or 0xC5B302) is known color: La Rioja. HEX triplet: C5, B3 and 02. RGB value is (197,179,2). Sum of RGB (Red+Green+Blue) = 197+179+2=378 (50% of max value = 765). Red value is 197 (77.34% from 255 or 52.12% from 378); Green value is 179 (70.31% from 255 or 47.35% from 378); Blue value is 2 (1.17% from 255 or 0.53% from 378); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B302 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5B302 is #3A4CFD. Grayscale: #A4A4A4. Windows color (decimal): -3820798 or 177093. OLE color: 177093.
HSL color Cylindrical-coordinate representation of color #C5B302: hue angle of 54.46º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C5B302 is Cyan = 0, Magento = 0.09, Yellow = 0.99 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 179 | 2 | - |
| CMYK | 0 | 0.09 | 0.99 | 0.23 |
| HSL | 54.46º | 0.98% | 0.39% | - |
| HSV(B) | 54.46º | 0.99% | 0.77% | - |
| XYZ | 39.16 | 44.11 | 6.51 | - |
| YUV | 164.2 | 36.46 | 151.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 179 | 2 | 0 | 0.09 | 0.99 | 0.23 | 54.46 | 0.98 | 0.39 |
| Hex | C5 | B3 | 2 | 0 | 9 | 63 | 17 | 36 | 62 | 27 |
| Octal | 305 | 263 | 2 | 0 | 11 | 143 | 27 | 66 | 142 | 47 |
| Binary | 11000101 | 10110011 | 10 | 0 | 1001 | 1100011 | 10111 | 110110 | 1100010 | 100111 |
Color Harmonies of #C5B302
Complementary color
Monochromatic Colors of #C5B302
Black with #C5B302
Text Example
Text Example
White with #C5B302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B302; }
p { color: rgb(197,179,2); }
H1.HeaderClassName
{
color: #C5B302;
}
.AnyTagClassName
{
color: #C5B302;
}
</style>
background-color css
<style>
a { background-color: #C5B302; }
a { background-color: rgb(197,179,2); }
div.DivClassName
{
background-color: #C5B302;
}
.BgClassName
{
background-color: #C5B302;
}
</style>
border-color css
<style>
span { border-color: #C5B302; }
span { border-color: rgb(197,179,2); }
td.TdClassName
{
border-color: #C5B302;
}
.TagClassName
{
border-color: #C5B302;
}
</style>