Html Css Color HEX #C5B401 La Rioja

📋 copy color: '#C5B401'

red 197 ◦ green 180 ◦ blue 1

#C5B401
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of La Rioja #C5B401

Tints of La Rioja #C5B401

RGB

 RED value IS 197 (77.34% from 255) = 52.12%

 GREEN value IS 180 (70.7% from 255) = 47.62%

 BLUE value IS 1 (0.78% from 255) = 0.26%

R = 52.12%
G = 47.62%
B = 0.26%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.99

 K value IS 0.23

RGB Variations

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

Color information

#C5B401 (or 0xC5B401) is known color: La Rioja. HEX triplet: C5, B4 and 01. RGB value is (197,180,1). Sum of RGB (Red+Green+Blue) = 197+180+1=378 (50% of max value = 765). Red value is 197 (77.34% from 255 or 52.12% from 378); Green value is 180 (70.70% from 255 or 47.62% from 378); Blue value is 1 (0.78% from 255 or 0.26% from 378); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B401 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5B401 is #3A4BFE. Grayscale: #A5A5A5. Windows color (decimal): -3820543 or 111813. OLE color: 111813.

HSL color Cylindrical-coordinate representation of color #C5B401: hue angle of 54.8º 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 #C5B401 is Cyan = 0, Magento = 0.09, Yellow = 0.99 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 180 1 -
CMYK 0 0.09 0.99 0.23
HSL 54.8º 0.99% 0.39% -
HSV(B) 54.8º 0.99% 0.77% -
XYZ 39.35 44.52 6.55 -
YUV 164.68 35.63 151.05 -
System Red Green Blue C M Y K H S L
Decimal 197 180 1 0 0.09 0.99 0.23 54.8 0.99 0.39
Hex C5 B4 1 0 9 63 17 37 63 27
Octal 305 264 1 0 11 143 27 67 143 47
Binary 11000101 10110100 1 0 1001 1100011 10111 110111 1100011 100111

Color Harmonies of #C5B401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B401

Black with #C5B401

Text Example


Text Example

White with #C5B401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B401; }

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

 H1.HeaderClassName
 {
   color: #C5B401;
 }
 .AnyTagClassName
 {
   color: #C5B401;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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