Shades of La Rioja #CAC503
Tints of La Rioja #CAC503
RGB
CMYK
RGB Variations
Color information
#CAC503 (or 0xCAC503) is known color: La Rioja. HEX triplet: CA, C5 and 03. RGB value is (202,197,3). Sum of RGB (Red+Green+Blue) = 202+197+3=402 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50.25% from 402); Green value is 197 (77.34% from 255 or 49.00% from 402); Blue value is 3 (1.56% from 255 or 0.75% from 402); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC503 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAC503 is #353AFC. Grayscale: #B1B1B1. Windows color (decimal): -3488509 or 247242. OLE color: 247242.
HSL color Cylindrical-coordinate representation of color #CAC503: hue angle of 58.49º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CAC503 is Cyan = 0, Magento = 0.02, Yellow = 0.99 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 197 | 3 | - |
| CMYK | 0 | 0.02 | 0.99 | 0.21 |
| HSL | 58.49º | 0.97% | 0.4% | - |
| HSV(B) | 58.49º | 0.99% | 0.79% | - |
| XYZ | 44.34 | 52.5 | 7.88 | - |
| YUV | 176.38 | 30.16 | 146.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 197 | 3 | 0 | 0.02 | 0.99 | 0.21 | 58.49 | 0.97 | 0.4 |
| Hex | CA | C5 | 3 | 0 | 2 | 63 | 15 | 3A | 61 | 28 |
| Octal | 312 | 305 | 3 | 0 | 2 | 143 | 25 | 72 | 141 | 50 |
| Binary | 11001010 | 11000101 | 11 | 0 | 10 | 1100011 | 10101 | 111010 | 1100001 | 101000 |
Color Harmonies of #CAC503
Complementary color
Monochromatic Colors of #CAC503
Black with #CAC503
Text Example
Text Example
White with #CAC503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC503; }
p { color: rgb(202,197,3); }
H1.HeaderClassName
{
color: #CAC503;
}
.AnyTagClassName
{
color: #CAC503;
}
</style>
background-color css
<style>
a { background-color: #CAC503; }
a { background-color: rgb(202,197,3); }
div.DivClassName
{
background-color: #CAC503;
}
.BgClassName
{
background-color: #CAC503;
}
</style>
border-color css
<style>
span { border-color: #CAC503; }
span { border-color: rgb(202,197,3); }
td.TdClassName
{
border-color: #CAC503;
}
.TagClassName
{
border-color: #CAC503;
}
</style>