Shades of La Rioja #C8D00F
Tints of La Rioja #C8D00F
RGB
CMYK
RGB Variations
Color information
#C8D00F (or 0xC8D00F) is known color: La Rioja. HEX triplet: C8, D0 and 0F. RGB value is (200,208,15). Sum of RGB (Red+Green+Blue) = 200+208+15=423 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.28% from 423); Green value is 208 (81.64% from 255 or 49.17% from 423); Blue value is 15 (6.25% from 255 or 3.55% from 423); Max value from RGB is 208 - color contains mainly: green. Hex color #C8D00F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C8D00F is #372FF0. Grayscale: #B8B8B8. Windows color (decimal): -3616753 or 1036488. OLE color: 1036488.
HSL color Cylindrical-coordinate representation of color #C8D00F: hue angle of 62.49º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C8D00F is Cyan = 0.04, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 200 | 208 | 15 | - |
| CMYK | 0.04 | 0 | 0.93 | 0.18 |
| HSL | 62.49º | 0.87% | 0.44% | - |
| HSV(B) | 62.49º | 0.93% | 0.82% | - |
| XYZ | 46.46 | 57.43 | 9.09 | - |
| YUV | 183.61 | 32.85 | 139.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 208 | 15 | 0.04 | 0 | 0.93 | 0.18 | 62.49 | 0.87 | 0.44 |
| Hex | C8 | D0 | F | 4 | 0 | 5D | 12 | 3E | 57 | 2C |
| Octal | 310 | 320 | 17 | 4 | 0 | 135 | 22 | 76 | 127 | 54 |
| Binary | 11001000 | 11010000 | 1111 | 100 | 0 | 1011101 | 10010 | 111110 | 1010111 | 101100 |
Color Harmonies of #C8D00F
Complementary color
Monochromatic Colors of #C8D00F
Black with #C8D00F
Text Example
Text Example
White with #C8D00F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D00F; }
p { color: rgb(200,208,15); }
H1.HeaderClassName
{
color: #C8D00F;
}
.AnyTagClassName
{
color: #C8D00F;
}
</style>
background-color css
<style>
a { background-color: #C8D00F; }
a { background-color: rgb(200,208,15); }
div.DivClassName
{
background-color: #C8D00F;
}
.BgClassName
{
background-color: #C8D00F;
}
</style>
border-color css
<style>
span { border-color: #C8D00F; }
span { border-color: rgb(200,208,15); }
td.TdClassName
{
border-color: #C8D00F;
}
.TagClassName
{
border-color: #C8D00F;
}
</style>