Html Css Color HEX #C4B40F La Rioja

📋 copy color: '#C4B40F'

red 196 ◦ green 180 ◦ blue 15

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

Shades of La Rioja #C4B40F

Tints of La Rioja #C4B40F

RGB

 RED value IS 196 (76.95% from 255) = 50.13%

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

 BLUE value IS 15 (6.25% from 255) = 3.84%

R = 50.13%
G = 46.04%
B = 3.84%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.92

 K value IS 0.23

RGB Variations

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

Color information

#C4B40F (or 0xC4B40F) is known color: La Rioja. HEX triplet: C4, B4 and 0F. RGB value is (196,180,15). Sum of RGB (Red+Green+Blue) = 196+180+15=391 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.13% from 391); Green value is 180 (70.70% from 255 or 46.04% from 391); Blue value is 15 (6.25% from 255 or 3.84% from 391); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B40F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C4B40F is #3B4BF0. Grayscale: #A6A6A6. Windows color (decimal): -3886065 or 1029316. OLE color: 1029316.

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

Color convert

RGB 196 180 15 -
CMYK 0 0.08 0.92 0.23
HSL 54.7º 0.86% 0.41% -
HSV(B) 54.7º 0.92% 0.77% -
XYZ 39.17 44.41 6.96 -
YUV 165.97 42.8 149.42 -
System Red Green Blue C M Y K H S L
Decimal 196 180 15 0 0.08 0.92 0.23 54.7 0.86 0.41
Hex C4 B4 F 0 8 5C 17 37 56 29
Octal 304 264 17 0 10 134 27 67 126 51
Binary 11000100 10110100 1111 0 1000 1011100 10111 110111 1010110 101001

Color Harmonies of #C4B40F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B40F

Black with #C4B40F

Text Example


Text Example

White with #C4B40F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B40F; }

 p { color: rgb(196,180,15); }

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

background-color css

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

 a { background-color: rgb(196,180,15); }

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

border-color css

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

 span { border-color: rgb(196,180,15); }

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