Shades of La Rioja #C8DA08
Tints of La Rioja #C8DA08
RGB
CMYK
RGB Variations
Color information
#C8DA08 (or 0xC8DA08) is known color: La Rioja. HEX triplet: C8, DA and 08. RGB value is (200,218,8). Sum of RGB (Red+Green+Blue) = 200+218+8=426 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.95% from 426); Green value is 218 (85.55% from 255 or 51.17% from 426); Blue value is 8 (3.52% from 255 or 1.88% from 426); Max value from RGB is 218 - color contains mainly: green. Hex color #C8DA08 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C8DA08 is #3725F7. Grayscale: #BDBDBD. Windows color (decimal): -3614200 or 580296. OLE color: 580296.
HSL color Cylindrical-coordinate representation of color #C8DA08: hue angle of 65.14º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C8DA08 is Cyan = 0.08, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 200 | 218 | 8 | - |
| CMYK | 0.08 | 0 | 0.96 | 0.15 |
| HSL | 65.14º | 0.93% | 0.44% | - |
| HSV(B) | 65.14º | 0.96% | 0.85% | - |
| XYZ | 48.93 | 62.44 | 9.7 | - |
| YUV | 188.68 | 26.04 | 136.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 218 | 8 | 0.08 | 0 | 0.96 | 0.15 | 65.14 | 0.93 | 0.44 |
| Hex | C8 | DA | 8 | 8 | 0 | 60 | F | 41 | 5D | 2C |
| Octal | 310 | 332 | 10 | 10 | 0 | 140 | 17 | 101 | 135 | 54 |
| Binary | 11001000 | 11011010 | 1000 | 1000 | 0 | 1100000 | 1111 | 1000001 | 1011101 | 101100 |
Color Harmonies of #C8DA08
Complementary color
Monochromatic Colors of #C8DA08
Black with #C8DA08
Text Example
Text Example
White with #C8DA08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8DA08; }
p { color: rgb(200,218,8); }
H1.HeaderClassName
{
color: #C8DA08;
}
.AnyTagClassName
{
color: #C8DA08;
}
</style>
background-color css
<style>
a { background-color: #C8DA08; }
a { background-color: rgb(200,218,8); }
div.DivClassName
{
background-color: #C8DA08;
}
.BgClassName
{
background-color: #C8DA08;
}
</style>
border-color css
<style>
span { border-color: #C8DA08; }
span { border-color: rgb(200,218,8); }
td.TdClassName
{
border-color: #C8DA08;
}
.TagClassName
{
border-color: #C8DA08;
}
</style>