Shades of La Rioja #CADC00
Tints of La Rioja #CADC00
RGB
CMYK
RGB Variations
Color information
#CADC00 (or 0xCADC00) is known color: La Rioja. HEX triplet: CA, DC and 00. RGB value is (202,220,0). Sum of RGB (Red+Green+Blue) = 202+220+0=422 (55% of max value = 765). Red value is 202 (79.30% from 255 or 47.87% from 422); Green value is 220 (86.33% from 255 or 52.13% from 422); Blue value is 0 (0.39% from 255 or 0% from 422); Max value from RGB is 220 - color contains mainly: green. Hex color #CADC00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CADC00 is #3523FF. Grayscale: #BEBEBE. Windows color (decimal): -3482624 or 56522. OLE color: 56522.
HSL color Cylindrical-coordinate representation of color #CADC00: hue angle of 64.91º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CADC00 is Cyan = 0.08, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 202 | 220 | 0 | - |
| CMYK | 0.08 | 0 | 1 | 0.14 |
| HSL | 64.91º | 1% | 0.43% | - |
| HSV(B) | 64.91º | 1% | 0.86% | - |
| XYZ | 49.95 | 63.74 | 9.67 | - |
| YUV | 189.54 | 21.04 | 136.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 220 | 0 | 0.08 | 0 | 1 | 0.14 | 64.91 | 1 | 0.43 |
| Hex | CA | DC | 0 | 8 | 0 | 64 | E | 41 | 64 | 2B |
| Octal | 312 | 334 | 0 | 10 | 0 | 144 | 16 | 101 | 144 | 53 |
| Binary | 11001010 | 11011100 | 0 | 1000 | 0 | 1100100 | 1110 | 1000001 | 1100100 | 101011 |
Color Harmonies of #CADC00
Complementary color
Monochromatic Colors of #CADC00
Black with #CADC00
Text Example
Text Example
White with #CADC00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADC00; }
p { color: rgb(202,220,0); }
H1.HeaderClassName
{
color: #CADC00;
}
.AnyTagClassName
{
color: #CADC00;
}
</style>
background-color css
<style>
a { background-color: #CADC00; }
a { background-color: rgb(202,220,0); }
div.DivClassName
{
background-color: #CADC00;
}
.BgClassName
{
background-color: #CADC00;
}
</style>
border-color css
<style>
span { border-color: #CADC00; }
span { border-color: rgb(202,220,0); }
td.TdClassName
{
border-color: #CADC00;
}
.TagClassName
{
border-color: #CADC00;
}
</style>