Shades of La Rioja #CADA05
Tints of La Rioja #CADA05
RGB
CMYK
RGB Variations
Color information
#CADA05 (or 0xCADA05) is known color: La Rioja. HEX triplet: CA, DA and 05. RGB value is (202,218,5). Sum of RGB (Red+Green+Blue) = 202+218+5=425 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.53% from 425); Green value is 218 (85.55% from 255 or 51.29% from 425); Blue value is 5 (2.34% from 255 or 1.18% from 425); Max value from RGB is 218 - color contains mainly: green. Hex color #CADA05 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CADA05 is #3525FA. Grayscale: #BDBDBD. Windows color (decimal): -3483131 or 383690. OLE color: 383690.
HSL color Cylindrical-coordinate representation of color #CADA05: hue angle of 64.51º 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 #CADA05 is Cyan = 0.07, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 202 | 218 | 5 | - |
| CMYK | 0.07 | 0 | 0.98 | 0.15 |
| HSL | 64.51º | 0.96% | 0.44% | - |
| HSV(B) | 64.51º | 0.98% | 0.85% | - |
| XYZ | 49.46 | 62.71 | 9.64 | - |
| YUV | 188.93 | 24.2 | 137.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 218 | 5 | 0.07 | 0 | 0.98 | 0.15 | 64.51 | 0.96 | 0.44 |
| Hex | CA | DA | 5 | 7 | 0 | 62 | F | 41 | 60 | 2C |
| Octal | 312 | 332 | 5 | 7 | 0 | 142 | 17 | 101 | 140 | 54 |
| Binary | 11001010 | 11011010 | 101 | 111 | 0 | 1100010 | 1111 | 1000001 | 1100000 | 101100 |
Color Harmonies of #CADA05
Complementary color
Monochromatic Colors of #CADA05
Black with #CADA05
Text Example
Text Example
White with #CADA05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADA05; }
p { color: rgb(202,218,5); }
H1.HeaderClassName
{
color: #CADA05;
}
.AnyTagClassName
{
color: #CADA05;
}
</style>
background-color css
<style>
a { background-color: #CADA05; }
a { background-color: rgb(202,218,5); }
div.DivClassName
{
background-color: #CADA05;
}
.BgClassName
{
background-color: #CADA05;
}
</style>
border-color css
<style>
span { border-color: #CADA05; }
span { border-color: rgb(202,218,5); }
td.TdClassName
{
border-color: #CADA05;
}
.TagClassName
{
border-color: #CADA05;
}
</style>