#C3B80D

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

Shades of La Rioja #C3B80D

Tints of La Rioja #C3B80D

Color information

#C3B80D (or 0xC3B80D) is unknown color: approx La Rioja. HEX triplet: C3, B8 and 0D. RGB value is (195,184,13). Sum of RGB (Red+Green+Blue) = 195+184+13=392 (51% of max value = 765). Red value is 195 (76.56% from 255 or 49.74% from 392); Green value is 184 (72.27% from 255 or 46.94% from 392); Blue value is 13 (5.47% from 255 or 3.32% from 392); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B80D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C3B80D is #3C47F2. Grayscale: #A8A8A8. Windows color (decimal): -3950579 or 899267. OLE color: 899267.

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

Color convert

RGB19518413-
CMYK00.060.930.24
HSL56.37º87.5%40.78%-
HSV(B)56.37º93.33%76.47%-
XYZ39.7245.917.15-
YUV167.840.64147.4-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 49.74%
GREEN value IS 184 (72.27% from 255) = 46.94%
BLUE value IS 13 (5.47% from 255) = 3.32%
R=49.74%
G=46.94%
B=3.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.93
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951841300.060.930.2456.3787.540.78
HexC3B8D065D18385829
Octal3032701506135307013051
Binary1100001110111000110101101011101110001110001011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B80D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B80D; }

 p { color: rgb(195,184,13); }

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

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

 a { background-color: rgb(195,184,13); }

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

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

 span { border-color: rgb(195,184,13); }

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