#C8D701

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

Shades of La Rioja #C8D701

Tints of La Rioja #C8D701

Color information

#C8D701 (or 0xC8D701) is unknown color: approx La Rioja. HEX triplet: C8, D7 and 01. RGB value is (200,215,1). Sum of RGB (Red+Green+Blue) = 200+215+1=416 (55% of max value = 765). Red value is 200 (78.52% from 255 or 48.08% from 416); Green value is 215 (84.38% from 255 or 51.68% from 416); Blue value is 1 (0.78% from 255 or 0.24% from 416); Max value from RGB is 215 - color contains mainly: green. Hex color #C8D701 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C8D701 is #3728FE. Grayscale: #BABABA. Windows color (decimal): -3614975 or 120776. OLE color: 120776.

HSL color Cylindrical-coordinate representation of color #C8D701: hue angle of 64.21º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C8D701 is Cyan = 0.07, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.16.

Color convert

RGB2002151-
CMYK0.0701.000.16
HSL64.21º99.07%42.35%-
HSV(B)64.21º99.53%84.31%-
XYZ48.1360.889.24-
YUV186.1223.53137.9-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 48.08%
GREEN value IS 215 (84.38% from 255) = 51.68%
BLUE value IS 1 (0.78% from 255) = 0.24%
R=48.08%
G=51.68%
B=0.24%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 1.00
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal20021510.0701.000.1664.2199.0742.35
HexC8D7170641040632a
Octal3103271701442010014352
Binary11001000110101111111011001001000010000001100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8D701

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8D701; }

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

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

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

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

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

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

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

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