Shades of La Rioja #C7D008
Tints of La Rioja #C7D008
RGB
CMYK
RGB Variations
Color information
#C7D008 (or 0xC7D008) is known color: La Rioja. HEX triplet: C7, D0 and 08. RGB value is (199,208,8). Sum of RGB (Red+Green+Blue) = 199+208+8=415 (54% of max value = 765). Red value is 199 (78.12% from 255 or 47.95% from 415); Green value is 208 (81.64% from 255 or 50.12% from 415); Blue value is 8 (3.52% from 255 or 1.93% from 415); Max value from RGB is 208 - color contains mainly: green. Hex color #C7D008 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C7D008 is #382FF7. Grayscale: #B7B7B7. Windows color (decimal): -3682296 or 577735. OLE color: 577735.
HSL color Cylindrical-coordinate representation of color #C7D008: hue angle of 62.7º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C7D008 is Cyan = 0.04, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 199 | 208 | 8 | - |
| CMYK | 0.04 | 0 | 0.96 | 0.18 |
| HSL | 62.7º | 0.93% | 0.42% | - |
| HSV(B) | 62.7º | 0.96% | 0.82% | - |
| XYZ | 46.15 | 57.27 | 8.85 | - |
| YUV | 182.51 | 29.52 | 139.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 208 | 8 | 0.04 | 0 | 0.96 | 0.18 | 62.7 | 0.93 | 0.42 |
| Hex | C7 | D0 | 8 | 4 | 0 | 60 | 12 | 3F | 5D | 2A |
| Octal | 307 | 320 | 10 | 4 | 0 | 140 | 22 | 77 | 135 | 52 |
| Binary | 11000111 | 11010000 | 1000 | 100 | 0 | 1100000 | 10010 | 111111 | 1011101 | 101010 |
Color Harmonies of #C7D008
Complementary color
Monochromatic Colors of #C7D008
Black with #C7D008
Text Example
Text Example
White with #C7D008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D008; }
p { color: rgb(199,208,8); }
H1.HeaderClassName
{
color: #C7D008;
}
.AnyTagClassName
{
color: #C7D008;
}
</style>
background-color css
<style>
a { background-color: #C7D008; }
a { background-color: rgb(199,208,8); }
div.DivClassName
{
background-color: #C7D008;
}
.BgClassName
{
background-color: #C7D008;
}
</style>
border-color css
<style>
span { border-color: #C7D008; }
span { border-color: rgb(199,208,8); }
td.TdClassName
{
border-color: #C7D008;
}
.TagClassName
{
border-color: #C7D008;
}
</style>