Shades of La Rioja #CAC701
Tints of La Rioja #CAC701
RGB
CMYK
RGB Variations
Color information
#CAC701 (or 0xCAC701) is known color: La Rioja. HEX triplet: CA, C7 and 01. RGB value is (202,199,1). Sum of RGB (Red+Green+Blue) = 202+199+1=402 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50.25% from 402); Green value is 199 (78.12% from 255 or 49.50% from 402); Blue value is 1 (0.78% from 255 or 0.25% from 402); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC701 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAC701 is #3538FE. Grayscale: #B2B2B2. Windows color (decimal): -3487999 or 116682. OLE color: 116682.
HSL color Cylindrical-coordinate representation of color #CAC701: hue angle of 59.1º 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 #CAC701 is Cyan = 0, Magento = 0.01, Yellow = 1.00 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 199 | 1 | - |
| CMYK | 0 | 0.01 | 1.00 | 0.21 |
| HSL | 59.1º | 0.99% | 0.4% | - |
| HSV(B) | 59.1º | 1% | 0.79% | - |
| XYZ | 44.79 | 53.41 | 7.98 | - |
| YUV | 177.33 | 28.49 | 145.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 199 | 1 | 0 | 0.01 | 1.00 | 0.21 | 59.1 | 0.99 | 0.4 |
| Hex | CA | C7 | 1 | 0 | 1 | 64 | 15 | 3B | 63 | 28 |
| Octal | 312 | 307 | 1 | 0 | 1 | 144 | 25 | 73 | 143 | 50 |
| Binary | 11001010 | 11000111 | 1 | 0 | 1 | 1100100 | 10101 | 111011 | 1100011 | 101000 |
Color Harmonies of #CAC701
Complementary color
Monochromatic Colors of #CAC701
Black with #CAC701
Text Example
Text Example
White with #CAC701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC701; }
p { color: rgb(202,199,1); }
H1.HeaderClassName
{
color: #CAC701;
}
.AnyTagClassName
{
color: #CAC701;
}
</style>
background-color css
<style>
a { background-color: #CAC701; }
a { background-color: rgb(202,199,1); }
div.DivClassName
{
background-color: #CAC701;
}
.BgClassName
{
background-color: #CAC701;
}
</style>
border-color css
<style>
span { border-color: #CAC701; }
span { border-color: rgb(202,199,1); }
td.TdClassName
{
border-color: #CAC701;
}
.TagClassName
{
border-color: #CAC701;
}
</style>