Shades of La Rioja #C6D208
Tints of La Rioja #C6D208
RGB
CMYK
RGB Variations
Color information
#C6D208 (or 0xC6D208) is known color: La Rioja. HEX triplet: C6, D2 and 08. RGB value is (198,210,8). Sum of RGB (Red+Green+Blue) = 198+210+8=416 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.60% from 416); Green value is 210 (82.42% from 255 or 50.48% from 416); Blue value is 8 (3.52% from 255 or 1.92% from 416); Max value from RGB is 210 - color contains mainly: green. Hex color #C6D208 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C6D208 is #392DF7. Grayscale: #B8B8B8. Windows color (decimal): -3747320 or 578246. OLE color: 578246.
HSL color Cylindrical-coordinate representation of color #C6D208: hue angle of 63.56º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C6D208 is Cyan = 0.06, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 198 | 210 | 8 | - |
| CMYK | 0.06 | 0 | 0.96 | 0.18 |
| HSL | 63.56º | 0.93% | 0.43% | - |
| HSV(B) | 63.56º | 0.96% | 0.82% | - |
| XYZ | 46.38 | 58.12 | 9 | - |
| YUV | 183.38 | 29.02 | 138.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 210 | 8 | 0.06 | 0 | 0.96 | 0.18 | 63.56 | 0.93 | 0.43 |
| Hex | C6 | D2 | 8 | 6 | 0 | 60 | 12 | 40 | 5D | 2B |
| Octal | 306 | 322 | 10 | 6 | 0 | 140 | 22 | 100 | 135 | 53 |
| Binary | 11000110 | 11010010 | 1000 | 110 | 0 | 1100000 | 10010 | 1000000 | 1011101 | 101011 |
Color Harmonies of #C6D208
Complementary color
Monochromatic Colors of #C6D208
Black with #C6D208
Text Example
Text Example
White with #C6D208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6D208; }
p { color: rgb(198,210,8); }
H1.HeaderClassName
{
color: #C6D208;
}
.AnyTagClassName
{
color: #C6D208;
}
</style>
background-color css
<style>
a { background-color: #C6D208; }
a { background-color: rgb(198,210,8); }
div.DivClassName
{
background-color: #C6D208;
}
.BgClassName
{
background-color: #C6D208;
}
</style>
border-color css
<style>
span { border-color: #C6D208; }
span { border-color: rgb(198,210,8); }
td.TdClassName
{
border-color: #C6D208;
}
.TagClassName
{
border-color: #C6D208;
}
</style>