Shades of La Rioja #C4AF08
Tints of La Rioja #C4AF08
RGB
CMYK
RGB Variations
Color information
#C4AF08 (or 0xC4AF08) is known color: La Rioja. HEX triplet: C4, AF and 08. RGB value is (196,175,8). Sum of RGB (Red+Green+Blue) = 196+175+8=379 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.72% from 379); Green value is 175 (68.75% from 255 or 46.17% from 379); Blue value is 8 (3.52% from 255 or 2.11% from 379); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AF08 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C4AF08 is #3B50F7. Grayscale: #A2A2A2. Windows color (decimal): -3887352 or 569284. OLE color: 569284.
HSL color Cylindrical-coordinate representation of color #C4AF08: hue angle of 53.3º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C4AF08 is Cyan = 0, Magento = 0.11, Yellow = 0.96 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 175 | 8 | - |
| CMYK | 0 | 0.11 | 0.96 | 0.23 |
| HSL | 53.3º | 0.92% | 0.4% | - |
| HSV(B) | 53.3º | 0.96% | 0.77% | - |
| XYZ | 38.14 | 42.41 | 6.41 | - |
| YUV | 162.24 | 40.96 | 152.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 175 | 8 | 0 | 0.11 | 0.96 | 0.23 | 53.3 | 0.92 | 0.4 |
| Hex | C4 | AF | 8 | 0 | B | 60 | 17 | 35 | 5C | 28 |
| Octal | 304 | 257 | 10 | 0 | 13 | 140 | 27 | 65 | 134 | 50 |
| Binary | 11000100 | 10101111 | 1000 | 0 | 1011 | 1100000 | 10111 | 110101 | 1011100 | 101000 |
Color Harmonies of #C4AF08
Complementary color
Monochromatic Colors of #C4AF08
Black with #C4AF08
Text Example
Text Example
White with #C4AF08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4AF08; }
p { color: rgb(196,175,8); }
H1.HeaderClassName
{
color: #C4AF08;
}
.AnyTagClassName
{
color: #C4AF08;
}
</style>
background-color css
<style>
a { background-color: #C4AF08; }
a { background-color: rgb(196,175,8); }
div.DivClassName
{
background-color: #C4AF08;
}
.BgClassName
{
background-color: #C4AF08;
}
</style>
border-color css
<style>
span { border-color: #C4AF08; }
span { border-color: rgb(196,175,8); }
td.TdClassName
{
border-color: #C4AF08;
}
.TagClassName
{
border-color: #C4AF08;
}
</style>