Html Css Color HEX #C4B10F La Rioja

📋 copy color: '#C4B10F'

red 196 ◦ green 177 ◦ blue 15

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

Shades of La Rioja #C4B10F

Tints of La Rioja #C4B10F

RGB

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

 GREEN value IS 177 (69.53% from 255) = 45.62%

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

R = 50.52%
G = 45.62%
B = 3.87%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.92

 K value IS 0.23

RGB Variations

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

Color information

#C4B10F (or 0xC4B10F) is known color: La Rioja. HEX triplet: C4, B1 and 0F. RGB value is (196,177,15). Sum of RGB (Red+Green+Blue) = 196+177+15=388 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.52% from 388); Green value is 177 (69.53% from 255 or 45.62% from 388); Blue value is 15 (6.25% from 255 or 3.87% from 388); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B10F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C4B10F is #3B4EF0. Grayscale: #A4A4A4. Windows color (decimal): -3886833 or 1028548. OLE color: 1028548.

HSL color Cylindrical-coordinate representation of color #C4B10F: hue angle of 53.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 #C4B10F is Cyan = 0, Magento = 0.10, Yellow = 0.92 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 177 15 -
CMYK 0 0.10 0.92 0.23
HSL 53.7º 0.86% 0.41% -
HSV(B) 53.7º 0.92% 0.77% -
XYZ 38.57 43.21 6.76 -
YUV 164.21 43.79 150.67 -
System Red Green Blue C M Y K H S L
Decimal 196 177 15 0 0.10 0.92 0.23 53.7 0.86 0.41
Hex C4 B1 F 0 A 5C 17 36 56 29
Octal 304 261 17 0 12 134 27 66 126 51
Binary 11000100 10110001 1111 0 1010 1011100 10111 110110 1010110 101001

Color Harmonies of #C4B10F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B10F

Black with #C4B10F

Text Example


Text Example

White with #C4B10F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B10F; }

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

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

background-color css

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

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

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

border-color css

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

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

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