Shades of La Rioja #CAC900
Tints of La Rioja #CAC900
RGB
CMYK
RGB Variations
Color information
#CAC900 (or 0xCAC900) is known color: La Rioja. HEX triplet: CA, C9 and 00. RGB value is (202,201,0). Sum of RGB (Red+Green+Blue) = 202+201+0=403 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50.12% from 403); Green value is 201 (78.91% from 255 or 49.88% from 403); Blue value is 0 (0.39% from 255 or 0% from 403); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC900 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAC900 is #3536FF. Grayscale: #B3B3B3. Windows color (decimal): -3487488 or 51658. OLE color: 51658.
HSL color Cylindrical-coordinate representation of color #CAC900: hue angle of 59.7º 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 #CAC900 is Cyan = 0, Magento = 0.00, Yellow = 1 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 201 | 0 | - |
| CMYK | 0 | 0.00 | 1 | 0.21 |
| HSL | 59.7º | 1% | 0.4% | - |
| HSV(B) | 59.7º | 1% | 0.79% | - |
| XYZ | 45.24 | 54.33 | 8.1 | - |
| YUV | 178.39 | 27.33 | 144.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 201 | 0 | 0 | 0.00 | 1 | 0.21 | 59.7 | 1 | 0.4 |
| Hex | CA | C9 | 0 | 0 | 0 | 64 | 15 | 3C | 64 | 28 |
| Octal | 312 | 311 | 0 | 0 | 0 | 144 | 25 | 74 | 144 | 50 |
| Binary | 11001010 | 11001001 | 0 | 0 | 0 | 1100100 | 10101 | 111100 | 1100100 | 101000 |
Color Harmonies of #CAC900
Complementary color
Monochromatic Colors of #CAC900
Black with #CAC900
Text Example
Text Example
White with #CAC900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC900; }
p { color: rgb(202,201,0); }
H1.HeaderClassName
{
color: #CAC900;
}
.AnyTagClassName
{
color: #CAC900;
}
</style>
background-color css
<style>
a { background-color: #CAC900; }
a { background-color: rgb(202,201,0); }
div.DivClassName
{
background-color: #CAC900;
}
.BgClassName
{
background-color: #CAC900;
}
</style>
border-color css
<style>
span { border-color: #CAC900; }
span { border-color: rgb(202,201,0); }
td.TdClassName
{
border-color: #CAC900;
}
.TagClassName
{
border-color: #CAC900;
}
</style>