Shades of La Rioja #C8AF00
Tints of La Rioja #C8AF00
RGB
CMYK
RGB Variations
Color information
#C8AF00 (or 0xC8AF00) is known color: La Rioja. HEX triplet: C8, AF and 00. RGB value is (200,175,0). Sum of RGB (Red+Green+Blue) = 200+175+0=375 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.33% from 375); Green value is 175 (68.75% from 255 or 46.67% from 375); Blue value is 0 (0.39% from 255 or 0% from 375); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AF00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C8AF00 is #3750FF. Grayscale: #A3A3A3. Windows color (decimal): -3625216 or 45000. OLE color: 45000.
HSL color Cylindrical-coordinate representation of color #C8AF00: hue angle of 52.5º 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 #C8AF00 is Cyan = 0, Magento = 0.12, Yellow = 1 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 175 | 0 | - |
| CMYK | 0 | 0.12 | 1 | 0.22 |
| HSL | 52.5º | 1% | 0.39% | - |
| HSV(B) | 52.5º | 1% | 0.78% | - |
| XYZ | 39.15 | 42.94 | 6.22 | - |
| YUV | 162.53 | 36.28 | 154.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 175 | 0 | 0 | 0.12 | 1 | 0.22 | 52.5 | 1 | 0.39 |
| Hex | C8 | AF | 0 | 0 | C | 64 | 16 | 34 | 64 | 27 |
| Octal | 310 | 257 | 0 | 0 | 14 | 144 | 26 | 64 | 144 | 47 |
| Binary | 11001000 | 10101111 | 0 | 0 | 1100 | 1100100 | 10110 | 110100 | 1100100 | 100111 |
Color Harmonies of #C8AF00
Complementary color
Monochromatic Colors of #C8AF00
Black with #C8AF00
Text Example
Text Example
White with #C8AF00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8AF00; }
p { color: rgb(200,175,0); }
H1.HeaderClassName
{
color: #C8AF00;
}
.AnyTagClassName
{
color: #C8AF00;
}
</style>
background-color css
<style>
a { background-color: #C8AF00; }
a { background-color: rgb(200,175,0); }
div.DivClassName
{
background-color: #C8AF00;
}
.BgClassName
{
background-color: #C8AF00;
}
</style>
border-color css
<style>
span { border-color: #C8AF00; }
span { border-color: rgb(200,175,0); }
td.TdClassName
{
border-color: #C8AF00;
}
.TagClassName
{
border-color: #C8AF00;
}
</style>