Shades of La Rioja #CAC403
Tints of La Rioja #CAC403
RGB
CMYK
RGB Variations
Color information
#CAC403 (or 0xCAC403) is known color: La Rioja. HEX triplet: CA, C4 and 03. RGB value is (202,196,3). Sum of RGB (Red+Green+Blue) = 202+196+3=401 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50.37% from 401); Green value is 196 (76.95% from 255 or 48.88% from 401); Blue value is 3 (1.56% from 255 or 0.75% from 401); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC403 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAC403 is #353BFC. Grayscale: #B0B0B0. Windows color (decimal): -3488765 or 246986. OLE color: 246986.
HSL color Cylindrical-coordinate representation of color #CAC403: hue angle of 58.19º 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 #CAC403 is Cyan = 0, Magento = 0.03, Yellow = 0.99 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 196 | 3 | - |
| CMYK | 0 | 0.03 | 0.99 | 0.21 |
| HSL | 58.19º | 0.97% | 0.4% | - |
| HSV(B) | 58.19º | 0.99% | 0.79% | - |
| XYZ | 44.11 | 52.04 | 7.81 | - |
| YUV | 175.79 | 30.49 | 146.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 196 | 3 | 0 | 0.03 | 0.99 | 0.21 | 58.19 | 0.97 | 0.4 |
| Hex | CA | C4 | 3 | 0 | 3 | 63 | 15 | 3A | 61 | 28 |
| Octal | 312 | 304 | 3 | 0 | 3 | 143 | 25 | 72 | 141 | 50 |
| Binary | 11001010 | 11000100 | 11 | 0 | 11 | 1100011 | 10101 | 111010 | 1100001 | 101000 |
Color Harmonies of #CAC403
Complementary color
Monochromatic Colors of #CAC403
Black with #CAC403
Text Example
Text Example
White with #CAC403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC403; }
p { color: rgb(202,196,3); }
H1.HeaderClassName
{
color: #CAC403;
}
.AnyTagClassName
{
color: #CAC403;
}
</style>
background-color css
<style>
a { background-color: #CAC403; }
a { background-color: rgb(202,196,3); }
div.DivClassName
{
background-color: #CAC403;
}
.BgClassName
{
background-color: #CAC403;
}
</style>
border-color css
<style>
span { border-color: #CAC403; }
span { border-color: rgb(202,196,3); }
td.TdClassName
{
border-color: #CAC403;
}
.TagClassName
{
border-color: #CAC403;
}
</style>