#C1B10D

Color #C1B10D La Rioja (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of La Rioja #C1B10D

Tints of La Rioja #C1B10D

Color information

#C1B10D (or 0xC1B10D) is unknown color: approx La Rioja. HEX triplet: C1, B1 and 0D. RGB value is (193,177,13). Sum of RGB (Red+Green+Blue) = 193+177+13=383 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.39% from 383); Green value is 177 (69.53% from 255 or 46.21% from 383); Blue value is 13 (5.47% from 255 or 3.39% from 383); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B10D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C1B10D is #3E4EF2. Grayscale: #A3A3A3. Windows color (decimal): -4083443 or 897473. OLE color: 897473.

HSL color Cylindrical-coordinate representation of color #C1B10D: hue angle of 54.67º 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 #C1B10D is Cyan = 0, Magento = 0.08, Yellow = 0.93 and Black (K on CMYK) = 0.24.

Color convert

RGB19317713-
CMYK00.080.930.24
HSL54.67º87.38%40.39%-
HSV(B)54.67º93.26%75.69%-
XYZ37.7942.816.65-
YUV163.0943.3149.34-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 50.39%
GREEN value IS 177 (69.53% from 255) = 46.21%
BLUE value IS 13 (5.47% from 255) = 3.39%
R=50.39%
G=46.21%
B=3.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.93
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931771300.080.930.2454.6787.3840.39
HexC1B1D085D18375728
Octal30126115010135306712750
Binary11000001101100011101010001011101110001101111010111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1B10D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1B10D; }

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

 H1.HeaderClassName
 {
   color: #C1B10D;
 }
 .AnyTagClassName
 {
   color: #C1B10D;
 }
</style>
background-color css

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

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

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

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

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

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