Html Css Color HEX #C1B30D La Rioja

📋 copy color: '#C1B30D'

red 193 ◦ green 179 ◦ blue 13

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

Shades of La Rioja #C1B30D

Tints of La Rioja #C1B30D

RGB

 RED value IS 193 (75.78% from 255) = 50.13%

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

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

R = 50.13%
G = 46.49%
B = 3.38%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.93

 K value IS 0.24

RGB Variations

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

Color information

#C1B30D (or 0xC1B30D) is known color: La Rioja. HEX triplet: C1, B3 and 0D. RGB value is (193,179,13). Sum of RGB (Red+Green+Blue) = 193+179+13=385 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.13% from 385); Green value is 179 (70.31% from 255 or 46.49% from 385); Blue value is 13 (5.47% from 255 or 3.38% from 385); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B30D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C1B30D is #3E4CF2. Grayscale: #A4A4A4. Windows color (decimal): -4082931 or 897985. OLE color: 897985.

HSL color Cylindrical-coordinate representation of color #C1B30D: hue angle of 55.33º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C1B30D is Cyan = 0, Magento = 0.07, Yellow = 0.93 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 179 13 -
CMYK 0 0.07 0.93 0.24
HSL 55.33º 0.87% 0.4% -
HSV(B) 55.33º 0.93% 0.76% -
XYZ 38.19 43.61 6.79 -
YUV 164.26 42.64 148.5 -
System Red Green Blue C M Y K H S L
Decimal 193 179 13 0 0.07 0.93 0.24 55.33 0.87 0.4
Hex C1 B3 D 0 7 5D 18 37 57 28
Octal 301 263 15 0 7 135 30 67 127 50
Binary 11000001 10110011 1101 0 111 1011101 11000 110111 1010111 101000

Color Harmonies of #C1B30D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1B30D

Black with #C1B30D

Text Example


Text Example

White with #C1B30D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1B30D; }

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

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

background-color css

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

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

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

border-color css

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

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

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