Shades of La Rioja #C9D304
Tints of La Rioja #C9D304
RGB
CMYK
RGB Variations
Color information
#C9D304 (or 0xC9D304) is known color: La Rioja. HEX triplet: C9, D3 and 04. RGB value is (201,211,4). Sum of RGB (Red+Green+Blue) = 201+211+4=416 (55% of max value = 765). Red value is 201 (78.91% from 255 or 48.32% from 416); Green value is 211 (82.81% from 255 or 50.72% from 416); Blue value is 4 (1.95% from 255 or 0.96% from 416); Max value from RGB is 211 - color contains mainly: green. Hex color #C9D304 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C9D304 is #362CFB. Grayscale: #B9B9B9. Windows color (decimal): -3550460 or 316361. OLE color: 316361.
HSL color Cylindrical-coordinate representation of color #C9D304: hue angle of 62.9º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C9D304 is Cyan = 0.05, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 201 | 211 | 4 | - |
| CMYK | 0.05 | 0 | 0.98 | 0.17 |
| HSL | 62.9º | 0.96% | 0.42% | - |
| HSV(B) | 62.9º | 0.98% | 0.83% | - |
| XYZ | 47.4 | 59.01 | 9.01 | - |
| YUV | 184.41 | 26.19 | 139.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 211 | 4 | 0.05 | 0 | 0.98 | 0.17 | 62.9 | 0.96 | 0.42 |
| Hex | C9 | D3 | 4 | 5 | 0 | 62 | 11 | 3F | 60 | 2A |
| Octal | 311 | 323 | 4 | 5 | 0 | 142 | 21 | 77 | 140 | 52 |
| Binary | 11001001 | 11010011 | 100 | 101 | 0 | 1100010 | 10001 | 111111 | 1100000 | 101010 |
Color Harmonies of #C9D304
Complementary color
Monochromatic Colors of #C9D304
Black with #C9D304
Text Example
Text Example
White with #C9D304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9D304; }
p { color: rgb(201,211,4); }
H1.HeaderClassName
{
color: #C9D304;
}
.AnyTagClassName
{
color: #C9D304;
}
</style>
background-color css
<style>
a { background-color: #C9D304; }
a { background-color: rgb(201,211,4); }
div.DivClassName
{
background-color: #C9D304;
}
.BgClassName
{
background-color: #C9D304;
}
</style>
border-color css
<style>
span { border-color: #C9D304; }
span { border-color: rgb(201,211,4); }
td.TdClassName
{
border-color: #C9D304;
}
.TagClassName
{
border-color: #C9D304;
}
</style>