Html Css Color HEX #C5B30D La Rioja

📋 copy color: '#C5B30D'

red 197 ◦ green 179 ◦ blue 13

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

Shades of La Rioja #C5B30D

Tints of La Rioja #C5B30D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.34%

R = 50.64%
G = 46.02%
B = 3.34%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.93

 K value IS 0.23

RGB Variations

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

Color information

#C5B30D (or 0xC5B30D) is known color: La Rioja. HEX triplet: C5, B3 and 0D. RGB value is (197,179,13). Sum of RGB (Red+Green+Blue) = 197+179+13=389 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.64% from 389); Green value is 179 (70.31% from 255 or 46.02% from 389); Blue value is 13 (5.47% from 255 or 3.34% from 389); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B30D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5B30D is #3A4CF2. Grayscale: #A6A6A6. Windows color (decimal): -3820787 or 897989. OLE color: 897989.

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

Color convert

RGB 197 179 13 -
CMYK 0 0.09 0.93 0.23
HSL 54.13º 0.88% 0.41% -
HSV(B) 54.13º 0.93% 0.77% -
XYZ 39.22 44.14 6.83 -
YUV 165.46 41.96 150.5 -
System Red Green Blue C M Y K H S L
Decimal 197 179 13 0 0.09 0.93 0.23 54.13 0.88 0.41
Hex C5 B3 D 0 9 5D 17 36 58 29
Octal 305 263 15 0 11 135 27 66 130 51
Binary 11000101 10110011 1101 0 1001 1011101 10111 110110 1011000 101001

Color Harmonies of #C5B30D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B30D

Black with #C5B30D

Text Example


Text Example

White with #C5B30D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B30D; }

 p { color: rgb(197,179,13); }

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

background-color css

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

 a { background-color: rgb(197,179,13); }

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

border-color css

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

 span { border-color: rgb(197,179,13); }

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