Html Css Color HEX #C5B70C La Rioja

📋 copy color: '#C5B70C'

red 197 ◦ green 183 ◦ blue 12

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

Shades of La Rioja #C5B70C

Tints of La Rioja #C5B70C

RGB

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

 GREEN value IS 183 (71.88% from 255) = 46.68%

 BLUE value IS 12 (5.08% from 255) = 3.06%

R = 50.26%
G = 46.68%
B = 3.06%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.94

 K value IS 0.23

RGB Variations

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

Color information

#C5B70C (or 0xC5B70C) is known color: La Rioja. HEX triplet: C5, B7 and 0C. RGB value is (197,183,12). Sum of RGB (Red+Green+Blue) = 197+183+12=392 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.26% from 392); Green value is 183 (71.88% from 255 or 46.68% from 392); Blue value is 12 (5.08% from 255 or 3.06% from 392); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B70C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5B70C is #3A48F3. Grayscale: #A8A8A8. Windows color (decimal): -3819764 or 833477. OLE color: 833477.

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

Color convert

RGB 197 183 12 -
CMYK 0 0.07 0.94 0.23
HSL 55.46º 0.89% 0.41% -
HSV(B) 55.46º 0.94% 0.77% -
XYZ 40.03 45.76 7.07 -
YUV 167.69 40.14 148.9 -
System Red Green Blue C M Y K H S L
Decimal 197 183 12 0 0.07 0.94 0.23 55.46 0.89 0.41
Hex C5 B7 C 0 7 5E 17 37 59 29
Octal 305 267 14 0 7 136 27 67 131 51
Binary 11000101 10110111 1100 0 111 1011110 10111 110111 1011001 101001

Color Harmonies of #C5B70C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B70C

Black with #C5B70C

Text Example


Text Example

White with #C5B70C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B70C; }

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

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

background-color css

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

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

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

border-color css

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

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

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