Shades of La Rioja #CAC700
Tints of La Rioja #CAC700
RGB
CMYK
RGB Variations
Color information
#CAC700 (or 0xCAC700) is known color: La Rioja. HEX triplet: CA, C7 and 00. RGB value is (202,199,0). Sum of RGB (Red+Green+Blue) = 202+199+0=401 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50.37% from 401); Green value is 199 (78.12% from 255 or 49.63% from 401); Blue value is 0 (0.39% from 255 or 0% from 401); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC700 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAC700 is #3538FF. Grayscale: #B2B2B2. Windows color (decimal): -3488000 or 51146. OLE color: 51146.
HSL color Cylindrical-coordinate representation of color #CAC700: hue angle of 59.11º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CAC700 is Cyan = 0, Magento = 0.01, Yellow = 1 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 199 | 0 | - |
| CMYK | 0 | 0.01 | 1 | 0.21 |
| HSL | 59.11º | 1% | 0.4% | - |
| HSV(B) | 59.11º | 1% | 0.79% | - |
| XYZ | 44.78 | 53.4 | 7.95 | - |
| YUV | 177.21 | 27.99 | 145.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 199 | 0 | 0 | 0.01 | 1 | 0.21 | 59.11 | 1 | 0.4 |
| Hex | CA | C7 | 0 | 0 | 1 | 64 | 15 | 3B | 64 | 28 |
| Octal | 312 | 307 | 0 | 0 | 1 | 144 | 25 | 73 | 144 | 50 |
| Binary | 11001010 | 11000111 | 0 | 0 | 1 | 1100100 | 10101 | 111011 | 1100100 | 101000 |
Color Harmonies of #CAC700
Complementary color
Monochromatic Colors of #CAC700
Black with #CAC700
Text Example
Text Example
White with #CAC700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC700; }
p { color: rgb(202,199,0); }
H1.HeaderClassName
{
color: #CAC700;
}
.AnyTagClassName
{
color: #CAC700;
}
</style>
background-color css
<style>
a { background-color: #CAC700; }
a { background-color: rgb(202,199,0); }
div.DivClassName
{
background-color: #CAC700;
}
.BgClassName
{
background-color: #CAC700;
}
</style>
border-color css
<style>
span { border-color: #CAC700; }
span { border-color: rgb(202,199,0); }
td.TdClassName
{
border-color: #CAC700;
}
.TagClassName
{
border-color: #CAC700;
}
</style>