Shades of La Rioja #C8D00E
Tints of La Rioja #C8D00E
RGB
CMYK
RGB Variations
Color information
#C8D00E (or 0xC8D00E) is known color: La Rioja. HEX triplet: C8, D0 and 0E. RGB value is (200,208,14). Sum of RGB (Red+Green+Blue) = 200+208+14=422 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.39% from 422); Green value is 208 (81.64% from 255 or 49.29% from 422); Blue value is 14 (5.86% from 255 or 3.32% from 422); Max value from RGB is 208 - color contains mainly: green. Hex color #C8D00E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C8D00E is #372FF1. Grayscale: #B8B8B8. Windows color (decimal): -3616754 or 970952. OLE color: 970952.
HSL color Cylindrical-coordinate representation of color #C8D00E: hue angle of 62.47º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C8D00E is Cyan = 0.04, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 200 | 208 | 14 | - |
| CMYK | 0.04 | 0 | 0.93 | 0.18 |
| HSL | 62.47º | 0.87% | 0.44% | - |
| HSV(B) | 62.47º | 0.93% | 0.82% | - |
| XYZ | 46.45 | 57.42 | 9.05 | - |
| YUV | 183.49 | 32.35 | 139.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 208 | 14 | 0.04 | 0 | 0.93 | 0.18 | 62.47 | 0.87 | 0.44 |
| Hex | C8 | D0 | E | 4 | 0 | 5D | 12 | 3E | 57 | 2C |
| Octal | 310 | 320 | 16 | 4 | 0 | 135 | 22 | 76 | 127 | 54 |
| Binary | 11001000 | 11010000 | 1110 | 100 | 0 | 1011101 | 10010 | 111110 | 1010111 | 101100 |
Color Harmonies of #C8D00E
Complementary color
Monochromatic Colors of #C8D00E
Black with #C8D00E
Text Example
Text Example
White with #C8D00E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D00E; }
p { color: rgb(200,208,14); }
H1.HeaderClassName
{
color: #C8D00E;
}
.AnyTagClassName
{
color: #C8D00E;
}
</style>
background-color css
<style>
a { background-color: #C8D00E; }
a { background-color: rgb(200,208,14); }
div.DivClassName
{
background-color: #C8D00E;
}
.BgClassName
{
background-color: #C8D00E;
}
</style>
border-color css
<style>
span { border-color: #C8D00E; }
span { border-color: rgb(200,208,14); }
td.TdClassName
{
border-color: #C8D00E;
}
.TagClassName
{
border-color: #C8D00E;
}
</style>