Shades of La Rioja #CAC702
Tints of La Rioja #CAC702
RGB
CMYK
RGB Variations
Color information
#CAC702 (or 0xCAC702) is known color: La Rioja. HEX triplet: CA, C7 and 02. RGB value is (202,199,2). Sum of RGB (Red+Green+Blue) = 202+199+2=403 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50.12% from 403); Green value is 199 (78.12% from 255 or 49.38% from 403); Blue value is 2 (1.17% from 255 or 0.50% from 403); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC702 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAC702 is #3538FD. Grayscale: #B2B2B2. Windows color (decimal): -3487998 or 182218. OLE color: 182218.
HSL color Cylindrical-coordinate representation of color #CAC702: hue angle of 59.1º degrees, saturation: 0.98, 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 #CAC702 is Cyan = 0, Magento = 0.01, Yellow = 0.99 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 199 | 2 | - |
| CMYK | 0 | 0.01 | 0.99 | 0.21 |
| HSL | 59.1º | 0.98% | 0.4% | - |
| HSV(B) | 59.1º | 0.99% | 0.79% | - |
| XYZ | 44.79 | 53.41 | 8.01 | - |
| YUV | 177.44 | 28.99 | 145.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 199 | 2 | 0 | 0.01 | 0.99 | 0.21 | 59.1 | 0.98 | 0.4 |
| Hex | CA | C7 | 2 | 0 | 1 | 63 | 15 | 3B | 62 | 28 |
| Octal | 312 | 307 | 2 | 0 | 1 | 143 | 25 | 73 | 142 | 50 |
| Binary | 11001010 | 11000111 | 10 | 0 | 1 | 1100011 | 10101 | 111011 | 1100010 | 101000 |
Color Harmonies of #CAC702
Complementary color
Monochromatic Colors of #CAC702
Black with #CAC702
Text Example
Text Example
White with #CAC702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC702; }
p { color: rgb(202,199,2); }
H1.HeaderClassName
{
color: #CAC702;
}
.AnyTagClassName
{
color: #CAC702;
}
</style>
background-color css
<style>
a { background-color: #CAC702; }
a { background-color: rgb(202,199,2); }
div.DivClassName
{
background-color: #CAC702;
}
.BgClassName
{
background-color: #CAC702;
}
</style>
border-color css
<style>
span { border-color: #CAC702; }
span { border-color: rgb(202,199,2); }
td.TdClassName
{
border-color: #CAC702;
}
.TagClassName
{
border-color: #CAC702;
}
</style>