Shades of La Rioja #C7B300
Tints of La Rioja #C7B300
RGB
CMYK
RGB Variations
Color information
#C7B300 (or 0xC7B300) is known color: La Rioja. HEX triplet: C7, B3 and 00. RGB value is (199,179,0). Sum of RGB (Red+Green+Blue) = 199+179+0=378 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.65% from 378); Green value is 179 (70.31% from 255 or 47.35% from 378); Blue value is 0 (0.39% from 255 or 0% from 378); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B300 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C7B300 is #384CFF. Grayscale: #A5A5A5. Windows color (decimal): -3689728 or 46023. OLE color: 46023.
HSL color Cylindrical-coordinate representation of color #C7B300: hue angle of 53.97º 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 #C7B300 is Cyan = 0, Magento = 0.10, Yellow = 1 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 179 | 0 | - |
| CMYK | 0 | 0.10 | 1 | 0.22 |
| HSL | 53.97º | 1% | 0.39% | - |
| HSV(B) | 53.97º | 1% | 0.78% | - |
| XYZ | 39.67 | 44.38 | 6.48 | - |
| YUV | 164.57 | 35.13 | 152.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 179 | 0 | 0 | 0.10 | 1 | 0.22 | 53.97 | 1 | 0.39 |
| Hex | C7 | B3 | 0 | 0 | A | 64 | 16 | 36 | 64 | 27 |
| Octal | 307 | 263 | 0 | 0 | 12 | 144 | 26 | 66 | 144 | 47 |
| Binary | 11000111 | 10110011 | 0 | 0 | 1010 | 1100100 | 10110 | 110110 | 1100100 | 100111 |
Color Harmonies of #C7B300
Complementary color
Monochromatic Colors of #C7B300
Black with #C7B300
Text Example
Text Example
White with #C7B300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B300; }
p { color: rgb(199,179,0); }
H1.HeaderClassName
{
color: #C7B300;
}
.AnyTagClassName
{
color: #C7B300;
}
</style>
background-color css
<style>
a { background-color: #C7B300; }
a { background-color: rgb(199,179,0); }
div.DivClassName
{
background-color: #C7B300;
}
.BgClassName
{
background-color: #C7B300;
}
</style>
border-color css
<style>
span { border-color: #C7B300; }
span { border-color: rgb(199,179,0); }
td.TdClassName
{
border-color: #C7B300;
}
.TagClassName
{
border-color: #C7B300;
}
</style>