Shades of La Rioja #CACA00
Tints of La Rioja #CACA00
RGB
CMYK
RGB Variations
Color information
#CACA00 (or 0xCACA00) is known color: La Rioja. HEX triplet: CA, CA and 00. RGB value is (202,202,0). Sum of RGB (Red+Green+Blue) = 202+202+0=404 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50% from 404); Green value is 202 (79.30% from 255 or 50% from 404); Blue value is 0 (0.39% from 255 or 0% from 404); Max value from RGB is 202 - color contains mainly: red, green. Hex color #CACA00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CACA00 is #3535FF. Grayscale: #B3B3B3. Windows color (decimal): -3487232 or 51914. OLE color: 51914.
HSL color Cylindrical-coordinate representation of color #CACA00: hue angle of 60º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CACA00 is Cyan = 0, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 202 | 0 | - |
| CMYK | 0 | 0 | 1 | 0.21 |
| HSL | 60º | 1% | 0.4% | - |
| HSV(B) | 60º | 1% | 0.79% | - |
| XYZ | 45.48 | 54.8 | 8.18 | - |
| YUV | 178.97 | 27 | 144.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 202 | 0 | 0 | 0 | 1 | 0.21 | 60 | 1 | 0.4 |
| Hex | CA | CA | 0 | 0 | 0 | 64 | 15 | 3C | 64 | 28 |
| Octal | 312 | 312 | 0 | 0 | 0 | 144 | 25 | 74 | 144 | 50 |
| Binary | 11001010 | 11001010 | 0 | 0 | 0 | 1100100 | 10101 | 111100 | 1100100 | 101000 |
Color Harmonies of #CACA00
Complementary color
Monochromatic Colors of #CACA00
Black with #CACA00
Text Example
Text Example
White with #CACA00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACA00; }
p { color: rgb(202,202,0); }
H1.HeaderClassName
{
color: #CACA00;
}
.AnyTagClassName
{
color: #CACA00;
}
</style>
background-color css
<style>
a { background-color: #CACA00; }
a { background-color: rgb(202,202,0); }
div.DivClassName
{
background-color: #CACA00;
}
.BgClassName
{
background-color: #CACA00;
}
</style>
border-color css
<style>
span { border-color: #CACA00; }
span { border-color: rgb(202,202,0); }
td.TdClassName
{
border-color: #CACA00;
}
.TagClassName
{
border-color: #CACA00;
}
</style>