Shades of La Rioja #C6BE0D
Tints of La Rioja #C6BE0D
RGB
CMYK
RGB Variations
Color information
#C6BE0D (or 0xC6BE0D) is known color: La Rioja. HEX triplet: C6, BE and 0D. RGB value is (198,190,13). Sum of RGB (Red+Green+Blue) = 198+190+13=401 (53% of max value = 765). Red value is 198 (77.73% from 255 or 49.38% from 401); Green value is 190 (74.61% from 255 or 47.38% from 401); Blue value is 13 (5.47% from 255 or 3.24% from 401); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BE0D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C6BE0D is #3941F2. Grayscale: #ACACAC. Windows color (decimal): -3752435 or 900806. OLE color: 900806.
HSL color Cylindrical-coordinate representation of color #C6BE0D: hue angle of 57.41º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C6BE0D is Cyan = 0, Magento = 0.04, Yellow = 0.93 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 190 | 13 | - |
| CMYK | 0 | 0.04 | 0.93 | 0.22 |
| HSL | 57.41º | 0.88% | 0.41% | - |
| HSV(B) | 57.41º | 0.93% | 0.78% | - |
| XYZ | 41.77 | 48.86 | 7.61 | - |
| YUV | 172.21 | 38.15 | 146.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 190 | 13 | 0 | 0.04 | 0.93 | 0.22 | 57.41 | 0.88 | 0.41 |
| Hex | C6 | BE | D | 0 | 4 | 5D | 16 | 39 | 58 | 29 |
| Octal | 306 | 276 | 15 | 0 | 4 | 135 | 26 | 71 | 130 | 51 |
| Binary | 11000110 | 10111110 | 1101 | 0 | 100 | 1011101 | 10110 | 111001 | 1011000 | 101001 |
Color Harmonies of #C6BE0D
Complementary color
Monochromatic Colors of #C6BE0D
Black with #C6BE0D
Text Example
Text Example
White with #C6BE0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6BE0D; }
p { color: rgb(198,190,13); }
H1.HeaderClassName
{
color: #C6BE0D;
}
.AnyTagClassName
{
color: #C6BE0D;
}
</style>
background-color css
<style>
a { background-color: #C6BE0D; }
a { background-color: rgb(198,190,13); }
div.DivClassName
{
background-color: #C6BE0D;
}
.BgClassName
{
background-color: #C6BE0D;
}
</style>
border-color css
<style>
span { border-color: #C6BE0D; }
span { border-color: rgb(198,190,13); }
td.TdClassName
{
border-color: #C6BE0D;
}
.TagClassName
{
border-color: #C6BE0D;
}
</style>