Shades of La Rioja #C4D208
Tints of La Rioja #C4D208
RGB
CMYK
RGB Variations
Color information
#C4D208 (or 0xC4D208) is known color: La Rioja. HEX triplet: C4, D2 and 08. RGB value is (196,210,8). Sum of RGB (Red+Green+Blue) = 196+210+8=414 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.34% from 414); Green value is 210 (82.42% from 255 or 50.72% from 414); Blue value is 8 (3.52% from 255 or 1.93% from 414); Max value from RGB is 210 - color contains mainly: green. Hex color #C4D208 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C4D208 is #3B2DF7. Grayscale: #B7B7B7. Windows color (decimal): -3878392 or 578244. OLE color: 578244.
HSL color Cylindrical-coordinate representation of color #C4D208: hue angle of 64.16º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C4D208 is Cyan = 0.07, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 196 | 210 | 8 | - |
| CMYK | 0.07 | 0 | 0.96 | 0.18 |
| HSL | 64.16º | 0.93% | 0.43% | - |
| HSV(B) | 64.16º | 0.96% | 0.82% | - |
| XYZ | 45.86 | 57.85 | 8.98 | - |
| YUV | 182.79 | 29.36 | 137.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 210 | 8 | 0.07 | 0 | 0.96 | 0.18 | 64.16 | 0.93 | 0.43 |
| Hex | C4 | D2 | 8 | 7 | 0 | 60 | 12 | 40 | 5D | 2B |
| Octal | 304 | 322 | 10 | 7 | 0 | 140 | 22 | 100 | 135 | 53 |
| Binary | 11000100 | 11010010 | 1000 | 111 | 0 | 1100000 | 10010 | 1000000 | 1011101 | 101011 |
Color Harmonies of #C4D208
Complementary color
Monochromatic Colors of #C4D208
Black with #C4D208
Text Example
Text Example
White with #C4D208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4D208; }
p { color: rgb(196,210,8); }
H1.HeaderClassName
{
color: #C4D208;
}
.AnyTagClassName
{
color: #C4D208;
}
</style>
background-color css
<style>
a { background-color: #C4D208; }
a { background-color: rgb(196,210,8); }
div.DivClassName
{
background-color: #C4D208;
}
.BgClassName
{
background-color: #C4D208;
}
</style>
border-color css
<style>
span { border-color: #C4D208; }
span { border-color: rgb(196,210,8); }
td.TdClassName
{
border-color: #C4D208;
}
.TagClassName
{
border-color: #C4D208;
}
</style>