Shades of La Rioja #C8AE00
Tints of La Rioja #C8AE00
RGB
CMYK
RGB Variations
Color information
#C8AE00 (or 0xC8AE00) is known color: La Rioja. HEX triplet: C8, AE and 00. RGB value is (200,174,0). Sum of RGB (Red+Green+Blue) = 200+174+0=374 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.48% from 374); Green value is 174 (68.36% from 255 or 46.52% from 374); Blue value is 0 (0.39% from 255 or 0% from 374); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AE00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C8AE00 is #3751FF. Grayscale: #A2A2A2. Windows color (decimal): -3625472 or 44744. OLE color: 44744.
HSL color Cylindrical-coordinate representation of color #C8AE00: hue angle of 52.2º 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 #C8AE00 is Cyan = 0, Magento = 0.13, Yellow = 1 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 174 | 0 | - |
| CMYK | 0 | 0.13 | 1 | 0.22 |
| HSL | 52.2º | 1% | 0.39% | - |
| HSV(B) | 52.2º | 1% | 0.78% | - |
| XYZ | 38.96 | 42.55 | 6.16 | - |
| YUV | 161.94 | 36.61 | 155.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 174 | 0 | 0 | 0.13 | 1 | 0.22 | 52.2 | 1 | 0.39 |
| Hex | C8 | AE | 0 | 0 | D | 64 | 16 | 34 | 64 | 27 |
| Octal | 310 | 256 | 0 | 0 | 15 | 144 | 26 | 64 | 144 | 47 |
| Binary | 11001000 | 10101110 | 0 | 0 | 1101 | 1100100 | 10110 | 110100 | 1100100 | 100111 |
Color Harmonies of #C8AE00
Complementary color
Monochromatic Colors of #C8AE00
Black with #C8AE00
Text Example
Text Example
White with #C8AE00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8AE00; }
p { color: rgb(200,174,0); }
H1.HeaderClassName
{
color: #C8AE00;
}
.AnyTagClassName
{
color: #C8AE00;
}
</style>
background-color css
<style>
a { background-color: #C8AE00; }
a { background-color: rgb(200,174,0); }
div.DivClassName
{
background-color: #C8AE00;
}
.BgClassName
{
background-color: #C8AE00;
}
</style>
border-color css
<style>
span { border-color: #C8AE00; }
span { border-color: rgb(200,174,0); }
td.TdClassName
{
border-color: #C8AE00;
}
.TagClassName
{
border-color: #C8AE00;
}
</style>