Shades of La Rioja #C9D005
Tints of La Rioja #C9D005
RGB
CMYK
RGB Variations
Color information
#C9D005 (or 0xC9D005) is known color: La Rioja. HEX triplet: C9, D0 and 05. RGB value is (201,208,5). Sum of RGB (Red+Green+Blue) = 201+208+5=414 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.55% from 414); Green value is 208 (81.64% from 255 or 50.24% from 414); Blue value is 5 (2.34% from 255 or 1.21% from 414); Max value from RGB is 208 - color contains mainly: green. Hex color #C9D005 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C9D005 is #362FFA. Grayscale: #B7B7B7. Windows color (decimal): -3551227 or 381129. OLE color: 381129.
HSL color Cylindrical-coordinate representation of color #C9D005: hue angle of 62.07º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C9D005 is Cyan = 0.03, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 201 | 208 | 5 | - |
| CMYK | 0.03 | 0 | 0.98 | 0.18 |
| HSL | 62.07º | 0.95% | 0.42% | - |
| HSV(B) | 62.07º | 0.98% | 0.82% | - |
| XYZ | 46.67 | 57.54 | 8.79 | - |
| YUV | 182.77 | 27.68 | 141.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 208 | 5 | 0.03 | 0 | 0.98 | 0.18 | 62.07 | 0.95 | 0.42 |
| Hex | C9 | D0 | 5 | 3 | 0 | 62 | 12 | 3E | 5F | 2A |
| Octal | 311 | 320 | 5 | 3 | 0 | 142 | 22 | 76 | 137 | 52 |
| Binary | 11001001 | 11010000 | 101 | 11 | 0 | 1100010 | 10010 | 111110 | 1011111 | 101010 |
Color Harmonies of #C9D005
Complementary color
Monochromatic Colors of #C9D005
Black with #C9D005
Text Example
Text Example
White with #C9D005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9D005; }
p { color: rgb(201,208,5); }
H1.HeaderClassName
{
color: #C9D005;
}
.AnyTagClassName
{
color: #C9D005;
}
</style>
background-color css
<style>
a { background-color: #C9D005; }
a { background-color: rgb(201,208,5); }
div.DivClassName
{
background-color: #C9D005;
}
.BgClassName
{
background-color: #C9D005;
}
</style>
border-color css
<style>
span { border-color: #C9D005; }
span { border-color: rgb(201,208,5); }
td.TdClassName
{
border-color: #C9D005;
}
.TagClassName
{
border-color: #C9D005;
}
</style>