Shades of La Rioja #CAD80C
Tints of La Rioja #CAD80C
RGB
CMYK
RGB Variations
Color information
#CAD80C (or 0xCAD80C) is known color: La Rioja. HEX triplet: CA, D8 and 0C. RGB value is (202,216,12). Sum of RGB (Red+Green+Blue) = 202+216+12=430 (56% of max value = 765). Red value is 202 (79.30% from 255 or 46.98% from 430); Green value is 216 (84.77% from 255 or 50.23% from 430); Blue value is 12 (5.08% from 255 or 2.79% from 430); Max value from RGB is 216 - color contains mainly: green. Hex color #CAD80C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAD80C is #3527F3. Grayscale: #BDBDBD. Windows color (decimal): -3483636 or 841930. OLE color: 841930.
HSL color Cylindrical-coordinate representation of color #CAD80C: hue angle of 64.12º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CAD80C is Cyan = 0.06, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 202 | 216 | 12 | - |
| CMYK | 0.06 | 0 | 0.94 | 0.15 |
| HSL | 64.12º | 0.89% | 0.45% | - |
| HSV(B) | 64.12º | 0.94% | 0.85% | - |
| XYZ | 48.98 | 61.69 | 9.67 | - |
| YUV | 188.56 | 28.36 | 137.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 216 | 12 | 0.06 | 0 | 0.94 | 0.15 | 64.12 | 0.89 | 0.45 |
| Hex | CA | D8 | C | 6 | 0 | 5E | F | 40 | 59 | 2D |
| Octal | 312 | 330 | 14 | 6 | 0 | 136 | 17 | 100 | 131 | 55 |
| Binary | 11001010 | 11011000 | 1100 | 110 | 0 | 1011110 | 1111 | 1000000 | 1011001 | 101101 |
Color Harmonies of #CAD80C
Complementary color
Monochromatic Colors of #CAD80C
Black with #CAD80C
Text Example
Text Example
White with #CAD80C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAD80C; }
p { color: rgb(202,216,12); }
H1.HeaderClassName
{
color: #CAD80C;
}
.AnyTagClassName
{
color: #CAD80C;
}
</style>
background-color css
<style>
a { background-color: #CAD80C; }
a { background-color: rgb(202,216,12); }
div.DivClassName
{
background-color: #CAD80C;
}
.BgClassName
{
background-color: #CAD80C;
}
</style>
border-color css
<style>
span { border-color: #CAD80C; }
span { border-color: rgb(202,216,12); }
td.TdClassName
{
border-color: #CAD80C;
}
.TagClassName
{
border-color: #CAD80C;
}
</style>