Shades of La Rioja #C6CD0D
Tints of La Rioja #C6CD0D
RGB
CMYK
RGB Variations
Color information
#C6CD0D (or 0xC6CD0D) is known color: La Rioja. HEX triplet: C6, CD and 0D. RGB value is (198,205,13). Sum of RGB (Red+Green+Blue) = 198+205+13=416 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.60% from 416); Green value is 205 (80.47% from 255 or 49.28% from 416); Blue value is 13 (5.47% from 255 or 3.12% from 416); Max value from RGB is 205 - color contains mainly: green. Hex color #C6CD0D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C6CD0D is #3932F2. Grayscale: #B5B5B5. Windows color (decimal): -3748595 or 904646. OLE color: 904646.
HSL color Cylindrical-coordinate representation of color #C6CD0D: hue angle of 62.19º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C6CD0D is Cyan = 0.03, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 198 | 205 | 13 | - |
| CMYK | 0.03 | 0 | 0.94 | 0.20 |
| HSL | 62.19º | 0.88% | 0.43% | - |
| HSV(B) | 62.19º | 0.94% | 0.8% | - |
| XYZ | 45.19 | 55.7 | 8.75 | - |
| YUV | 181.02 | 33.18 | 140.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 205 | 13 | 0.03 | 0 | 0.94 | 0.20 | 62.19 | 0.88 | 0.43 |
| Hex | C6 | CD | D | 3 | 0 | 5E | 14 | 3E | 58 | 2B |
| Octal | 306 | 315 | 15 | 3 | 0 | 136 | 24 | 76 | 130 | 53 |
| Binary | 11000110 | 11001101 | 1101 | 11 | 0 | 1011110 | 10100 | 111110 | 1011000 | 101011 |
Color Harmonies of #C6CD0D
Complementary color
Monochromatic Colors of #C6CD0D
Black with #C6CD0D
Text Example
Text Example
White with #C6CD0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6CD0D; }
p { color: rgb(198,205,13); }
H1.HeaderClassName
{
color: #C6CD0D;
}
.AnyTagClassName
{
color: #C6CD0D;
}
</style>
background-color css
<style>
a { background-color: #C6CD0D; }
a { background-color: rgb(198,205,13); }
div.DivClassName
{
background-color: #C6CD0D;
}
.BgClassName
{
background-color: #C6CD0D;
}
</style>
border-color css
<style>
span { border-color: #C6CD0D; }
span { border-color: rgb(198,205,13); }
td.TdClassName
{
border-color: #C6CD0D;
}
.TagClassName
{
border-color: #C6CD0D;
}
</style>