Shades of La Rioja #CADA04
Tints of La Rioja #CADA04
RGB
CMYK
RGB Variations
Color information
#CADA04 (or 0xCADA04) is known color: La Rioja. HEX triplet: CA, DA and 04. RGB value is (202,218,4). Sum of RGB (Red+Green+Blue) = 202+218+4=424 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.64% from 424); Green value is 218 (85.55% from 255 or 51.42% from 424); Blue value is 4 (1.95% from 255 or 0.94% from 424); Max value from RGB is 218 - color contains mainly: green. Hex color #CADA04 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CADA04 is #3525FB. Grayscale: #BDBDBD. Windows color (decimal): -3483132 or 318154. OLE color: 318154.
HSL color Cylindrical-coordinate representation of color #CADA04: hue angle of 64.49º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CADA04 is Cyan = 0.07, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 202 | 218 | 4 | - |
| CMYK | 0.07 | 0 | 0.98 | 0.15 |
| HSL | 64.49º | 0.96% | 0.44% | - |
| HSV(B) | 64.49º | 0.98% | 0.85% | - |
| XYZ | 49.45 | 62.71 | 9.61 | - |
| YUV | 188.82 | 23.7 | 137.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 218 | 4 | 0.07 | 0 | 0.98 | 0.15 | 64.49 | 0.96 | 0.44 |
| Hex | CA | DA | 4 | 7 | 0 | 62 | F | 40 | 60 | 2C |
| Octal | 312 | 332 | 4 | 7 | 0 | 142 | 17 | 100 | 140 | 54 |
| Binary | 11001010 | 11011010 | 100 | 111 | 0 | 1100010 | 1111 | 1000000 | 1100000 | 101100 |
Color Harmonies of #CADA04
Complementary color
Monochromatic Colors of #CADA04
Black with #CADA04
Text Example
Text Example
White with #CADA04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADA04; }
p { color: rgb(202,218,4); }
H1.HeaderClassName
{
color: #CADA04;
}
.AnyTagClassName
{
color: #CADA04;
}
</style>
background-color css
<style>
a { background-color: #CADA04; }
a { background-color: rgb(202,218,4); }
div.DivClassName
{
background-color: #CADA04;
}
.BgClassName
{
background-color: #CADA04;
}
</style>
border-color css
<style>
span { border-color: #CADA04; }
span { border-color: rgb(202,218,4); }
td.TdClassName
{
border-color: #CADA04;
}
.TagClassName
{
border-color: #CADA04;
}
</style>