Shades of La Rioja #C9D802
Tints of La Rioja #C9D802
RGB
CMYK
RGB Variations
Color information
#C9D802 (or 0xC9D802) is known color: La Rioja. HEX triplet: C9, D8 and 02. RGB value is (201,216,2). Sum of RGB (Red+Green+Blue) = 201+216+2=419 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.97% from 419); Green value is 216 (84.77% from 255 or 51.55% from 419); Blue value is 2 (1.17% from 255 or 0.48% from 419); Max value from RGB is 216 - color contains mainly: green. Hex color #C9D802 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C9D802 is #3627FD. Grayscale: #BBBBBB. Windows color (decimal): -3549182 or 186569. OLE color: 186569.
HSL color Cylindrical-coordinate representation of color #C9D802: hue angle of 64.21º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C9D802 is Cyan = 0.07, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 201 | 216 | 2 | - |
| CMYK | 0.07 | 0 | 0.99 | 0.15 |
| HSL | 64.21º | 0.98% | 0.43% | - |
| HSV(B) | 64.21º | 0.99% | 0.85% | - |
| XYZ | 48.65 | 61.53 | 9.37 | - |
| YUV | 187.12 | 23.53 | 137.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 216 | 2 | 0.07 | 0 | 0.99 | 0.15 | 64.21 | 0.98 | 0.43 |
| Hex | C9 | D8 | 2 | 7 | 0 | 63 | F | 40 | 62 | 2B |
| Octal | 311 | 330 | 2 | 7 | 0 | 143 | 17 | 100 | 142 | 53 |
| Binary | 11001001 | 11011000 | 10 | 111 | 0 | 1100011 | 1111 | 1000000 | 1100010 | 101011 |
Color Harmonies of #C9D802
Complementary color
Monochromatic Colors of #C9D802
Black with #C9D802
Text Example
Text Example
White with #C9D802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9D802; }
p { color: rgb(201,216,2); }
H1.HeaderClassName
{
color: #C9D802;
}
.AnyTagClassName
{
color: #C9D802;
}
</style>
background-color css
<style>
a { background-color: #C9D802; }
a { background-color: rgb(201,216,2); }
div.DivClassName
{
background-color: #C9D802;
}
.BgClassName
{
background-color: #C9D802;
}
</style>
border-color css
<style>
span { border-color: #C9D802; }
span { border-color: rgb(201,216,2); }
td.TdClassName
{
border-color: #C9D802;
}
.TagClassName
{
border-color: #C9D802;
}
</style>