Shades of La Rioja #C3AD00
Tints of La Rioja #C3AD00
RGB
CMYK
RGB Variations
Color information
#C3AD00 (or 0xC3AD00) is known color: La Rioja. HEX triplet: C3, AD and 00. RGB value is (195,173,0). Sum of RGB (Red+Green+Blue) = 195+173+0=368 (48% of max value = 765). Red value is 195 (76.56% from 255 or 52.99% from 368); Green value is 173 (67.97% from 255 or 47.01% from 368); Blue value is 0 (0.39% from 255 or 0% from 368); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AD00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C3AD00 is #3C52FF. Grayscale: #A0A0A0. Windows color (decimal): -3953408 or 44483. OLE color: 44483.
HSL color Cylindrical-coordinate representation of color #C3AD00: hue angle of 53.23º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C3AD00 is Cyan = 0, Magento = 0.11, Yellow = 1 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 173 | 0 | - |
| CMYK | 0 | 0.11 | 1 | 0.24 |
| HSL | 53.23º | 1% | 0.38% | - |
| HSV(B) | 53.23º | 1% | 0.76% | - |
| XYZ | 37.45 | 41.49 | 6.03 | - |
| YUV | 159.86 | 37.79 | 153.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 173 | 0 | 0 | 0.11 | 1 | 0.24 | 53.23 | 1 | 0.38 |
| Hex | C3 | AD | 0 | 0 | B | 64 | 18 | 35 | 64 | 26 |
| Octal | 303 | 255 | 0 | 0 | 13 | 144 | 30 | 65 | 144 | 46 |
| Binary | 11000011 | 10101101 | 0 | 0 | 1011 | 1100100 | 11000 | 110101 | 1100100 | 100110 |
Color Harmonies of #C3AD00
Complementary color
Monochromatic Colors of #C3AD00
Black with #C3AD00
Text Example
Text Example
White with #C3AD00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3AD00; }
p { color: rgb(195,173,0); }
H1.HeaderClassName
{
color: #C3AD00;
}
.AnyTagClassName
{
color: #C3AD00;
}
</style>
background-color css
<style>
a { background-color: #C3AD00; }
a { background-color: rgb(195,173,0); }
div.DivClassName
{
background-color: #C3AD00;
}
.BgClassName
{
background-color: #C3AD00;
}
</style>
border-color css
<style>
span { border-color: #C3AD00; }
span { border-color: rgb(195,173,0); }
td.TdClassName
{
border-color: #C3AD00;
}
.TagClassName
{
border-color: #C3AD00;
}
</style>