Shades of La Rioja #C8D50B
Tints of La Rioja #C8D50B
RGB
CMYK
RGB Variations
Color information
#C8D50B (or 0xC8D50B) is known color: La Rioja. HEX triplet: C8, D5 and 0B. RGB value is (200,213,11). Sum of RGB (Red+Green+Blue) = 200+213+11=424 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.17% from 424); Green value is 213 (83.59% from 255 or 50.24% from 424); Blue value is 11 (4.69% from 255 or 2.59% from 424); Max value from RGB is 213 - color contains mainly: green. Hex color #C8D50B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C8D50B is #372AF4. Grayscale: #BABABA. Windows color (decimal): -3615477 or 775624. OLE color: 775624.
HSL color Cylindrical-coordinate representation of color #C8D50B: hue angle of 63.86º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C8D50B is Cyan = 0.06, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 200 | 213 | 11 | - |
| CMYK | 0.06 | 0 | 0.95 | 0.16 |
| HSL | 63.86º | 0.9% | 0.44% | - |
| HSV(B) | 63.86º | 0.95% | 0.84% | - |
| XYZ | 47.67 | 59.89 | 9.36 | - |
| YUV | 186.09 | 29.19 | 137.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 213 | 11 | 0.06 | 0 | 0.95 | 0.16 | 63.86 | 0.9 | 0.44 |
| Hex | C8 | D5 | B | 6 | 0 | 5F | 10 | 40 | 5A | 2C |
| Octal | 310 | 325 | 13 | 6 | 0 | 137 | 20 | 100 | 132 | 54 |
| Binary | 11001000 | 11010101 | 1011 | 110 | 0 | 1011111 | 10000 | 1000000 | 1011010 | 101100 |
Color Harmonies of #C8D50B
Complementary color
Monochromatic Colors of #C8D50B
Black with #C8D50B
Text Example
Text Example
White with #C8D50B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D50B; }
p { color: rgb(200,213,11); }
H1.HeaderClassName
{
color: #C8D50B;
}
.AnyTagClassName
{
color: #C8D50B;
}
</style>
background-color css
<style>
a { background-color: #C8D50B; }
a { background-color: rgb(200,213,11); }
div.DivClassName
{
background-color: #C8D50B;
}
.BgClassName
{
background-color: #C8D50B;
}
</style>
border-color css
<style>
span { border-color: #C8D50B; }
span { border-color: rgb(200,213,11); }
td.TdClassName
{
border-color: #C8D50B;
}
.TagClassName
{
border-color: #C8D50B;
}
</style>