Shades of La Rioja #C5B802
Tints of La Rioja #C5B802
RGB
CMYK
RGB Variations
Color information
#C5B802 (or 0xC5B802) is known color: La Rioja. HEX triplet: C5, B8 and 02. RGB value is (197,184,2). Sum of RGB (Red+Green+Blue) = 197+184+2=383 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.44% from 383); Green value is 184 (72.27% from 255 or 48.04% from 383); Blue value is 2 (1.17% from 255 or 0.52% from 383); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B802 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5B802 is #3A47FD. Grayscale: #A7A7A7. Windows color (decimal): -3819518 or 178373. OLE color: 178373.
HSL color Cylindrical-coordinate representation of color #C5B802: hue angle of 56º 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 #C5B802 is Cyan = 0, Magento = 0.07, Yellow = 0.99 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 184 | 2 | - |
| CMYK | 0 | 0.07 | 0.99 | 0.23 |
| HSL | 56º | 0.98% | 0.39% | - |
| HSV(B) | 56º | 0.99% | 0.77% | - |
| XYZ | 40.18 | 46.16 | 6.85 | - |
| YUV | 167.14 | 34.81 | 149.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 184 | 2 | 0 | 0.07 | 0.99 | 0.23 | 56 | 0.98 | 0.39 |
| Hex | C5 | B8 | 2 | 0 | 7 | 63 | 17 | 38 | 62 | 27 |
| Octal | 305 | 270 | 2 | 0 | 7 | 143 | 27 | 70 | 142 | 47 |
| Binary | 11000101 | 10111000 | 10 | 0 | 111 | 1100011 | 10111 | 111000 | 1100010 | 100111 |
Color Harmonies of #C5B802
Complementary color
Monochromatic Colors of #C5B802
Black with #C5B802
Text Example
Text Example
White with #C5B802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B802; }
p { color: rgb(197,184,2); }
H1.HeaderClassName
{
color: #C5B802;
}
.AnyTagClassName
{
color: #C5B802;
}
</style>
background-color css
<style>
a { background-color: #C5B802; }
a { background-color: rgb(197,184,2); }
div.DivClassName
{
background-color: #C5B802;
}
.BgClassName
{
background-color: #C5B802;
}
</style>
border-color css
<style>
span { border-color: #C5B802; }
span { border-color: rgb(197,184,2); }
td.TdClassName
{
border-color: #C5B802;
}
.TagClassName
{
border-color: #C5B802;
}
</style>