Shades of La Rioja #C5CF0F
Tints of La Rioja #C5CF0F
RGB
CMYK
RGB Variations
Color information
#C5CF0F (or 0xC5CF0F) is known color: La Rioja. HEX triplet: C5, CF and 0F. RGB value is (197,207,15). Sum of RGB (Red+Green+Blue) = 197+207+15=419 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.02% from 419); Green value is 207 (81.25% from 255 or 49.40% from 419); Blue value is 15 (6.25% from 255 or 3.58% from 419); Max value from RGB is 207 - color contains mainly: green. Hex color #C5CF0F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5CF0F is #3A30F0. Grayscale: #B6B6B6. Windows color (decimal): -3813617 or 1036229. OLE color: 1036229.
HSL color Cylindrical-coordinate representation of color #C5CF0F: hue angle of 63.12º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C5CF0F is Cyan = 0.05, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 197 | 207 | 15 | - |
| CMYK | 0.05 | 0 | 0.93 | 0.19 |
| HSL | 63.13º | 0.86% | 0.44% | - |
| HSV(B) | 63.13º | 0.93% | 0.81% | - |
| XYZ | 45.43 | 56.53 | 8.97 | - |
| YUV | 182.12 | 33.69 | 138.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 207 | 15 | 0.05 | 0 | 0.93 | 0.19 | 63.13 | 0.86 | 0.44 |
| Hex | C5 | CF | F | 5 | 0 | 5D | 13 | 3F | 56 | 2C |
| Octal | 305 | 317 | 17 | 5 | 0 | 135 | 23 | 77 | 126 | 54 |
| Binary | 11000101 | 11001111 | 1111 | 101 | 0 | 1011101 | 10011 | 111111 | 1010110 | 101100 |
Color Harmonies of #C5CF0F
Complementary color
Monochromatic Colors of #C5CF0F
Black with #C5CF0F
Text Example
Text Example
White with #C5CF0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5CF0F; }
p { color: rgb(197,207,15); }
H1.HeaderClassName
{
color: #C5CF0F;
}
.AnyTagClassName
{
color: #C5CF0F;
}
</style>
background-color css
<style>
a { background-color: #C5CF0F; }
a { background-color: rgb(197,207,15); }
div.DivClassName
{
background-color: #C5CF0F;
}
.BgClassName
{
background-color: #C5CF0F;
}
</style>
border-color css
<style>
span { border-color: #C5CF0F; }
span { border-color: rgb(197,207,15); }
td.TdClassName
{
border-color: #C5CF0F;
}
.TagClassName
{
border-color: #C5CF0F;
}
</style>