Html Css Color HEX #C4B305 La Rioja

📋 copy color: '#C4B305'

red 196 ◦ green 179 ◦ blue 5

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

Shades of La Rioja #C4B305

Tints of La Rioja #C4B305

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.32%

R = 51.58%
G = 47.11%
B = 1.32%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.97

 K value IS 0.23

RGB Variations

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

Color information

#C4B305 (or 0xC4B305) is known color: La Rioja. HEX triplet: C4, B3 and 05. RGB value is (196,179,5). Sum of RGB (Red+Green+Blue) = 196+179+5=380 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.58% from 380); Green value is 179 (70.31% from 255 or 47.11% from 380); Blue value is 5 (2.34% from 255 or 1.32% from 380); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B305 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C4B305 is #3B4CFA. Grayscale: #A4A4A4. Windows color (decimal): -3886331 or 373700. OLE color: 373700.

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

Color convert

RGB 196 179 5 -
CMYK 0 0.09 0.97 0.23
HSL 54.66º 0.95% 0.39% -
HSV(B) 54.66º 0.97% 0.77% -
XYZ 38.91 43.99 6.58 -
YUV 164.25 38.13 150.65 -
System Red Green Blue C M Y K H S L
Decimal 196 179 5 0 0.09 0.97 0.23 54.66 0.95 0.39
Hex C4 B3 5 0 9 61 17 37 5F 27
Octal 304 263 5 0 11 141 27 67 137 47
Binary 11000100 10110011 101 0 1001 1100001 10111 110111 1011111 100111

Color Harmonies of #C4B305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B305

Black with #C4B305

Text Example


Text Example

White with #C4B305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B305; }

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

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

background-color css

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

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

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

border-color css

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

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

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