#C5B701

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

Shades of La Rioja #C5B701

Tints of La Rioja #C5B701

Color information

#C5B701 (or 0xC5B701) is unknown color: approx La Rioja. HEX triplet: C5, B7 and 01. RGB value is (197,183,1). Sum of RGB (Red+Green+Blue) = 197+183+1=381 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.71% from 381); Green value is 183 (71.88% from 255 or 48.03% from 381); Blue value is 1 (0.78% from 255 or 0.26% from 381); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B701 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5B701 is #3A48FE. Grayscale: #A7A7A7. Windows color (decimal): -3819775 or 112581. OLE color: 112581.

HSL color Cylindrical-coordinate representation of color #C5B701: hue angle of 55.71º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C5B701 is Cyan = 0, Magento = 0.07, Yellow = 0.99 and Black (K on CMYK) = 0.23.

Color convert

RGB1971831-
CMYK00.070.990.23
HSL55.71º98.99%38.82%-
HSV(B)55.71º99.49%77.25%-
XYZ39.9645.746.75-
YUV166.4434.64149.8-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 51.71%
GREEN value IS 183 (71.88% from 255) = 48.03%
BLUE value IS 1 (0.78% from 255) = 0.26%
R=51.71%
G=48.03%
B=0.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.99
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197183100.070.990.2355.7198.9938.82
HexC5B71076317386327
Octal305267107143277014347
Binary1100010110110111101111100011101111110001100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5B701

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5B701; }

 p { color: rgb(197,183,1); }

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

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

 a { background-color: rgb(197,183,1); }

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

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

 span { border-color: rgb(197,183,1); }

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