Shades of La Rioja #CAC303
Tints of La Rioja #CAC303
RGB
CMYK
RGB Variations
Color information
#CAC303 (or 0xCAC303) is known color: La Rioja. HEX triplet: CA, C3 and 03. RGB value is (202,195,3). Sum of RGB (Red+Green+Blue) = 202+195+3=400 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.5% from 400); Green value is 195 (76.56% from 255 or 48.75% from 400); Blue value is 3 (1.56% from 255 or 0.75% from 400); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC303 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAC303 is #353CFC. Grayscale: #AFAFAF. Windows color (decimal): -3489021 or 246730. OLE color: 246730.
HSL color Cylindrical-coordinate representation of color #CAC303: hue angle of 57.89º degrees, saturation: 0.97, 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 #CAC303 is Cyan = 0, Magento = 0.03, Yellow = 0.99 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 195 | 3 | - |
| CMYK | 0 | 0.03 | 0.99 | 0.21 |
| HSL | 57.89º | 0.97% | 0.4% | - |
| HSV(B) | 57.89º | 0.99% | 0.79% | - |
| XYZ | 43.89 | 51.59 | 7.73 | - |
| YUV | 175.21 | 30.82 | 147.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 195 | 3 | 0 | 0.03 | 0.99 | 0.21 | 57.89 | 0.97 | 0.4 |
| Hex | CA | C3 | 3 | 0 | 3 | 63 | 15 | 3A | 61 | 28 |
| Octal | 312 | 303 | 3 | 0 | 3 | 143 | 25 | 72 | 141 | 50 |
| Binary | 11001010 | 11000011 | 11 | 0 | 11 | 1100011 | 10101 | 111010 | 1100001 | 101000 |
Color Harmonies of #CAC303
Complementary color
Monochromatic Colors of #CAC303
Black with #CAC303
Text Example
Text Example
White with #CAC303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC303; }
p { color: rgb(202,195,3); }
H1.HeaderClassName
{
color: #CAC303;
}
.AnyTagClassName
{
color: #CAC303;
}
</style>
background-color css
<style>
a { background-color: #CAC303; }
a { background-color: rgb(202,195,3); }
div.DivClassName
{
background-color: #CAC303;
}
.BgClassName
{
background-color: #CAC303;
}
</style>
border-color css
<style>
span { border-color: #CAC303; }
span { border-color: rgb(202,195,3); }
td.TdClassName
{
border-color: #CAC303;
}
.TagClassName
{
border-color: #CAC303;
}
</style>