Html Css Color HEX #C4B304 La Rioja

📋 copy color: '#C4B304'

red 196 ◦ green 179 ◦ blue 4

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

Shades of La Rioja #C4B304

Tints of La Rioja #C4B304

RGB

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

 GREEN value IS 179 (70.31% from 255) = 47.23%

 BLUE value IS 4 (1.95% from 255) = 1.06%

R = 51.72%
G = 47.23%
B = 1.06%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.98

 K value IS 0.23

RGB Variations

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

Color information

#C4B304 (or 0xC4B304) is known color: La Rioja. HEX triplet: C4, B3 and 04. RGB value is (196,179,4). Sum of RGB (Red+Green+Blue) = 196+179+4=379 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.72% from 379); Green value is 179 (70.31% from 255 or 47.23% from 379); Blue value is 4 (1.95% from 255 or 1.06% from 379); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B304 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C4B304 is #3B4CFB. Grayscale: #A4A4A4. Windows color (decimal): -3886332 or 308164. OLE color: 308164.

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

Color convert

RGB 196 179 4 -
CMYK 0 0.09 0.98 0.23
HSL 54.69º 0.96% 0.39% -
HSV(B) 54.69º 0.98% 0.77% -
XYZ 38.91 43.98 6.55 -
YUV 164.13 37.63 150.73 -
System Red Green Blue C M Y K H S L
Decimal 196 179 4 0 0.09 0.98 0.23 54.69 0.96 0.39
Hex C4 B3 4 0 9 62 17 37 60 27
Octal 304 263 4 0 11 142 27 67 140 47
Binary 11000100 10110011 100 0 1001 1100010 10111 110111 1100000 100111

Color Harmonies of #C4B304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B304

Black with #C4B304

Text Example


Text Example

White with #C4B304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B304; }

 p { color: rgb(196,179,4); }

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

background-color css

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

 a { background-color: rgb(196,179,4); }

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

border-color css

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

 span { border-color: rgb(196,179,4); }

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