Shades of La Rioja #CAC800
Tints of La Rioja #CAC800
RGB
CMYK
RGB Variations
Color information
#CAC800 (or 0xCAC800) is known color: La Rioja. HEX triplet: CA, C8 and 00. RGB value is (202,200,0). Sum of RGB (Red+Green+Blue) = 202+200+0=402 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50.25% from 402); Green value is 200 (78.52% from 255 or 49.75% from 402); Blue value is 0 (0.39% from 255 or 0% from 402); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC800 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAC800 is #3537FF. Grayscale: #B2B2B2. Windows color (decimal): -3487744 or 51402. OLE color: 51402.
HSL color Cylindrical-coordinate representation of color #CAC800: hue angle of 59.41º 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 #CAC800 is Cyan = 0, Magento = 0.01, Yellow = 1 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 200 | 0 | - |
| CMYK | 0 | 0.01 | 1 | 0.21 |
| HSL | 59.41º | 1% | 0.4% | - |
| HSV(B) | 59.41º | 1% | 0.79% | - |
| XYZ | 45.01 | 53.87 | 8.02 | - |
| YUV | 177.8 | 27.66 | 145.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 200 | 0 | 0 | 0.01 | 1 | 0.21 | 59.41 | 1 | 0.4 |
| Hex | CA | C8 | 0 | 0 | 1 | 64 | 15 | 3B | 64 | 28 |
| Octal | 312 | 310 | 0 | 0 | 1 | 144 | 25 | 73 | 144 | 50 |
| Binary | 11001010 | 11001000 | 0 | 0 | 1 | 1100100 | 10101 | 111011 | 1100100 | 101000 |
Color Harmonies of #CAC800
Complementary color
Monochromatic Colors of #CAC800
Black with #CAC800
Text Example
Text Example
White with #CAC800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC800; }
p { color: rgb(202,200,0); }
H1.HeaderClassName
{
color: #CAC800;
}
.AnyTagClassName
{
color: #CAC800;
}
</style>
background-color css
<style>
a { background-color: #CAC800; }
a { background-color: rgb(202,200,0); }
div.DivClassName
{
background-color: #CAC800;
}
.BgClassName
{
background-color: #CAC800;
}
</style>
border-color css
<style>
span { border-color: #CAC800; }
span { border-color: rgb(202,200,0); }
td.TdClassName
{
border-color: #CAC800;
}
.TagClassName
{
border-color: #CAC800;
}
</style>