#C8D70A

Color #C8D70A La Rioja (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of La Rioja #C8D70A

Tints of La Rioja #C8D70A

Color information

#C8D70A (or 0xC8D70A) is unknown color: approx La Rioja. HEX triplet: C8, D7 and 0A. RGB value is (200,215,10). Sum of RGB (Red+Green+Blue) = 200+215+10=425 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.06% from 425); Green value is 215 (84.38% from 255 or 50.59% from 425); Blue value is 10 (4.30% from 255 or 2.35% from 425); Max value from RGB is 215 - color contains mainly: green. Hex color #C8D70A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C8D70A is #3728F5. Grayscale: #BBBBBB. Windows color (decimal): -3614966 or 710600. OLE color: 710600.

HSL color Cylindrical-coordinate representation of color #C8D70A: hue angle of 64.39º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C8D70A is Cyan = 0.07, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.16.

Color convert

RGB20021510-
CMYK0.0700.950.16
HSL64.39º91.11%44.12%-
HSV(B)64.39º95.35%84.31%-
XYZ48.1760.99.5-
YUV187.1428.03137.17-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 200 (78.52% from 255) = 47.06%
GREEN value IS 215 (84.38% from 255) = 50.59%
BLUE value IS 10 (4.30% from 255) = 2.35%
R=47.06%
G=50.59%
B=2.35%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal200215100.0700.950.1664.3991.1144.12
HexC8D7A705F10405b2c
Octal31032712701372010013354
Binary11001000110101111010111010111111000010000001011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8D70A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8D70A; }

 p { color: rgb(200,215,10); }

 H1.HeaderClassName
 {
   color: #C8D70A;
 }
 .AnyTagClassName
 {
   color: #C8D70A;
 }
</style>
background-color css

<style>
 a { background-color: #C8D70A; }

 a { background-color: rgb(200,215,10); }

 div.DivClassName
 {
   background-color: #C8D70A;
 }
 .BgClassName
 {
   background-color: #C8D70A;
 }
</style>
border-color css

<style>
 span { border-color: #C8D70A; }

 span { border-color: rgb(200,215,10); }

 td.TdClassName
 {
   border-color: #C8D70A;
 }
 .TagClassName
 {
   border-color: #C8D70A;
 }
</style>