Shades of La Rioja #CAC400
Tints of La Rioja #CAC400
RGB
CMYK
RGB Variations
Color information
#CAC400 (or 0xCAC400) is known color: La Rioja. HEX triplet: CA, C4 and 00. RGB value is (202,196,0). Sum of RGB (Red+Green+Blue) = 202+196+0=398 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.75% from 398); Green value is 196 (76.95% from 255 or 49.25% from 398); Blue value is 0 (0.39% from 255 or 0% from 398); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC400 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAC400 is #353BFF. Grayscale: #B0B0B0. Windows color (decimal): -3488768 or 50378. OLE color: 50378.
HSL color Cylindrical-coordinate representation of color #CAC400: hue angle of 58.22º 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 #CAC400 is Cyan = 0, Magento = 0.03, Yellow = 1 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 196 | 0 | - |
| CMYK | 0 | 0.03 | 1 | 0.21 |
| HSL | 58.22º | 1% | 0.4% | - |
| HSV(B) | 58.22º | 1% | 0.79% | - |
| XYZ | 44.1 | 52.04 | 7.72 | - |
| YUV | 175.45 | 28.99 | 146.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 196 | 0 | 0 | 0.03 | 1 | 0.21 | 58.22 | 1 | 0.4 |
| Hex | CA | C4 | 0 | 0 | 3 | 64 | 15 | 3A | 64 | 28 |
| Octal | 312 | 304 | 0 | 0 | 3 | 144 | 25 | 72 | 144 | 50 |
| Binary | 11001010 | 11000100 | 0 | 0 | 11 | 1100100 | 10101 | 111010 | 1100100 | 101000 |
Color Harmonies of #CAC400
Complementary color
Monochromatic Colors of #CAC400
Black with #CAC400
Text Example
Text Example
White with #CAC400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC400; }
p { color: rgb(202,196,0); }
H1.HeaderClassName
{
color: #CAC400;
}
.AnyTagClassName
{
color: #CAC400;
}
</style>
background-color css
<style>
a { background-color: #CAC400; }
a { background-color: rgb(202,196,0); }
div.DivClassName
{
background-color: #CAC400;
}
.BgClassName
{
background-color: #CAC400;
}
</style>
border-color css
<style>
span { border-color: #CAC400; }
span { border-color: rgb(202,196,0); }
td.TdClassName
{
border-color: #CAC400;
}
.TagClassName
{
border-color: #CAC400;
}
</style>