Shades of La Rioja #C5CE0D
Tints of La Rioja #C5CE0D
RGB
CMYK
RGB Variations
Color information
#C5CE0D (or 0xC5CE0D) is known color: La Rioja. HEX triplet: C5, CE and 0D. RGB value is (197,206,13). Sum of RGB (Red+Green+Blue) = 197+206+13=416 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.36% from 416); Green value is 206 (80.86% from 255 or 49.52% from 416); Blue value is 13 (5.47% from 255 or 3.12% from 416); Max value from RGB is 206 - color contains mainly: green. Hex color #C5CE0D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5CE0D is #3A31F2. Grayscale: #B6B6B6. Windows color (decimal): -3813875 or 904901. OLE color: 904901.
HSL color Cylindrical-coordinate representation of color #C5CE0D: hue angle of 62.8º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C5CE0D is Cyan = 0.04, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 197 | 206 | 13 | - |
| CMYK | 0.04 | 0 | 0.94 | 0.19 |
| HSL | 62.8º | 0.88% | 0.43% | - |
| HSV(B) | 62.8º | 0.94% | 0.81% | - |
| XYZ | 45.17 | 56.04 | 8.82 | - |
| YUV | 181.31 | 33.02 | 139.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 206 | 13 | 0.04 | 0 | 0.94 | 0.19 | 62.8 | 0.88 | 0.43 |
| Hex | C5 | CE | D | 4 | 0 | 5E | 13 | 3F | 58 | 2B |
| Octal | 305 | 316 | 15 | 4 | 0 | 136 | 23 | 77 | 130 | 53 |
| Binary | 11000101 | 11001110 | 1101 | 100 | 0 | 1011110 | 10011 | 111111 | 1011000 | 101011 |
Color Harmonies of #C5CE0D
Complementary color
Monochromatic Colors of #C5CE0D
Black with #C5CE0D
Text Example
Text Example
White with #C5CE0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5CE0D; }
p { color: rgb(197,206,13); }
H1.HeaderClassName
{
color: #C5CE0D;
}
.AnyTagClassName
{
color: #C5CE0D;
}
</style>
background-color css
<style>
a { background-color: #C5CE0D; }
a { background-color: rgb(197,206,13); }
div.DivClassName
{
background-color: #C5CE0D;
}
.BgClassName
{
background-color: #C5CE0D;
}
</style>
border-color css
<style>
span { border-color: #C5CE0D; }
span { border-color: rgb(197,206,13); }
td.TdClassName
{
border-color: #C5CE0D;
}
.TagClassName
{
border-color: #C5CE0D;
}
</style>