Shades of La Rioja #CAC601
Tints of La Rioja #CAC601
RGB
CMYK
RGB Variations
Color information
#CAC601 (or 0xCAC601) is known color: La Rioja. HEX triplet: CA, C6 and 01. RGB value is (202,198,1). Sum of RGB (Red+Green+Blue) = 202+198+1=401 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50.37% from 401); Green value is 198 (77.73% from 255 or 49.38% from 401); Blue value is 1 (0.78% from 255 or 0.25% from 401); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC601 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAC601 is #3539FE. Grayscale: #B1B1B1. Windows color (decimal): -3488255 or 116426. OLE color: 116426.
HSL color Cylindrical-coordinate representation of color #CAC601: hue angle of 58.81º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CAC601 is Cyan = 0, Magento = 0.02, Yellow = 1.00 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 198 | 1 | - |
| CMYK | 0 | 0.02 | 1.00 | 0.21 |
| HSL | 58.81º | 0.99% | 0.4% | - |
| HSV(B) | 58.81º | 1% | 0.79% | - |
| XYZ | 44.56 | 52.95 | 7.9 | - |
| YUV | 176.74 | 28.83 | 146.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 198 | 1 | 0 | 0.02 | 1.00 | 0.21 | 58.81 | 0.99 | 0.4 |
| Hex | CA | C6 | 1 | 0 | 2 | 64 | 15 | 3B | 63 | 28 |
| Octal | 312 | 306 | 1 | 0 | 2 | 144 | 25 | 73 | 143 | 50 |
| Binary | 11001010 | 11000110 | 1 | 0 | 10 | 1100100 | 10101 | 111011 | 1100011 | 101000 |
Color Harmonies of #CAC601
Complementary color
Monochromatic Colors of #CAC601
Black with #CAC601
Text Example
Text Example
White with #CAC601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC601; }
p { color: rgb(202,198,1); }
H1.HeaderClassName
{
color: #CAC601;
}
.AnyTagClassName
{
color: #CAC601;
}
</style>
background-color css
<style>
a { background-color: #CAC601; }
a { background-color: rgb(202,198,1); }
div.DivClassName
{
background-color: #CAC601;
}
.BgClassName
{
background-color: #CAC601;
}
</style>
border-color css
<style>
span { border-color: #CAC601; }
span { border-color: rgb(202,198,1); }
td.TdClassName
{
border-color: #CAC601;
}
.TagClassName
{
border-color: #CAC601;
}
</style>