Shades of La Rioja #CAD30A
Tints of La Rioja #CAD30A
RGB
CMYK
RGB Variations
Color information
#CAD30A (or 0xCAD30A) is known color: La Rioja. HEX triplet: CA, D3 and 0A. RGB value is (202,211,10). Sum of RGB (Red+Green+Blue) = 202+211+10=423 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.75% from 423); Green value is 211 (82.81% from 255 or 49.88% from 423); Blue value is 10 (4.30% from 255 or 2.36% from 423); Max value from RGB is 211 - color contains mainly: green. Hex color #CAD30A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAD30A is #352CF5. Grayscale: #BABABA. Windows color (decimal): -3484918 or 709578. OLE color: 709578.
HSL color Cylindrical-coordinate representation of color #CAD30A: hue angle of 62.69º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CAD30A is Cyan = 0.04, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 202 | 211 | 10 | - |
| CMYK | 0.04 | 0 | 0.95 | 0.17 |
| HSL | 62.69º | 0.91% | 0.43% | - |
| HSV(B) | 62.69º | 0.95% | 0.83% | - |
| XYZ | 47.71 | 59.17 | 9.19 | - |
| YUV | 185.4 | 29.02 | 139.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 211 | 10 | 0.04 | 0 | 0.95 | 0.17 | 62.69 | 0.91 | 0.43 |
| Hex | CA | D3 | A | 4 | 0 | 5F | 11 | 3F | 5B | 2B |
| Octal | 312 | 323 | 12 | 4 | 0 | 137 | 21 | 77 | 133 | 53 |
| Binary | 11001010 | 11010011 | 1010 | 100 | 0 | 1011111 | 10001 | 111111 | 1011011 | 101011 |
Color Harmonies of #CAD30A
Complementary color
Monochromatic Colors of #CAD30A
Black with #CAD30A
Text Example
Text Example
White with #CAD30A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAD30A; }
p { color: rgb(202,211,10); }
H1.HeaderClassName
{
color: #CAD30A;
}
.AnyTagClassName
{
color: #CAD30A;
}
</style>
background-color css
<style>
a { background-color: #CAD30A; }
a { background-color: rgb(202,211,10); }
div.DivClassName
{
background-color: #CAD30A;
}
.BgClassName
{
background-color: #CAD30A;
}
</style>
border-color css
<style>
span { border-color: #CAD30A; }
span { border-color: rgb(202,211,10); }
td.TdClassName
{
border-color: #CAD30A;
}
.TagClassName
{
border-color: #CAD30A;
}
</style>