Shades of La Rioja #C9AD00
Tints of La Rioja #C9AD00
RGB
CMYK
RGB Variations
Color information
#C9AD00 (or 0xC9AD00) is known color: La Rioja. HEX triplet: C9, AD and 00. RGB value is (201,173,0). Sum of RGB (Red+Green+Blue) = 201+173+0=374 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.74% from 374); Green value is 173 (67.97% from 255 or 46.26% from 374); Blue value is 0 (0.39% from 255 or 0% from 374); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AD00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C9AD00 is #3652FF. Grayscale: #A2A2A2. Windows color (decimal): -3560192 or 44489. OLE color: 44489.
HSL color Cylindrical-coordinate representation of color #C9AD00: hue angle of 51.64º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C9AD00 is Cyan = 0, Magento = 0.14, Yellow = 1 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 173 | 0 | - |
| CMYK | 0 | 0.14 | 1 | 0.21 |
| HSL | 51.64º | 1% | 0.39% | - |
| HSV(B) | 51.64º | 1% | 0.79% | - |
| XYZ | 39.03 | 42.3 | 6.11 | - |
| YUV | 161.65 | 36.78 | 156.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 173 | 0 | 0 | 0.14 | 1 | 0.21 | 51.64 | 1 | 0.39 |
| Hex | C9 | AD | 0 | 0 | E | 64 | 15 | 34 | 64 | 27 |
| Octal | 311 | 255 | 0 | 0 | 16 | 144 | 25 | 64 | 144 | 47 |
| Binary | 11001001 | 10101101 | 0 | 0 | 1110 | 1100100 | 10101 | 110100 | 1100100 | 100111 |
Color Harmonies of #C9AD00
Complementary color
Monochromatic Colors of #C9AD00
Black with #C9AD00
Text Example
Text Example
White with #C9AD00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9AD00; }
p { color: rgb(201,173,0); }
H1.HeaderClassName
{
color: #C9AD00;
}
.AnyTagClassName
{
color: #C9AD00;
}
</style>
background-color css
<style>
a { background-color: #C9AD00; }
a { background-color: rgb(201,173,0); }
div.DivClassName
{
background-color: #C9AD00;
}
.BgClassName
{
background-color: #C9AD00;
}
</style>
border-color css
<style>
span { border-color: #C9AD00; }
span { border-color: rgb(201,173,0); }
td.TdClassName
{
border-color: #C9AD00;
}
.TagClassName
{
border-color: #C9AD00;
}
</style>