Shades of La Rioja #C7AA00
Tints of La Rioja #C7AA00
RGB
CMYK
RGB Variations
Color information
#C7AA00 (or 0xC7AA00) is known color: La Rioja. HEX triplet: C7, AA and 00. RGB value is (199,170,0). Sum of RGB (Red+Green+Blue) = 199+170+0=369 (48% of max value = 765). Red value is 199 (78.12% from 255 or 53.93% from 369); Green value is 170 (66.80% from 255 or 46.07% from 369); Blue value is 0 (0.39% from 255 or 0% from 369); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AA00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C7AA00 is #3855FF. Grayscale: #A0A0A0. Windows color (decimal): -3692032 or 43719. OLE color: 43719.
HSL color Cylindrical-coordinate representation of color #C7AA00: hue angle of 51.26º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C7AA00 is Cyan = 0, Magento = 0.15, Yellow = 1 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 170 | 0 | - |
| CMYK | 0 | 0.15 | 1 | 0.22 |
| HSL | 51.26º | 1% | 0.39% | - |
| HSV(B) | 51.26º | 1% | 0.78% | - |
| XYZ | 37.93 | 40.89 | 5.89 | - |
| YUV | 159.29 | 38.11 | 156.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 170 | 0 | 0 | 0.15 | 1 | 0.22 | 51.26 | 1 | 0.39 |
| Hex | C7 | AA | 0 | 0 | F | 64 | 16 | 33 | 64 | 27 |
| Octal | 307 | 252 | 0 | 0 | 17 | 144 | 26 | 63 | 144 | 47 |
| Binary | 11000111 | 10101010 | 0 | 0 | 1111 | 1100100 | 10110 | 110011 | 1100100 | 100111 |
Color Harmonies of #C7AA00
Complementary color
Monochromatic Colors of #C7AA00
Black with #C7AA00
Text Example
Text Example
White with #C7AA00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7AA00; }
p { color: rgb(199,170,0); }
H1.HeaderClassName
{
color: #C7AA00;
}
.AnyTagClassName
{
color: #C7AA00;
}
</style>
background-color css
<style>
a { background-color: #C7AA00; }
a { background-color: rgb(199,170,0); }
div.DivClassName
{
background-color: #C7AA00;
}
.BgClassName
{
background-color: #C7AA00;
}
</style>
border-color css
<style>
span { border-color: #C7AA00; }
span { border-color: rgb(199,170,0); }
td.TdClassName
{
border-color: #C7AA00;
}
.TagClassName
{
border-color: #C7AA00;
}
</style>